Home
last modified time | relevance | path

Searched refs:aBrowserParent (Results 1 – 25 of 123) sorted by relevance

12345

/dports/lang/spidermonkey78/firefox-78.9.0/dom/ipc/
H A DBrowserHost.cpp121 VisitAll([&](BrowserParent* aBrowserParent) { in SetSuspendMediaWhenInactive() argument
122 aBrowserParent->SetSuspendMediaWhenInactive(aSuspendMediaWhenInactive); in SetSuspendMediaWhenInactive()
143 VisitAll([&](BrowserParent* aBrowserParent) { in SetDocShellIsActive() argument
144 aBrowserParent->SetDocShellIsActive(aDocShellIsActive); in SetDocShellIsActive()
186 VisitAll([](BrowserParent* aBrowserParent) { in NotifyResolutionChanged() argument
187 aBrowserParent->NotifyResolutionChanged(); in NotifyResolutionChanged()
199 [](BrowserParent* aBrowserParent) { aBrowserParent->Deprioritize(); }); in Deprioritize() argument
209 VisitAll([&](BrowserParent* aBrowserParent) { in PreserveLayers() argument
210 aBrowserParent->PreserveLayers(aPreserveLayers); in PreserveLayers()
H A DProcessPriorityManager.cpp144 void TabActivityChanged(BrowserParent* aBrowserParent, bool aIsActive);
249 void TabActivityChanged(BrowserParent* aBrowserParent, bool aIsActive);
468 BrowserParent* aBrowserParent, bool aIsActive) { in TabActivityChanged() argument
470 GetParticularProcessPriorityManager(aBrowserParent->Manager()); in TabActivityChanged()
478 pppm->TabActivityChanged(aBrowserParent, aIsActive); in TabActivityChanged()
796 BrowserParent* aBrowserParent, bool aIsActive) { in TabActivityChanged() argument
797 MOZ_ASSERT(aBrowserParent); in TabActivityChanged()
800 mActiveBrowserParents.RemoveEntry(aBrowserParent->GetTabId()); in TabActivityChanged()
802 mActiveBrowserParents.PutEntry(aBrowserParent->GetTabId()); in TabActivityChanged()
961 MOZ_ASSERT(aBrowserParent); in TabActivityChanged()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/dom/events/
H A DIMEStateManager.h71 const BrowserParent* aBrowserParent) { in DoesBrowserParentHaveIMEFocus() argument
72 MOZ_ASSERT(aBrowserParent); in DoesBrowserParentHaveIMEFocus()
73 return sFocusedIMEBrowserParent == aBrowserParent; in DoesBrowserParentHaveIMEFocus()
110 static void SetInputContextForChildProcess(BrowserParent* aBrowserParent,
208 BrowserParent* aBrowserParent, WidgetCompositionEvent* aCompositionEvent,
255 BrowserParent* aBrowserParent = nullptr);
257 BrowserParent* aBrowserParent = nullptr);
259 BrowserParent* aBrowserParent = nullptr);
H A DIMEStateManager.cpp1078 if (aBrowserParent != BrowserParent::GetFocused()) { in SetInputContextForChildProcess()
1382 GetBoolName(aIsSynthesized), aBrowserParent)); in DispatchCompositionEvent()
1552 aBrowserParent); in NotifyIME()
1582 if (aBrowserParent != BrowserParent::GetFocused()) { in NotifyIME()
1595 sFocusedIMEBrowserParent || aBrowserParent, in NotifyIME()
1607 if (aBrowserParent) { in NotifyIME()
1609 aBrowserParent->GetTextInputHandlingWidget(); in NotifyIME()
1613 sFocusedIMEBrowserParent = aBrowserParent; in NotifyIME()
1622 if (aBrowserParent != sFocusedIMEBrowserParent) { in NotifyIME()
1653 if (aBrowserParent != sFocusedIMEBrowserParent) { in NotifyIME()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/dom/events/
H A DIMEStateManager.h77 const BrowserParent* aBrowserParent) { in DoesBrowserParentHaveIMEFocus() argument
78 MOZ_ASSERT(aBrowserParent); in DoesBrowserParentHaveIMEFocus()
79 return sFocusedIMEBrowserParent == aBrowserParent; in DoesBrowserParentHaveIMEFocus()
131 static void SetInputContextForChildProcess(BrowserParent* aBrowserParent,
236 BrowserParent* aBrowserParent, WidgetCompositionEvent* aCompositionEvent,
283 BrowserParent* aBrowserParent = nullptr);
285 BrowserParent* aBrowserParent = nullptr);
287 BrowserParent* aBrowserParent = nullptr);
H A DIMEStateManager.cpp1172 aBrowserParent, ToString(aInputContext).c_str(), in SetInputContextForChildProcess()
1179 if (aBrowserParent != BrowserParent::GetFocused()) { in SetInputContextForChildProcess()
1486 GetBoolName(aIsSynthesized), aBrowserParent)); in DispatchCompositionEvent()
1658 aBrowserParent); in NotifyIME()
1705 sFocusedIMEBrowserParent || aBrowserParent, in NotifyIME()
1717 if (aBrowserParent) { in NotifyIME()
1719 aBrowserParent->GetTextInputHandlingWidget(); in NotifyIME()
1723 sFocusedIMEBrowserParent = aBrowserParent; in NotifyIME()
1732 if (aBrowserParent != sFocusedIMEBrowserParent) { in NotifyIME()
1766 if (aBrowserParent != sFocusedIMEBrowserParent) { in NotifyIME()
[all …]
H A DPointerEventHandler.cpp195 uint32_t aPointerId, dom::BrowserParent* aBrowserParent) { in SetPointerCaptureRemoteTarget() argument
198 MOZ_ASSERT(aBrowserParent); in SetPointerCaptureRemoteTarget()
206 if (currentRemoteTarget && currentRemoteTarget != aBrowserParent) { in SetPointerCaptureRemoteTarget()
210 sPointerCaptureRemoteTargetTable->InsertOrUpdate(aPointerId, aBrowserParent); in SetPointerCaptureRemoteTarget()
216 BrowserParent* aBrowserParent) { in ReleasePointerCaptureRemoteTarget() argument
219 MOZ_ASSERT(aBrowserParent); in ReleasePointerCaptureRemoteTarget()
221 sPointerCaptureRemoteTargetTable->RemoveIf([aBrowserParent]( in ReleasePointerCaptureRemoteTarget()
226 return aBrowserParent == browserParent; in ReleasePointerCaptureRemoteTarget()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/events/
H A DIMEStateManager.h77 const BrowserParent* aBrowserParent) { in DoesBrowserParentHaveIMEFocus() argument
78 MOZ_ASSERT(aBrowserParent); in DoesBrowserParentHaveIMEFocus()
79 return sFocusedIMEBrowserParent == aBrowserParent; in DoesBrowserParentHaveIMEFocus()
131 static void SetInputContextForChildProcess(BrowserParent* aBrowserParent,
236 BrowserParent* aBrowserParent, WidgetCompositionEvent* aCompositionEvent,
283 BrowserParent* aBrowserParent = nullptr);
285 BrowserParent* aBrowserParent = nullptr);
287 BrowserParent* aBrowserParent = nullptr);
H A DIMEStateManager.cpp1172 aBrowserParent, ToString(aInputContext).c_str(), in SetInputContextForChildProcess()
1179 if (aBrowserParent != BrowserParent::GetFocused()) { in SetInputContextForChildProcess()
1486 GetBoolName(aIsSynthesized), aBrowserParent)); in DispatchCompositionEvent()
1658 aBrowserParent); in NotifyIME()
1705 sFocusedIMEBrowserParent || aBrowserParent, in NotifyIME()
1717 if (aBrowserParent) { in NotifyIME()
1719 aBrowserParent->GetTextInputHandlingWidget(); in NotifyIME()
1723 sFocusedIMEBrowserParent = aBrowserParent; in NotifyIME()
1732 if (aBrowserParent != sFocusedIMEBrowserParent) { in NotifyIME()
1766 if (aBrowserParent != sFocusedIMEBrowserParent) { in NotifyIME()
[all …]
/dports/www/firefox/firefox-99.0/dom/events/
H A DIMEStateManager.h77 const BrowserParent* aBrowserParent) { in DoesBrowserParentHaveIMEFocus() argument
78 MOZ_ASSERT(aBrowserParent); in DoesBrowserParentHaveIMEFocus()
79 return sFocusedIMEBrowserParent == aBrowserParent; in DoesBrowserParentHaveIMEFocus()
131 static void SetInputContextForChildProcess(BrowserParent* aBrowserParent,
241 BrowserParent* aBrowserParent, WidgetCompositionEvent* aCompositionEvent,
288 BrowserParent* aBrowserParent = nullptr);
290 BrowserParent* aBrowserParent = nullptr);
292 BrowserParent* aBrowserParent = nullptr);
H A DIMEStateManager.cpp1250 aBrowserParent, ToString(aInputContext).c_str(), in SetInputContextForChildProcess()
1257 if (aBrowserParent != BrowserParent::GetFocused()) { in SetInputContextForChildProcess()
1591 GetBoolName(aIsSynthesized), aBrowserParent)); in DispatchCompositionEvent()
1763 aBrowserParent); in NotifyIME()
1810 sFocusedIMEBrowserParent || aBrowserParent, in NotifyIME()
1822 if (aBrowserParent) { in NotifyIME()
1824 aBrowserParent->GetTextInputHandlingWidget(); in NotifyIME()
1828 sFocusedIMEBrowserParent = aBrowserParent; in NotifyIME()
1837 if (aBrowserParent != sFocusedIMEBrowserParent) { in NotifyIME()
1871 if (aBrowserParent != sFocusedIMEBrowserParent) { in NotifyIME()
[all …]
H A DPointerEventHandler.cpp197 uint32_t aPointerId, dom::BrowserParent* aBrowserParent) { in SetPointerCaptureRemoteTarget() argument
200 MOZ_ASSERT(aBrowserParent); in SetPointerCaptureRemoteTarget()
208 if (currentRemoteTarget && currentRemoteTarget != aBrowserParent) { in SetPointerCaptureRemoteTarget()
212 sPointerCaptureRemoteTargetTable->InsertOrUpdate(aPointerId, aBrowserParent); in SetPointerCaptureRemoteTarget()
218 BrowserParent* aBrowserParent) { in ReleasePointerCaptureRemoteTarget() argument
221 MOZ_ASSERT(aBrowserParent); in ReleasePointerCaptureRemoteTarget()
223 sPointerCaptureRemoteTargetTable->RemoveIf([aBrowserParent]( in ReleasePointerCaptureRemoteTarget()
228 return aBrowserParent == browserParent; in ReleasePointerCaptureRemoteTarget()
/dports/www/firefox-esr/firefox-91.8.0/layout/ipc/
H A DRemoteLayerTreeOwner.cpp34 BrowserParent* aBrowserParent) { in GetLayerManager() argument
35 if (Element* element = aBrowserParent->GetOwnerElement()) { in GetLayerManager()
54 bool RemoteLayerTreeOwner::Initialize(BrowserParent* aBrowserParent) { in Initialize() argument
55 if (mInitialized || !aBrowserParent) { in Initialize()
59 mBrowserParent = aBrowserParent; in Initialize()
/dports/www/firefox/firefox-99.0/layout/ipc/
H A DRemoteLayerTreeOwner.cpp33 BrowserParent* aBrowserParent) { in GetWindowRenderer() argument
35 if (Element* element = aBrowserParent->GetOwnerElement()) { in GetWindowRenderer()
56 bool RemoteLayerTreeOwner::Initialize(BrowserParent* aBrowserParent) { in Initialize() argument
57 if (mInitialized || !aBrowserParent) { in Initialize()
61 mBrowserParent = aBrowserParent; in Initialize()
/dports/mail/thunderbird/thunderbird-91.8.0/layout/ipc/
H A DRemoteLayerTreeOwner.cpp34 BrowserParent* aBrowserParent) { in GetLayerManager() argument
35 if (Element* element = aBrowserParent->GetOwnerElement()) { in GetLayerManager()
54 bool RemoteLayerTreeOwner::Initialize(BrowserParent* aBrowserParent) { in Initialize() argument
55 if (mInitialized || !aBrowserParent) { in Initialize()
59 mBrowserParent = aBrowserParent; in Initialize()
/dports/lang/spidermonkey78/firefox-78.9.0/layout/ipc/
H A DRemoteLayerTreeOwner.cpp34 BrowserParent* aBrowserParent) { in GetLayerManager() argument
35 if (Element* element = aBrowserParent->GetOwnerElement()) { in GetLayerManager()
54 bool RemoteLayerTreeOwner::Initialize(BrowserParent* aBrowserParent) { in Initialize() argument
55 if (mInitialized || !aBrowserParent) { in Initialize()
59 mBrowserParent = aBrowserParent; in Initialize()
/dports/www/firefox-esr/firefox-91.8.0/dom/ipc/
H A DProcessPriorityManager.cpp202 void ActivityChanged(BrowserParent* aBrowserParent, bool aIsActive);
309 void ActivityChanged(BrowserParent* aBrowserParent, bool aIsActive);
536 GetParticularProcessPriorityManager(aBrowserParent->Manager())) { in ActivityChanged()
541 pppm->ActivityChanged(aBrowserParent, aIsActive); in ActivityChanged()
811 BrowserParent* aBrowserParent, bool aIsActive) { in ActivityChanged() argument
812 MOZ_ASSERT(aBrowserParent); in ActivityChanged()
815 mActiveBrowserParents.Remove(aBrowserParent->GetTabId()); in ActivityChanged()
817 mActiveBrowserParents.Insert(aBrowserParent->GetTabId()); in ActivityChanged()
975 void ProcessPriorityManager::ActivityChanged(BrowserParent* aBrowserParent, in ActivityChanged() argument
977 MOZ_ASSERT(aBrowserParent); in ActivityChanged()
[all …]
H A DBrowserHost.cpp143 VisitAll([](BrowserParent* aBrowserParent) { in NotifyResolutionChanged() argument
144 aBrowserParent->NotifyResolutionChanged(); in NotifyResolutionChanged()
166 VisitAll([&](BrowserParent* aBrowserParent) { in PreserveLayers() argument
167 aBrowserParent->PreserveLayers(aPreserveLayers); in PreserveLayers()
/dports/www/firefox/firefox-99.0/dom/ipc/
H A DProcessPriorityManager.cpp203 void ActivityChanged(BrowserParent* aBrowserParent, bool aIsActive);
310 void ActivityChanged(BrowserParent* aBrowserParent, bool aIsActive);
541 GetParticularProcessPriorityManager(aBrowserParent->Manager())) { in ActivityChanged()
546 pppm->ActivityChanged(aBrowserParent, aIsActive); in ActivityChanged()
815 BrowserParent* aBrowserParent, bool aIsActive) { in ActivityChanged() argument
816 MOZ_ASSERT(aBrowserParent); in ActivityChanged()
819 mActiveBrowserParents.Remove(aBrowserParent->GetTabId()); in ActivityChanged()
821 mActiveBrowserParents.Insert(aBrowserParent->GetTabId()); in ActivityChanged()
979 void ProcessPriorityManager::ActivityChanged(BrowserParent* aBrowserParent, in ActivityChanged() argument
981 MOZ_ASSERT(aBrowserParent); in ActivityChanged()
[all …]
H A DBrowserHost.cpp145 VisitAll([](BrowserParent* aBrowserParent) { in NotifyResolutionChanged() argument
146 aBrowserParent->NotifyResolutionChanged(); in NotifyResolutionChanged()
168 VisitAll([&](BrowserParent* aBrowserParent) { in PreserveLayers() argument
169 aBrowserParent->PreserveLayers(aPreserveLayers); in PreserveLayers()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/ipc/
H A DProcessPriorityManager.cpp202 void ActivityChanged(BrowserParent* aBrowserParent, bool aIsActive);
309 void ActivityChanged(BrowserParent* aBrowserParent, bool aIsActive);
536 GetParticularProcessPriorityManager(aBrowserParent->Manager())) { in ActivityChanged()
541 pppm->ActivityChanged(aBrowserParent, aIsActive); in ActivityChanged()
811 BrowserParent* aBrowserParent, bool aIsActive) { in ActivityChanged() argument
812 MOZ_ASSERT(aBrowserParent); in ActivityChanged()
815 mActiveBrowserParents.Remove(aBrowserParent->GetTabId()); in ActivityChanged()
817 mActiveBrowserParents.Insert(aBrowserParent->GetTabId()); in ActivityChanged()
975 void ProcessPriorityManager::ActivityChanged(BrowserParent* aBrowserParent, in ActivityChanged() argument
977 MOZ_ASSERT(aBrowserParent); in ActivityChanged()
[all …]
H A DBrowserHost.cpp143 VisitAll([](BrowserParent* aBrowserParent) { in NotifyResolutionChanged() argument
144 aBrowserParent->NotifyResolutionChanged(); in NotifyResolutionChanged()
166 VisitAll([&](BrowserParent* aBrowserParent) { in PreserveLayers() argument
167 aBrowserParent->PreserveLayers(aPreserveLayers); in PreserveLayers()
/dports/www/firefox/firefox-99.0/dom/base/
H A DPointerLockManager.cpp315 bool PointerLockManager::SetLockedRemoteTarget(BrowserParent* aBrowserParent) { in SetLockedRemoteTarget() argument
318 return sLockedRemoteTarget == aBrowserParent; in SetLockedRemoteTarget()
321 sLockedRemoteTarget = aBrowserParent; in SetLockedRemoteTarget()
327 BrowserParent* aBrowserParent) { in ReleaseLockedRemoteTarget() argument
329 if (sLockedRemoteTarget == aBrowserParent) { in ReleaseLockedRemoteTarget()
/dports/www/firefox-esr/firefox-91.8.0/dom/base/
H A DPointerLockManager.cpp315 bool PointerLockManager::SetLockedRemoteTarget(BrowserParent* aBrowserParent) { in SetLockedRemoteTarget() argument
318 return sLockedRemoteTarget == aBrowserParent; in SetLockedRemoteTarget()
321 sLockedRemoteTarget = aBrowserParent; in SetLockedRemoteTarget()
327 BrowserParent* aBrowserParent) { in ReleaseLockedRemoteTarget() argument
329 if (sLockedRemoteTarget == aBrowserParent) { in ReleaseLockedRemoteTarget()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/base/
H A DPointerLockManager.cpp315 bool PointerLockManager::SetLockedRemoteTarget(BrowserParent* aBrowserParent) { in SetLockedRemoteTarget() argument
318 return sLockedRemoteTarget == aBrowserParent; in SetLockedRemoteTarget()
321 sLockedRemoteTarget = aBrowserParent; in SetLockedRemoteTarget()
327 BrowserParent* aBrowserParent) { in ReleaseLockedRemoteTarget() argument
329 if (sLockedRemoteTarget == aBrowserParent) { in ReleaseLockedRemoteTarget()

12345