Home
last modified time | relevance | path

Searched refs:GetBrowsingContext (Results 1 – 25 of 645) sorted by relevance

12345678910>>...26

/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/components/extensions/webrequest/
H A DWebNavigationContent.cpp78 if (docShell && docShell->GetBrowsingContext()->IsContent()) { in Observe()
109 ExtensionsChild::Get().SendDOMContentLoaded(doc->GetBrowsingContext(), in HandleEvent()
116 static dom::BrowsingContext* GetBrowsingContext(nsIWebProgress* aWebProgress) { in GetBrowsingContext() function
119 return docShell->GetBrowsingContext(); in GetBrowsingContext()
167 dom::BrowsingContext* createdBC = createdDocShell->GetBrowsingContext(); in OnCreatedNavigationTargetFromJS()
168 dom::BrowsingContext* sourceBC = sourceDocShell->GetBrowsingContext(); in OnCreatedNavigationTargetFromJS()
203 RefPtr<dom::BrowsingContext> bc(GetBrowsingContext(aWebProgress)); in OnStateChange()
238 RefPtr<dom::BrowsingContext> bc(GetBrowsingContext(aWebProgress)); in OnLocationChange()
/dports/www/firefox/firefox-99.0/toolkit/components/extensions/webrequest/
H A DWebNavigationContent.cpp78 if (docShell && docShell->GetBrowsingContext()->IsContent()) { in Observe()
117 dom::BrowsingContext* bc = doc->GetBrowsingContext(); in HandleEvent()
126 static dom::BrowsingContext* GetBrowsingContext(nsIWebProgress* aWebProgress) { in GetBrowsingContext() function
129 return docShell->GetBrowsingContext(); in GetBrowsingContext()
177 dom::BrowsingContext* createdBC = createdDocShell->GetBrowsingContext(); in OnCreatedNavigationTargetFromJS()
178 dom::BrowsingContext* sourceBC = sourceDocShell->GetBrowsingContext(); in OnCreatedNavigationTargetFromJS()
213 RefPtr<dom::BrowsingContext> bc(GetBrowsingContext(aWebProgress)); in OnStateChange()
248 RefPtr<dom::BrowsingContext> bc(GetBrowsingContext(aWebProgress)); in OnLocationChange()
/dports/www/firefox-esr/firefox-91.8.0/toolkit/components/extensions/webrequest/
H A DWebNavigationContent.cpp78 if (docShell && docShell->GetBrowsingContext()->IsContent()) { in Observe()
109 ExtensionsChild::Get().SendDOMContentLoaded(doc->GetBrowsingContext(), in HandleEvent()
116 static dom::BrowsingContext* GetBrowsingContext(nsIWebProgress* aWebProgress) { in GetBrowsingContext() function
119 return docShell->GetBrowsingContext(); in GetBrowsingContext()
167 dom::BrowsingContext* createdBC = createdDocShell->GetBrowsingContext(); in OnCreatedNavigationTargetFromJS()
168 dom::BrowsingContext* sourceBC = sourceDocShell->GetBrowsingContext(); in OnCreatedNavigationTargetFromJS()
203 RefPtr<dom::BrowsingContext> bc(GetBrowsingContext(aWebProgress)); in OnStateChange()
238 RefPtr<dom::BrowsingContext> bc(GetBrowsingContext(aWebProgress)); in OnLocationChange()
/dports/www/firefox-esr/firefox-91.8.0/dom/media/mediasession/
H A DMediaSession.cpp220 RefPtr<BrowsingContext> currentBC = GetParentObject()->GetBrowsingContext(); in IsActive()
236 RefPtr<BrowsingContext> currentBC = GetParentObject()->GetBrowsingContext(); in NotifyMediaSessionDocStatus()
278 RefPtr<BrowsingContext> currentBC = GetParentObject()->GetBrowsingContext(); in NotifyPlaybackStateUpdated()
290 RefPtr<BrowsingContext> currentBC = GetParentObject()->GetBrowsingContext(); in NotifyMetadataUpdated()
306 RefPtr<BrowsingContext> currentBC = GetParentObject()->GetBrowsingContext(); in NotifyEnableSupportedAction()
317 RefPtr<BrowsingContext> currentBC = GetParentObject()->GetBrowsingContext(); in NotifyDisableSupportedAction()
328 RefPtr<BrowsingContext> currentBC = GetParentObject()->GetBrowsingContext(); in NotifyPositionStateChanged()
/dports/www/firefox/firefox-99.0/dom/media/mediasession/
H A DMediaSession.cpp221 RefPtr<BrowsingContext> currentBC = GetParentObject()->GetBrowsingContext(); in IsActive()
237 RefPtr<BrowsingContext> currentBC = GetParentObject()->GetBrowsingContext(); in NotifyMediaSessionDocStatus()
279 RefPtr<BrowsingContext> currentBC = GetParentObject()->GetBrowsingContext(); in NotifyPlaybackStateUpdated()
291 RefPtr<BrowsingContext> currentBC = GetParentObject()->GetBrowsingContext(); in NotifyMetadataUpdated()
307 RefPtr<BrowsingContext> currentBC = GetParentObject()->GetBrowsingContext(); in NotifyEnableSupportedAction()
318 RefPtr<BrowsingContext> currentBC = GetParentObject()->GetBrowsingContext(); in NotifyDisableSupportedAction()
329 RefPtr<BrowsingContext> currentBC = GetParentObject()->GetBrowsingContext(); in NotifyPositionStateChanged()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/media/mediasession/
H A DMediaSession.cpp220 RefPtr<BrowsingContext> currentBC = GetParentObject()->GetBrowsingContext(); in IsActive()
236 RefPtr<BrowsingContext> currentBC = GetParentObject()->GetBrowsingContext(); in NotifyMediaSessionDocStatus()
278 RefPtr<BrowsingContext> currentBC = GetParentObject()->GetBrowsingContext(); in NotifyPlaybackStateUpdated()
290 RefPtr<BrowsingContext> currentBC = GetParentObject()->GetBrowsingContext(); in NotifyMetadataUpdated()
306 RefPtr<BrowsingContext> currentBC = GetParentObject()->GetBrowsingContext(); in NotifyEnableSupportedAction()
317 RefPtr<BrowsingContext> currentBC = GetParentObject()->GetBrowsingContext(); in NotifyDisableSupportedAction()
328 RefPtr<BrowsingContext> currentBC = GetParentObject()->GetBrowsingContext(); in NotifyPositionStateChanged()
/dports/www/firefox/firefox-99.0/dom/media/autoplay/
H A DAutoplayPolicy.cpp57 if (!aWindow || !aWindow->GetBrowsingContext()) { in SiteAutoplayPerm()
62 aWindow->GetBrowsingContext()->GetTopWindowContext(); in SiteAutoplayPerm()
82 aWindow->GetBrowsingContext()->GetTopWindowContext(); in IsWindowAllowedToPlay()
95 bool isTopLevelContent = !aWindow->GetBrowsingContext()->GetParent(); in IsWindowAllowedToPlay()
187 RefPtr<BrowsingContext> context = aWindow->GetBrowsingContext()->Top(); in IsGVAutoplayRequestAllowed()
/dports/www/firefox-esr/firefox-91.8.0/dom/media/autoplay/
H A DAutoplayPolicy.cpp57 if (!aWindow || !aWindow->GetBrowsingContext()) { in SiteAutoplayPerm()
62 aWindow->GetBrowsingContext()->GetTopWindowContext(); in SiteAutoplayPerm()
82 aWindow->GetBrowsingContext()->GetTopWindowContext(); in IsWindowAllowedToPlay()
95 bool isTopLevelContent = !aWindow->GetBrowsingContext()->GetParent(); in IsWindowAllowedToPlay()
187 RefPtr<BrowsingContext> context = aWindow->GetBrowsingContext()->Top(); in IsGVAutoplayRequestAllowed()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/media/autoplay/
H A DAutoplayPolicy.cpp57 if (!aWindow || !aWindow->GetBrowsingContext()) { in SiteAutoplayPerm()
62 aWindow->GetBrowsingContext()->GetTopWindowContext(); in SiteAutoplayPerm()
82 aWindow->GetBrowsingContext()->GetTopWindowContext(); in IsWindowAllowedToPlay()
95 bool isTopLevelContent = !aWindow->GetBrowsingContext()->GetParent(); in IsWindowAllowedToPlay()
187 RefPtr<BrowsingContext> context = aWindow->GetBrowsingContext()->Top(); in IsGVAutoplayRequestAllowed()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/media/
H A DAutoplayPolicy.cpp60 if (!aWindow || !aWindow->GetBrowsingContext()) { in SiteAutoplayPerm()
65 aWindow->GetBrowsingContext()->GetTopWindowContext(); in SiteAutoplayPerm()
84 RefPtr<BrowsingContext> topLevelBC = aWindow->GetBrowsingContext()->Top(); in IsWindowAllowedToPlay()
97 bool isTopLevelContent = !aWindow->GetBrowsingContext()->GetParent(); in IsWindowAllowedToPlay()
189 RefPtr<BrowsingContext> context = aWindow->GetBrowsingContext()->Top(); in IsGVAutoplayRequestAllowed()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/base/
H A DRemoteOuterWindowProxy.cpp74 BrowsingContext* GetBrowsingContext(JSObject* aProxy) { in GetBrowsingContext() function
95 BrowsingContext* bc = GetBrowsingContext(aProxy); in getOwnPropertyDescriptor()
149 BrowsingContext* bc = GetBrowsingContext(aProxy); in ownPropertyKeys()
165 return AppendIndexedPropertyNames(aCx, GetBrowsingContext(aProxy), aProps); in getOwnEnumerablePropertyKeys()
H A DScreenOrientation.cpp81 BrowsingContext* bc = doc ? doc->GetBrowsingContext() : nullptr; in ScreenOrientation()
198 BrowsingContext* bc = mDocument->GetBrowsingContext(); in Run()
313 RefPtr<BrowsingContext> bc = docShell->GetBrowsingContext(); in LockInternal()
418 BrowsingContext* bc = doc ? doc->GetBrowsingContext() : nullptr; in GetType()
434 BrowsingContext* bc = doc ? doc->GetBrowsingContext() : nullptr; in GetAngle()
451 if (owner->GetBrowsingContext()->IsChrome()) { in GetLockOrientationPermission()
489 BrowsingContext* bc = doc ? doc->GetBrowsingContext() : nullptr; in Notify()
609 BrowsingContext* bc = doc->GetBrowsingContext(); in NS_IMPL_ISUPPORTS()
H A DnsPIDOMWindowInlines.h63 mozilla::dom::BrowsingContext* nsPIDOMWindowOuter::GetBrowsingContext() const { in GetBrowsingContext() function
67 mozilla::dom::BrowsingContext* nsPIDOMWindowInner::GetBrowsingContext() const { in GetBrowsingContext() function
/dports/www/firefox-esr/firefox-91.8.0/dom/base/
H A DRemoteOuterWindowProxy.cpp74 BrowsingContext* GetBrowsingContext(JSObject* aProxy) { in GetBrowsingContext() function
95 BrowsingContext* bc = GetBrowsingContext(aProxy); in getOwnPropertyDescriptor()
152 BrowsingContext* bc = GetBrowsingContext(aProxy); in ownPropertyKeys()
168 return AppendIndexedPropertyNames(aCx, GetBrowsingContext(aProxy), aProps); in getOwnEnumerablePropertyKeys()
H A DScreenOrientation.cpp81 BrowsingContext* bc = doc ? doc->GetBrowsingContext() : nullptr; in ScreenOrientation()
198 BrowsingContext* bc = mDocument->GetBrowsingContext(); in Run()
313 RefPtr<BrowsingContext> bc = docShell->GetBrowsingContext(); in LockInternal()
422 BrowsingContext* bc = doc ? doc->GetBrowsingContext() : nullptr; in GetType()
438 BrowsingContext* bc = doc ? doc->GetBrowsingContext() : nullptr; in GetAngle()
455 if (owner->GetBrowsingContext()->IsChrome()) { in GetLockOrientationPermission()
493 BrowsingContext* bc = doc ? doc->GetBrowsingContext() : nullptr; in Notify()
611 BrowsingContext* bc = doc->GetBrowsingContext(); in NS_IMPL_ISUPPORTS()
H A DnsPIDOMWindowInlines.h70 inline mozilla::dom::BrowsingContext* nsPIDOMWindowOuter::GetBrowsingContext() in GetBrowsingContext() function
75 inline mozilla::dom::BrowsingContext* nsPIDOMWindowInner::GetBrowsingContext() in GetBrowsingContext() function
/dports/www/firefox/firefox-99.0/dom/base/
H A DRemoteOuterWindowProxy.cpp74 BrowsingContext* GetBrowsingContext(JSObject* aProxy) { in GetBrowsingContext() function
95 BrowsingContext* bc = GetBrowsingContext(aProxy); in getOwnPropertyDescriptor()
152 BrowsingContext* bc = GetBrowsingContext(aProxy); in ownPropertyKeys()
168 return AppendIndexedPropertyNames(aCx, GetBrowsingContext(aProxy), aProps); in getOwnEnumerablePropertyKeys()
H A DScreenOrientation.cpp78 BrowsingContext* bc = doc ? doc->GetBrowsingContext() : nullptr; in ScreenOrientation()
189 BrowsingContext* bc = mDocument->GetBrowsingContext(); in Run()
219 if (BrowsingContext* bc = self->mDocument->GetBrowsingContext()) { in Run()
351 RefPtr<BrowsingContext> bc = docShell->GetBrowsingContext(); in LockInternal()
461 BrowsingContext* bc = doc ? doc->GetBrowsingContext() : nullptr; in GetType()
477 BrowsingContext* bc = doc ? doc->GetBrowsingContext() : nullptr; in GetAngle()
494 if (owner->GetBrowsingContext()->IsChrome()) { in GetLockOrientationPermission()
532 BrowsingContext* bc = doc ? doc->GetBrowsingContext() : nullptr; in MaybeChanged()
661 BrowsingContext* bc = doc->GetBrowsingContext(); in NS_IMPL_ISUPPORTS()
H A DnsPIDOMWindowInlines.h70 inline mozilla::dom::BrowsingContext* nsPIDOMWindowOuter::GetBrowsingContext() in GetBrowsingContext() function
75 inline mozilla::dom::BrowsingContext* nsPIDOMWindowInner::GetBrowsingContext() in GetBrowsingContext() function
/dports/www/firefox/firefox-99.0/dom/ipc/
H A DBrowserHost.cpp47 BrowsingContext* BrowserHost::GetBrowsingContext() const { in GetBrowsingContext() function in mozilla::dom::BrowserHost
48 return mRoot->GetBrowsingContext(); in GetBrowsingContext()
122 ProcessPriorityManager::ActivityChanged(GetBrowsingContext()->Canonical(), in SetRenderLayers()
157 ProcessPriorityManager::ActivityChanged(GetBrowsingContext()->Canonical(), in Deprioritize()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/base/
H A DRemoteOuterWindowProxy.cpp74 BrowsingContext* GetBrowsingContext(JSObject* aProxy) { in GetBrowsingContext() function
95 BrowsingContext* bc = GetBrowsingContext(aProxy); in getOwnPropertyDescriptor()
152 BrowsingContext* bc = GetBrowsingContext(aProxy); in ownPropertyKeys()
168 return AppendIndexedPropertyNames(aCx, GetBrowsingContext(aProxy), aProps); in getOwnEnumerablePropertyKeys()
H A DScreenOrientation.cpp81 BrowsingContext* bc = doc ? doc->GetBrowsingContext() : nullptr; in ScreenOrientation()
198 BrowsingContext* bc = mDocument->GetBrowsingContext(); in Run()
313 RefPtr<BrowsingContext> bc = docShell->GetBrowsingContext(); in LockInternal()
422 BrowsingContext* bc = doc ? doc->GetBrowsingContext() : nullptr; in GetType()
438 BrowsingContext* bc = doc ? doc->GetBrowsingContext() : nullptr; in GetAngle()
455 if (owner->GetBrowsingContext()->IsChrome()) { in GetLockOrientationPermission()
493 BrowsingContext* bc = doc ? doc->GetBrowsingContext() : nullptr; in Notify()
611 BrowsingContext* bc = doc->GetBrowsingContext(); in NS_IMPL_ISUPPORTS()
H A DnsPIDOMWindowInlines.h70 inline mozilla::dom::BrowsingContext* nsPIDOMWindowOuter::GetBrowsingContext() in GetBrowsingContext() function
75 inline mozilla::dom::BrowsingContext* nsPIDOMWindowInner::GetBrowsingContext() in GetBrowsingContext() function
/dports/www/firefox-esr/firefox-91.8.0/dom/ipc/
H A DBrowserHost.cpp47 BrowsingContext* BrowserHost::GetBrowsingContext() const { in GetBrowsingContext() function in mozilla::dom::BrowserHost
48 return mRoot->GetBrowsingContext(); in GetBrowsingContext()
120 ProcessPriorityManager::ActivityChanged(GetBrowsingContext()->Canonical(), in SetRenderLayers()
155 ProcessPriorityManager::ActivityChanged(GetBrowsingContext()->Canonical(), in Deprioritize()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/ipc/
H A DBrowserHost.cpp47 BrowsingContext* BrowserHost::GetBrowsingContext() const { in GetBrowsingContext() function in mozilla::dom::BrowserHost
48 return mRoot->GetBrowsingContext(); in GetBrowsingContext()
120 ProcessPriorityManager::ActivityChanged(GetBrowsingContext()->Canonical(), in SetRenderLayers()
155 ProcessPriorityManager::ActivityChanged(GetBrowsingContext()->Canonical(), in Deprioritize()

12345678910>>...26