Home
last modified time | relevance | path

Searched refs:root_window (Results 1 – 25 of 1206) sorted by relevance

12345678910>>...49

/dports/www/chromium-legacy/chromium-88.0.4324.182/chromecast/graphics/
H A Drounded_window_corners_manager_unittest.cc55 root_window->Show(); in TEST_F()
67 root_window->Show(); in TEST_F()
83 root_window->Show(); in TEST_F()
98 root_window->Show(); in TEST_F()
114 root_window->Show(); in TEST_F()
137 root_window->Show(); in TEST_F()
160 root_window->Show(); in TEST_F()
183 root_window->Show(); in TEST_F()
209 root_window->Show(); in TEST_F()
230 root_window->Show(); in TEST_F()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/wm/core/
H A Dfocus_controller_unittest.cc316 : root_window_(root_window) { in ScopedFocusNotificationObserver()
334 : target_(root_window->GetChildById(id)) { in ScopedTargetFocusNotificationObserver()
529 gfx::Rect(0, 0, 50, 50), root_window()); in SetUp()
719 root_window()->GetChildById(2)->Hide(); in ReactivationEvents()
724 EXPECT_EQ(root_window()->GetChildById(2), in ReactivationEvents()
726 EXPECT_EQ(root_window()->GetChildById(1), in ReactivationEvents()
861 root_window()->GetChildById(3)->Hide(); in ShiftFocusOnActivationDueToHide()
873 root_window()->GetChildById(1)->Hide(); in ShiftFocusOnActivationDueToHide()
1047 root_window()->AddChild(window1.get()); in StackWindowAtTopOnActivation()
1059 root_window()->AddChild(window2.get()); in StackWindowAtTopOnActivation()
[all …]
H A Ddefault_screen_position_client.cc15 aura::Window* root_window) in DefaultScreenPositionClient() argument
16 : root_window_(root_window) { in DefaultScreenPositionClient()
28 const aura::Window* root_window = window->GetRootWindow(); in ConvertPointToScreen() local
29 aura::Window::ConvertPointToTarget(window, root_window, point); in ConvertPointToScreen()
30 gfx::Point origin = GetOriginInScreen(root_window); in ConvertPointToScreen()
37 const aura::Window* root_window = window->GetRootWindow(); in ConvertPointFromScreen() local
38 gfx::Point origin = GetOriginInScreen(root_window); in ConvertPointFromScreen()
40 aura::Window::ConvertPointToTarget(root_window, window, point); in ConvertPointFromScreen()
45 aura::Window* root_window = window->GetRootWindow(); in ConvertHostPointToScreen() local
56 const aura::Window* root_window) { in GetOriginInScreen() argument
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/wm/core/
H A Dfocus_controller_unittest.cc316 : root_window_(root_window) { in ScopedFocusNotificationObserver()
334 : target_(root_window->GetChildById(id)) { in ScopedTargetFocusNotificationObserver()
528 gfx::Rect(0, 0, 50, 50), root_window()); in SetUp()
718 root_window()->GetChildById(2)->Hide(); in ReactivationEvents()
723 EXPECT_EQ(root_window()->GetChildById(2), in ReactivationEvents()
725 EXPECT_EQ(root_window()->GetChildById(1), in ReactivationEvents()
860 root_window()->GetChildById(3)->Hide(); in ShiftFocusOnActivationDueToHide()
872 root_window()->GetChildById(1)->Hide(); in ShiftFocusOnActivationDueToHide()
1046 root_window()->AddChild(window1.get()); in StackWindowAtTopOnActivation()
1058 root_window()->AddChild(window2.get()); in StackWindowAtTopOnActivation()
[all …]
H A Ddefault_screen_position_client.cc15 aura::Window* root_window) in DefaultScreenPositionClient() argument
16 : root_window_(root_window) { in DefaultScreenPositionClient()
28 const aura::Window* root_window = window->GetRootWindow(); in ConvertPointToScreen() local
29 aura::Window::ConvertPointToTarget(window, root_window, point); in ConvertPointToScreen()
30 gfx::Point origin = GetRootWindowOriginInScreen(root_window); in ConvertPointToScreen()
37 const aura::Window* root_window = window->GetRootWindow(); in ConvertPointFromScreen() local
38 gfx::Point origin = GetRootWindowOriginInScreen(root_window); in ConvertPointFromScreen()
40 aura::Window::ConvertPointToTarget(root_window, window, point); in ConvertPointFromScreen()
45 aura::Window* root_window = window->GetRootWindow(); in ConvertHostPointToScreen() local
56 const aura::Window* root_window) { in GetRootWindowOriginInScreen() argument
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/aura/
H A Dwindow_targeter.cc68 Window* root_window, in GetPriorityTargetInRootWindow() argument
70 DCHECK_EQ(root_window, root_window->GetRootWindow()); in GetPriorityTargetInRootWindow()
107 DCHECK_EQ(root_window, root_window->GetRootWindow()); in FindTargetInRootWindow()
137 return root_window; in FindTargetInRootWindow()
142 return root_window; in FindTargetInRootWindow()
150 Window* root_window, in ProcessEventIfTargetsDifferentRootWindow() argument
153 if (root_window->Contains(target)) in ProcessEventIfTargetsDifferentRootWindow()
324 return root_window; in FindTargetForNonKeyEvent()
330 Window* root_window, in FindTargetForLocatedEventRecursively() argument
333 root_window->GetChildIterator(); in FindTargetForLocatedEventRecursively()
[all …]
H A Dwindow_targeter_unittest.cc56 CreateNormalWindow(1, root_window(), &delegate)); in TEST_F()
64 root_window()->Show(); in TEST_F()
107 EXPECT_EQ(root_window(), in TEST_F()
119 root_window()->Show(); in TEST_F()
121 ui::EventTarget* root = root_window(); in TEST_F()
167 root_window()->Show(); in TEST_F()
176 ui::EventTarget* root_target = root_window(); in TEST_F()
240 ASSERT_EQ(1u, root_window()->children().size()); in TEST_F()
244 Window* parent_r = root_window()->children()[0]; in TEST_F()
248 ui::EventTarget* root_target = root_window(); in TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/aura/
H A Dwindow_targeter.cc68 Window* root_window, in GetPriorityTargetInRootWindow() argument
70 DCHECK_EQ(root_window, root_window->GetRootWindow()); in GetPriorityTargetInRootWindow()
107 DCHECK_EQ(root_window, root_window->GetRootWindow()); in FindTargetInRootWindow()
137 return root_window; in FindTargetInRootWindow()
142 return root_window; in FindTargetInRootWindow()
150 Window* root_window, in ProcessEventIfTargetsDifferentRootWindow() argument
153 if (root_window->Contains(target)) in ProcessEventIfTargetsDifferentRootWindow()
324 return root_window; in FindTargetForNonKeyEvent()
330 Window* root_window, in FindTargetForLocatedEventRecursively() argument
333 root_window->GetChildIterator(); in FindTargetForLocatedEventRecursively()
[all …]
H A Dwindow_targeter_unittest.cc56 CreateNormalWindow(1, root_window(), &delegate)); in TEST_F()
64 root_window()->Show(); in TEST_F()
107 EXPECT_EQ(root_window(), in TEST_F()
119 root_window()->Show(); in TEST_F()
121 ui::EventTarget* root = root_window(); in TEST_F()
167 root_window()->Show(); in TEST_F()
176 ui::EventTarget* root_target = root_window(); in TEST_F()
240 ASSERT_EQ(1u, root_window()->children().size()); in TEST_F()
244 Window* parent_r = root_window()->children()[0]; in TEST_F()
248 ui::EventTarget* root_target = root_window(); in TEST_F()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/views/widget/
H A Dtooltip_manager_aura.cc41 aura::Window* root_window = source->GetNativeView()->GetRootWindow(); in UpdateTooltipManagerForCapture() local
42 if (!root_window) in UpdateTooltipManagerForCapture()
48 aura::client::GetScreenPositionClient(root_window); in UpdateTooltipManagerForCapture()
90 aura::Window* root_window = GetWindow()->GetRootWindow(); in UpdateTooltip() local
91 if (wm::GetTooltipClient(root_window)) { in UpdateTooltip()
93 UpdateTooltipForTarget(nullptr, gfx::Point(), root_window); in UpdateTooltip()
100 UpdateTooltipForTarget(view, view_point, root_window); in UpdateTooltip()
105 aura::Window* root_window = GetWindow()->GetRootWindow(); in TooltipTextChanged() local
106 if (wm::GetTooltipClient(root_window)) { in TooltipTextChanged()
113 UpdateTooltipForTarget(view, view_point, root_window); in TooltipTextChanged()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/views/widget/
H A Dtooltip_manager_aura.cc40 aura::Window* root_window = source->GetNativeView()->GetRootWindow(); in UpdateTooltipManagerForCapture() local
41 if (!root_window) in UpdateTooltipManagerForCapture()
47 aura::client::GetScreenPositionClient(root_window); in UpdateTooltipManagerForCapture()
89 aura::Window* root_window = GetWindow()->GetRootWindow(); in UpdateTooltip() local
90 if (wm::GetTooltipClient(root_window)) { in UpdateTooltip()
92 UpdateTooltipForTarget(nullptr, gfx::Point(), root_window); in UpdateTooltip()
99 UpdateTooltipForTarget(view, view_point, root_window); in UpdateTooltip()
104 aura::Window* root_window = GetWindow()->GetRootWindow(); in TooltipTextChanged() local
105 if (wm::GetTooltipClient(root_window)) { in TooltipTextChanged()
112 UpdateTooltipForTarget(view, view_point, root_window); in TooltipTextChanged()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/aura/client/
H A Devent_client.cc18 void SetEventClient(Window* root_window, EventClient* client) { in DEFINE_UI_CLASS_PROPERTY_KEY()
19 DCHECK_EQ(root_window->GetRootWindow(), root_window); in DEFINE_UI_CLASS_PROPERTY_KEY()
20 root_window->SetProperty(kRootWindowEventClientKey, client); in DEFINE_UI_CLASS_PROPERTY_KEY()
23 EventClient* GetEventClient(const Window* root_window) { in GetEventClient() argument
24 if (root_window) in GetEventClient()
25 DCHECK_EQ(root_window->GetRootWindow(), root_window); in GetEventClient()
26 return root_window ? in GetEventClient()
27 root_window->GetProperty(kRootWindowEventClientKey) : NULL; in GetEventClient()
H A Ddrag_drop_client.cc19 void SetDragDropClient(Window* root_window, DragDropClient* client) { in DEFINE_UI_CLASS_PROPERTY_KEY()
20 DCHECK_EQ(root_window->GetRootWindow(), root_window); in DEFINE_UI_CLASS_PROPERTY_KEY()
21 root_window->SetProperty(kRootWindowDragDropClientKey, client); in DEFINE_UI_CLASS_PROPERTY_KEY()
24 DragDropClient* GetDragDropClient(Window* root_window) { in GetDragDropClient() argument
25 if (root_window) in GetDragDropClient()
26 DCHECK_EQ(root_window->GetRootWindow(), root_window); in GetDragDropClient()
27 return root_window ? in GetDragDropClient()
28 root_window->GetProperty(kRootWindowDragDropClientKey) : NULL; in GetDragDropClient()
H A Dscreen_position_client.cc33 void SetScreenPositionClient(Window* root_window, in SetScreenPositionClient() argument
35 DCHECK_EQ(root_window->GetRootWindow(), root_window); in SetScreenPositionClient()
36 root_window->SetProperty(kScreenPositionClientKey, client); in SetScreenPositionClient()
39 ScreenPositionClient* GetScreenPositionClient(const Window* root_window) { in GetScreenPositionClient() argument
40 if (root_window) in GetScreenPositionClient()
41 DCHECK_EQ(root_window->GetRootWindow(), root_window); in GetScreenPositionClient()
42 return root_window ? in GetScreenPositionClient()
43 root_window->GetProperty(kScreenPositionClientKey) : NULL; in GetScreenPositionClient()
H A Dcapture_client.cc18 void SetCaptureClient(Window* root_window, CaptureClient* client) { in DEFINE_UI_CLASS_PROPERTY_KEY()
19 root_window->SetProperty(kRootWindowCaptureClientKey, client); in DEFINE_UI_CLASS_PROPERTY_KEY()
22 CaptureClient* GetCaptureClient(Window* root_window) { in GetCaptureClient() argument
23 return root_window ? in GetCaptureClient()
24 root_window->GetProperty(kRootWindowCaptureClientKey) : NULL; in GetCaptureClient()
28 Window* root_window = window->GetRootWindow(); in GetCaptureWindow() local
29 if (!root_window) in GetCaptureWindow()
31 CaptureClient* capture_client = GetCaptureClient(root_window); in GetCaptureWindow()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/aura/client/
H A Devent_client.cc18 void SetEventClient(Window* root_window, EventClient* client) { in DEFINE_UI_CLASS_PROPERTY_KEY()
19 DCHECK_EQ(root_window->GetRootWindow(), root_window); in DEFINE_UI_CLASS_PROPERTY_KEY()
20 root_window->SetProperty(kRootWindowEventClientKey, client); in DEFINE_UI_CLASS_PROPERTY_KEY()
23 EventClient* GetEventClient(const Window* root_window) { in GetEventClient() argument
24 if (root_window) in GetEventClient()
25 DCHECK_EQ(root_window->GetRootWindow(), root_window); in GetEventClient()
26 return root_window ? in GetEventClient()
27 root_window->GetProperty(kRootWindowEventClientKey) : NULL; in GetEventClient()
H A Ddrag_drop_client.cc19 void SetDragDropClient(Window* root_window, DragDropClient* client) { in DEFINE_UI_CLASS_PROPERTY_KEY()
20 DCHECK_EQ(root_window->GetRootWindow(), root_window); in DEFINE_UI_CLASS_PROPERTY_KEY()
21 root_window->SetProperty(kRootWindowDragDropClientKey, client); in DEFINE_UI_CLASS_PROPERTY_KEY()
24 DragDropClient* GetDragDropClient(Window* root_window) { in GetDragDropClient() argument
25 if (root_window) in GetDragDropClient()
26 DCHECK_EQ(root_window->GetRootWindow(), root_window); in GetDragDropClient()
27 return root_window ? in GetDragDropClient()
28 root_window->GetProperty(kRootWindowDragDropClientKey) : NULL; in GetDragDropClient()
H A Dscreen_position_client.cc49 const aura::Window* root_window = window->GetRootWindow(); in ConvertPointToScreenIgnoringTransforms() local
51 gfx::Point origin = GetRootWindowOriginInScreen(root_window); in ConvertPointToScreenIgnoringTransforms()
55 void SetScreenPositionClient(Window* root_window, in SetScreenPositionClient() argument
57 DCHECK_EQ(root_window->GetRootWindow(), root_window); in SetScreenPositionClient()
58 root_window->SetProperty(kScreenPositionClientKey, client); in SetScreenPositionClient()
61 ScreenPositionClient* GetScreenPositionClient(const Window* root_window) { in GetScreenPositionClient() argument
62 if (root_window) in GetScreenPositionClient()
63 DCHECK_EQ(root_window->GetRootWindow(), root_window); in GetScreenPositionClient()
64 return root_window ? in GetScreenPositionClient()
65 root_window->GetProperty(kScreenPositionClientKey) : NULL; in GetScreenPositionClient()
H A Dcapture_client.cc18 void SetCaptureClient(Window* root_window, CaptureClient* client) { in DEFINE_UI_CLASS_PROPERTY_KEY()
19 root_window->SetProperty(kRootWindowCaptureClientKey, client); in DEFINE_UI_CLASS_PROPERTY_KEY()
22 CaptureClient* GetCaptureClient(Window* root_window) { in GetCaptureClient() argument
23 return root_window ? in GetCaptureClient()
24 root_window->GetProperty(kRootWindowCaptureClientKey) : NULL; in GetCaptureClient()
28 Window* root_window = window->GetRootWindow(); in GetCaptureWindow() local
29 if (!root_window) in GetCaptureWindow()
31 CaptureClient* capture_client = GetCaptureClient(root_window); in GetCaptureWindow()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/wm/public/
H A Dtooltip_client.cc19 void SetTooltipClient(aura::Window* root_window, TooltipClient* client) { in DEFINE_UI_CLASS_PROPERTY_KEY()
20 DCHECK_EQ(root_window->GetRootWindow(), root_window); in DEFINE_UI_CLASS_PROPERTY_KEY()
21 root_window->SetProperty(kRootWindowTooltipClientKey, client); in DEFINE_UI_CLASS_PROPERTY_KEY()
24 TooltipClient* GetTooltipClient(aura::Window* root_window) { in GetTooltipClient() argument
25 if (root_window) in GetTooltipClient()
26 DCHECK_EQ(root_window->GetRootWindow(), root_window); in GetTooltipClient()
27 return root_window ? in GetTooltipClient()
28 root_window->GetProperty(kRootWindowTooltipClientKey) : NULL; in GetTooltipClient()
H A Dactivation_client.cc19 void SetActivationClient(aura::Window* root_window, ActivationClient* client) { in DEFINE_UI_CLASS_PROPERTY_KEY()
20 root_window->SetProperty(kRootWindowActivationClientKey, client); in DEFINE_UI_CLASS_PROPERTY_KEY()
23 const ActivationClient* GetActivationClient(const aura::Window* root_window) { in GetActivationClient() argument
24 return root_window ? root_window->GetProperty(kRootWindowActivationClientKey) in GetActivationClient()
28 ActivationClient* GetActivationClient(aura::Window* root_window) { in GetActivationClient() argument
29 return root_window ? root_window->GetProperty(kRootWindowActivationClientKey) in GetActivationClient()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/wm/public/
H A Dtooltip_client.cc19 void SetTooltipClient(aura::Window* root_window, TooltipClient* client) { in DEFINE_UI_CLASS_PROPERTY_KEY()
20 DCHECK_EQ(root_window->GetRootWindow(), root_window); in DEFINE_UI_CLASS_PROPERTY_KEY()
21 root_window->SetProperty(kRootWindowTooltipClientKey, client); in DEFINE_UI_CLASS_PROPERTY_KEY()
24 TooltipClient* GetTooltipClient(aura::Window* root_window) { in GetTooltipClient() argument
25 if (root_window) in GetTooltipClient()
26 DCHECK_EQ(root_window->GetRootWindow(), root_window); in GetTooltipClient()
27 return root_window ? in GetTooltipClient()
28 root_window->GetProperty(kRootWindowTooltipClientKey) : NULL; in GetTooltipClient()
H A Dactivation_client.cc19 void SetActivationClient(aura::Window* root_window, ActivationClient* client) { in DEFINE_UI_CLASS_PROPERTY_KEY()
20 root_window->SetProperty(kRootWindowActivationClientKey, client); in DEFINE_UI_CLASS_PROPERTY_KEY()
23 const ActivationClient* GetActivationClient(const aura::Window* root_window) { in GetActivationClient() argument
24 return root_window ? root_window->GetProperty(kRootWindowActivationClientKey) in GetActivationClient()
28 ActivationClient* GetActivationClient(aura::Window* root_window) { in GetActivationClient() argument
29 return root_window ? root_window->GetProperty(kRootWindowActivationClientKey) in GetActivationClient()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromecast/graphics/accessibility/
H A Daccessibility_layer.cc24 AccessibilityLayer::AccessibilityLayer(aura::Window* root_window, in AccessibilityLayer() argument
26 : root_window_(root_window), delegate_(delegate) { in AccessibilityLayer()
27 DCHECK(root_window); in AccessibilityLayer()
36 void AccessibilityLayer::Set(aura::Window* root_window, in Set() argument
38 DCHECK(root_window); in Set()
43 CreateOrUpdateLayer(root_window, "AccessibilityLayer", layer_bounds); in Set()
52 void AccessibilityLayer::CreateOrUpdateLayer(aura::Window* root_window, in CreateOrUpdateLayer() argument
55 if (!layer_ || root_window != root_window_) { in CreateOrUpdateLayer()
56 root_window_ = root_window; in CreateOrUpdateLayer()
57 ui::Layer* root_layer = root_window->layer(); in CreateOrUpdateLayer()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/magnifier/
H A Dpartial_magnification_controller.cc28 for (aura::Window* root_window : root_windows) { in GetCurrentRootWindow()
29 if (root_window->ContainsPointInRoot( in GetCurrentRootWindow()
30 root_window->GetHost()->dispatcher()->GetLastMouseLocationInRoot())) in GetCurrentRootWindow()
31 return root_window; in GetCurrentRootWindow()
76 aura::Window* root_window = GetCurrentRootWindow(); in SetActive() local
78 root_window, in SetActive()
79 root_window->GetHost()->dispatcher()->GetLastMouseLocationInRoot()); in SetActive()
112 aura::Window* root_window = GetCurrentRootWindow(); in OnLocatedEvent() local
115 if (!root_window) { in OnLocatedEvent()
122 aura::Window::ConvertPointToTarget(event_root, root_window, &point); in OnLocatedEvent()
[all …]

12345678910>>...49