Home
last modified time | relevance | path

Searched defs:IsInProcess (Results 1 – 21 of 21) sorted by relevance

/dports/lang/spidermonkey78/firefox-78.9.0/docshell/shistory/
H A DChildSHistory.h50 bool IsInProcess() { return !!mHistory; } in IsInProcess() function
/dports/lang/spidermonkey78/firefox-78.9.0/dom/base/
H A DProcessMessageManager.h48 bool IsInProcess() const { return mInProcess; } in IsInProcess() function
/dports/www/firefox/firefox-99.0/dom/base/
H A DProcessMessageManager.h48 bool IsInProcess() const { return mInProcess; } in IsInProcess() function
/dports/www/firefox-esr/firefox-91.8.0/dom/base/
H A DProcessMessageManager.h48 bool IsInProcess() const { return mInProcess; } in IsInProcess() function
/dports/mail/thunderbird/thunderbird-91.8.0/dom/base/
H A DProcessMessageManager.h48 bool IsInProcess() const { return mInProcess; } in IsInProcess() function
/dports/lang/spidermonkey78/firefox-78.9.0/dom/ipc/
H A DWindowGlobalChild.h60 bool IsInProcess() { return XRE_IsParentProcess(); } in IsInProcess() function
/dports/www/firefox-esr/firefox-91.8.0/docshell/shistory/
H A DChildSHistory.h54 bool IsInProcess() { return !!mHistory; } in IsInProcess() function
/dports/www/firefox/firefox-99.0/docshell/shistory/
H A DChildSHistory.h54 bool IsInProcess() { return !!mHistory; } in IsInProcess() function
/dports/mail/thunderbird/thunderbird-91.8.0/docshell/shistory/
H A DChildSHistory.h54 bool IsInProcess() { return !!mHistory; } in IsInProcess() function
/dports/www/firefox-esr/firefox-91.8.0/dom/ipc/
H A DWindowGlobalChild.h65 bool IsInProcess() { return XRE_IsParentProcess(); } in IsInProcess() function
/dports/www/firefox/firefox-99.0/dom/ipc/
H A DWindowGlobalChild.h65 bool IsInProcess() { return XRE_IsParentProcess(); } in IsInProcess() function
/dports/mail/thunderbird/thunderbird-91.8.0/dom/ipc/
H A DWindowGlobalChild.h65 bool IsInProcess() { return XRE_IsParentProcess(); } in IsInProcess() function
/dports/lang/spidermonkey78/firefox-78.9.0/docshell/base/
H A DWindowContext.h59 bool IsInProcess() { return mInProcess; } in IsInProcess() function
H A DBrowsingContext.h214 bool IsInProcess() const { return mIsInProcess; } in IsInProcess() function
/dports/www/firefox/firefox-99.0/docshell/base/
H A DWindowContext.h126 bool IsInProcess() const { return mIsInProcess; } in IsInProcess() function
H A DBrowsingContext.h316 bool IsInProcess() const { return mIsInProcess; } in IsInProcess() function
/dports/www/firefox-esr/firefox-91.8.0/docshell/base/
H A DWindowContext.h121 bool IsInProcess() const { return mIsInProcess; } in IsInProcess() function
H A DBrowsingContext.h290 bool IsInProcess() const { return mIsInProcess; } in IsInProcess() function
/dports/mail/thunderbird/thunderbird-91.8.0/docshell/base/
H A DWindowContext.h121 bool IsInProcess() const { return mIsInProcess; } in IsInProcess() function
H A DBrowsingContext.h290 bool IsInProcess() const { return mIsInProcess; } in IsInProcess() function
/dports/math/py-or-tools/or-tools-9.2/ortools/constraint_solver/
H A Dpack.cc452 bool Pack::IsInProcess() const { in IsInProcess() function in operations_research::Pack