Home
last modified time | relevance | path

Searched refs:ClientInfoAndState (Results 1 – 25 of 86) sorted by relevance

1234

/dports/lang/spidermonkey60/firefox-60.9.0/dom/clients/api/
H A DClient.h24 class ClientInfoAndState; variable
32 UniquePtr<ClientInfoAndState> mData;
40 Client(nsIGlobalObject* aGlobal, const ClientInfoAndState& aData);
H A DClient.cpp42 Client::Client(nsIGlobalObject* aGlobal, const ClientInfoAndState& aData) in Client()
43 : mGlobal(aGlobal), mData(MakeUnique<ClientInfoAndState>(aData)) { in Client()
157 ClientInfoAndState(self->mData->info(), aResult.ToIPC())); in Focus()
/dports/www/firefox-esr/firefox-91.8.0/dom/clients/api/
H A DClient.h26 class ClientInfoAndState; variable
35 UniquePtr<ClientInfoAndState> mData;
43 Client(nsIGlobalObject* aGlobal, const ClientInfoAndState& aData);
H A DClient.cpp43 Client::Client(nsIGlobalObject* aGlobal, const ClientInfoAndState& aData) in Client()
44 : mGlobal(aGlobal), mData(MakeUnique<ClientInfoAndState>(aData)) { in Client()
160 ClientInfoAndState(ipcClientInfo, aResult.ToIPC())); in Focus()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/clients/api/
H A DClient.h26 class ClientInfoAndState; variable
35 UniquePtr<ClientInfoAndState> mData;
43 Client(nsIGlobalObject* aGlobal, const ClientInfoAndState& aData);
H A DClient.cpp44 Client::Client(nsIGlobalObject* aGlobal, const ClientInfoAndState& aData) in Client()
45 : mGlobal(aGlobal), mData(MakeUnique<ClientInfoAndState>(aData)) { in Client()
161 ClientInfoAndState(ipcClientInfo, aResult.ToIPC())); in Focus()
/dports/www/firefox/firefox-99.0/dom/clients/api/
H A DClient.h26 class ClientInfoAndState; variable
34 UniquePtr<ClientInfoAndState> mData;
42 Client(nsIGlobalObject* aGlobal, const ClientInfoAndState& aData);
H A DClient.cpp43 Client::Client(nsIGlobalObject* aGlobal, const ClientInfoAndState& aData) in Client()
44 : mGlobal(aGlobal), mData(MakeUnique<ClientInfoAndState>(aData)) { in Client()
156 ClientInfoAndState(ipcClientInfo, aResult.ToIPC())); in Focus()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/clients/api/
H A DClient.h26 class ClientInfoAndState; variable
35 UniquePtr<ClientInfoAndState> mData;
43 Client(nsIGlobalObject* aGlobal, const ClientInfoAndState& aData);
H A DClient.cpp43 Client::Client(nsIGlobalObject* aGlobal, const ClientInfoAndState& aData) in Client()
44 : mGlobal(aGlobal), mData(MakeUnique<ClientInfoAndState>(aData)) { in Client()
160 ClientInfoAndState(ipcClientInfo, aResult.ToIPC())); in Focus()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/clients/manager/
H A DClientIPCTypes.ipdlh62 struct ClientInfoAndState
135 ClientInfoAndState[] values;
149 ClientInfoAndState;
/dports/lang/spidermonkey78/firefox-78.9.0/dom/clients/manager/
H A DClientIPCTypes.ipdlh61 struct ClientInfoAndState
137 ClientInfoAndState[] values;
151 ClientInfoAndState;
/dports/www/firefox-esr/firefox-91.8.0/dom/clients/manager/
H A DClientIPCTypes.ipdlh66 struct ClientInfoAndState
142 ClientInfoAndState[] values;
156 ClientInfoAndState;
/dports/www/firefox/firefox-99.0/dom/clients/manager/
H A DClientIPCTypes.ipdlh66 struct ClientInfoAndState
142 ClientInfoAndState[] values;
156 ClientInfoAndState;
/dports/mail/thunderbird/thunderbird-91.8.0/dom/clients/manager/
H A DClientIPCTypes.ipdlh66 struct ClientInfoAndState
142 ClientInfoAndState[] values;
156 ClientInfoAndState;
/dports/www/firefox-esr/firefox-91.8.0/dom/serviceworkers/
H A DServiceWorkerPrivate.h28 class ClientInfoAndState; variable
116 const ClientInfoAndState& aClientInfoAndState) = 0;
157 const ClientInfoAndState& aClientInfoAndState);
H A DServiceWorkerPrivateImpl.h34 class ClientInfoAndState; variable
61 const ClientInfoAndState& aClientInfoAndState) override;
H A DServiceWorkerParent.h31 const ClientInfoAndState& aSource) override;
/dports/lang/spidermonkey78/firefox-78.9.0/dom/serviceworkers/
H A DServiceWorkerPrivate.h28 class ClientInfoAndState; variable
116 const ClientInfoAndState& aClientInfoAndState) = 0;
157 const ClientInfoAndState& aClientInfoAndState);
H A DServiceWorkerPrivateImpl.h34 class ClientInfoAndState; variable
61 const ClientInfoAndState& aClientInfoAndState) override;
H A DServiceWorkerParent.h29 const ClientInfoAndState& aSource) override;
/dports/mail/thunderbird/thunderbird-91.8.0/dom/serviceworkers/
H A DServiceWorkerPrivate.h28 class ClientInfoAndState; variable
116 const ClientInfoAndState& aClientInfoAndState) = 0;
157 const ClientInfoAndState& aClientInfoAndState);
H A DServiceWorkerPrivateImpl.h34 class ClientInfoAndState; variable
61 const ClientInfoAndState& aClientInfoAndState) override;
/dports/www/firefox/firefox-99.0/dom/serviceworkers/
H A DServiceWorkerPrivate.h28 class ClientInfoAndState; variable
117 const ClientInfoAndState& aClientInfoAndState) = 0;
162 const ClientInfoAndState& aClientInfoAndState);
/dports/lang/spidermonkey60/firefox-60.9.0/dom/serviceworkers/
H A DServiceWorkerPrivate.h21 class ClientInfoAndState; variable
84 const ClientInfoAndState& aClientInfoAndState);

1234