Home
last modified time | relevance | path

Searched refs:aActivated (Results 1 – 21 of 21) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/netwerk/ipc/
H A DSocketProcessParent.cpp431 const bool& aActivated) { in RecvODoHServiceActivated() argument
437 aActivated ? u"true" : u"false"); in RecvODoHServiceActivated()
H A DSocketProcessParent.h122 mozilla::ipc::IPCResult RecvODoHServiceActivated(const bool& aActivated);
H A DPSocketProcess.ipdl135 async ODoHServiceActivated(bool aActivated);
/dports/mail/thunderbird/thunderbird-91.8.0/netwerk/ipc/
H A DSocketProcessParent.cpp431 const bool& aActivated) { in RecvODoHServiceActivated() argument
437 aActivated ? u"true" : u"false"); in RecvODoHServiceActivated()
H A DSocketProcessParent.h122 mozilla::ipc::IPCResult RecvODoHServiceActivated(const bool& aActivated);
H A DPSocketProcess.ipdl135 async ODoHServiceActivated(bool aActivated);
/dports/www/firefox/firefox-99.0/netwerk/ipc/
H A DSocketProcessParent.cpp423 const bool& aActivated) { in RecvODoHServiceActivated() argument
429 aActivated ? u"true" : u"false"); in RecvODoHServiceActivated()
H A DSocketProcessParent.h124 mozilla::ipc::IPCResult RecvODoHServiceActivated(const bool& aActivated);
H A DPSocketProcess.ipdl148 async ODoHServiceActivated(bool aActivated);
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/ipc/
H A DTabChild.h670 virtual bool RecvParentActivated(const bool& aActivated) override;
H A DTabChild.cpp1580 bool TabChild::RecvParentActivated(const bool& aActivated) in RecvParentActivated() argument
1582 mParentIsActive = aActivated; in RecvParentActivated()
1588 fm->ParentActivated(window, aActivated); in RecvParentActivated()
H A DPBrowser.ipdl654 async ParentActivated(bool aActivated);
/dports/lang/spidermonkey60/firefox-60.9.0/dom/ipc/
H A DTabChild.cpp1383 mozilla::ipc::IPCResult TabChild::RecvParentActivated(const bool& aActivated) { in RecvParentActivated() argument
1384 mParentIsActive = aActivated; in RecvParentActivated()
1390 fm->ParentActivated(window, aActivated); in RecvParentActivated()
H A DTabChild.h707 const bool& aActivated) override;
H A DPBrowser.ipdl619 async ParentActivated(bool aActivated);
/dports/lang/spidermonkey78/firefox-78.9.0/dom/ipc/
H A DBrowserChild.h729 mozilla::ipc::IPCResult RecvParentActivated(const bool& aActivated);
H A DBrowserChild.cpp1436 const bool& aActivated) { in RecvParentActivated() argument
1437 mParentIsActive = aActivated; in RecvParentActivated()
1443 fm->ParentActivated(window, aActivated); in RecvParentActivated()
H A DPBrowser.ipdl727 async ParentActivated(bool aActivated);
/dports/lang/spidermonkey78/firefox-78.9.0/dom/base/
H A DnsObjectLoadingContent.cpp2904 nsObjectLoadingContent::GetActivated(bool* aActivated) { in GetActivated() argument
2905 *aActivated = Activated(); in GetActivated()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/base/
H A DnsObjectLoadingContent.cpp3010 nsObjectLoadingContent::GetActivated(bool* aActivated) { in GetActivated() argument
3011 *aActivated = Activated(); in GetActivated()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/base/
H A DnsObjectLoadingContent.cpp3329 nsObjectLoadingContent::GetActivated(bool *aActivated) in GetActivated() argument
3331 *aActivated = Activated(); in GetActivated()