| JSActor.cpp |
|
17721 |
| JSActor.h |
|
5750 |
| JSActorManager.cpp |
|
9412 |
| JSActorManager.h |
Get or create an actor by its name.
Will set an error on |aRv| if the actor fails to be constructed.
|
2927 |
| JSActorProtocolUtils.h |
|
3048 |
| JSActorService.cpp |
static |
11574 |
| JSActorService.h |
Base class for both `JSWindowActorProtocol` and `JSProcessActorProtocol`
which can be used by generic code.
|
3322 |
| JSProcessActorChild.cpp |
|
3099 |
| JSProcessActorChild.h |
|
1926 |
| JSProcessActorParent.cpp |
|
3360 |
| JSProcessActorParent.h |
|
2095 |
| JSProcessActorProtocol.cpp |
static |
5009 |
| JSProcessActorProtocol.h |
Object corresponding to a single process actor protocol
This object also can act as a carrier for methods and other state related to
a single protocol managed by the JSActorService.
|
2335 |
| JSWindowActorChild.cpp |
|
4390 |
| JSWindowActorChild.h |
|
2380 |
| JSWindowActorParent.cpp |
|
3397 |
| JSWindowActorParent.h |
|
1970 |
| JSWindowActorProtocol.cpp |
static |
13025 |
| JSWindowActorProtocol.h |
Object corresponding to a single window actor protocol. This object acts as
an Event listener for the actor which is called for events which would
trigger actor creation.
This object also can act as a carrier for methods and other state related to
a single protocol managed by the JSActorService.
|
3231 |
| moz.build |
|
1034 |
| nsQueryActor.h |
|
3306 |