Home
last modified time | relevance | path

Searched refs:mCurrentBrowserParent (Results 1 – 6 of 6) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/docshell/base/
H A DCanonicalBrowsingContext.cpp1717 return mCurrentBrowserParent; in GetBrowserParent()
1722 MOZ_DIAGNOSTIC_ASSERT(!mCurrentBrowserParent || !aBrowserParent, in SetCurrentBrowserParent()
1735 mCurrentBrowserParent = aBrowserParent; in SetCurrentBrowserParent()
2351 if (mCurrentBrowserParent == aBrowserParent) { in BrowserParentDestroyed()
2352 mCurrentBrowserParent = nullptr; in BrowserParentDestroyed()
2530 mCurrentBrowserParent, mWebProgress,
2537 mCurrentBrowserParent, mWebProgress,
H A DCanonicalBrowsingContext.h452 RefPtr<BrowserParent> mCurrentBrowserParent; variable
/dports/mail/thunderbird/thunderbird-91.8.0/docshell/base/
H A DCanonicalBrowsingContext.cpp1717 return mCurrentBrowserParent; in GetBrowserParent()
1722 MOZ_DIAGNOSTIC_ASSERT(!mCurrentBrowserParent || !aBrowserParent, in SetCurrentBrowserParent()
1735 mCurrentBrowserParent = aBrowserParent; in SetCurrentBrowserParent()
2351 if (mCurrentBrowserParent == aBrowserParent) { in BrowserParentDestroyed()
2352 mCurrentBrowserParent = nullptr; in BrowserParentDestroyed()
2530 mCurrentBrowserParent, mWebProgress,
2537 mCurrentBrowserParent, mWebProgress,
H A DCanonicalBrowsingContext.h452 RefPtr<BrowserParent> mCurrentBrowserParent; variable
/dports/www/firefox/firefox-99.0/docshell/base/
H A DCanonicalBrowsingContext.cpp1790 return mCurrentBrowserParent; in GetBrowserParent()
1795 MOZ_DIAGNOSTIC_ASSERT(!mCurrentBrowserParent || !aBrowserParent, in SetCurrentBrowserParent()
1808 mCurrentBrowserParent = aBrowserParent; in SetCurrentBrowserParent()
2494 if (mCurrentBrowserParent == aBrowserParent) { in BrowserParentDestroyed()
2495 mCurrentBrowserParent = nullptr; in BrowserParentDestroyed()
2841 mCurrentBrowserParent, mWebProgress,
2848 mCurrentBrowserParent, mWebProgress,
H A DCanonicalBrowsingContext.h491 RefPtr<BrowserParent> mCurrentBrowserParent; variable