Home
last modified time | relevance | path

Searched refs:GetFocusClient (Results 1 – 25 of 69) sorted by relevance

123

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/views/accessibility/
H A Dax_aura_obj_cache.cc28 aura::client::FocusClient* GetFocusClient(aura::Window* root_window) { in GetFocusClient() function
31 return aura::client::GetFocusClient(root_window); in GetFocusClient()
135 if (!root_windows_.empty() && GetFocusClient(*root_windows_.begin())) in ~AXAuraObjCache()
136 GetFocusClient(*root_windows_.begin())->RemoveObserver(this); in ~AXAuraObjCache()
146 GetFocusClient(*root_windows_.begin()); in GetFocusedView()
197 if (root_windows_.empty() && GetFocusClient(window)) in OnRootWindowObjCreated()
198 GetFocusClient(window)->AddObserver(this); in OnRootWindowObjCreated()
204 if (root_windows_.empty() && GetFocusClient(window)) in OnRootWindowObjDestroyed()
205 GetFocusClient(window)->RemoveObserver(this); in OnRootWindowObjDestroyed()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/views/accessibility/
H A Dax_aura_obj_cache.cc28 aura::client::FocusClient* GetFocusClient(aura::Window* root_window) { in GetFocusClient() function
31 return aura::client::GetFocusClient(root_window); in GetFocusClient()
139 if (!root_windows_.empty() && GetFocusClient(*root_windows_.begin())) in ~AXAuraObjCache()
140 GetFocusClient(*root_windows_.begin())->RemoveObserver(this); in ~AXAuraObjCache()
150 GetFocusClient(*root_windows_.begin()); in GetFocusedView()
201 if (root_windows_.empty() && GetFocusClient(window)) in OnRootWindowObjCreated()
202 GetFocusClient(window)->AddObserver(this); in OnRootWindowObjCreated()
208 if (root_windows_.empty() && GetFocusClient(window)) in OnRootWindowObjDestroyed()
209 GetFocusClient(window)->RemoveObserver(this); in OnRootWindowObjDestroyed()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/aura/client/
H A Dfocus_client.cc19 FocusClient* GetFocusClient(Window* window) { in GetFocusClient() function
20 return GetFocusClient(static_cast<const Window*>(window)); in GetFocusClient()
23 FocusClient* GetFocusClient(const Window* window) { in GetFocusClient() function
H A Dfocus_client.h36 AURA_EXPORT FocusClient* GetFocusClient(Window* window);
37 AURA_EXPORT FocusClient* GetFocusClient(const Window* window);
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/aura/client/
H A Dfocus_client.cc19 FocusClient* GetFocusClient(Window* window) { in GetFocusClient() function
20 return GetFocusClient(static_cast<const Window*>(window)); in GetFocusClient()
23 FocusClient* GetFocusClient(const Window* window) { in GetFocusClient() function
H A Dfocus_client.h36 AURA_EXPORT FocusClient* GetFocusClient(Window* window);
37 AURA_EXPORT FocusClient* GetFocusClient(const Window* window);
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/wm/
H A Dwindow_manager_unittest.cc166 aura::client::GetFocusClient(w121.get()); in TEST_F()
184 focus_client = aura::client::GetFocusClient(w122.get()); in TEST_F()
196 EXPECT_EQ(aura::client::GetFocusClient(w12.get()), in TEST_F()
197 aura::client::GetFocusClient(w122.get())); in TEST_F()
199 aura::client::GetFocusClient(w12.get())->GetFocusedWindow()); in TEST_F()
210 EXPECT_EQ(NULL, aura::client::GetFocusClient(w122.get())); in TEST_F()
224 EXPECT_EQ(aura::client::GetFocusClient(w12.get()), in TEST_F()
225 aura::client::GetFocusClient(w123.get())); in TEST_F()
242 EXPECT_EQ(NULL, aura::client::GetFocusClient(w123.get())); in TEST_F()
267 aura::client::GetFocusClient(w1.get()); in TEST_F()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/views/widget/desktop_aura/
H A Ddesktop_focus_rules_unittest.cc33 aura::client::GetFocusClient(w2->GetNativeView())->FocusWindow(w2_child); in TEST_F()
35 aura::client::GetFocusClient(w2->GetNativeView())->GetFocusedWindow(); in TEST_F()
H A Ddesktop_window_tree_host_platform.cc494 if (GetContentWindow() && aura::client::GetFocusClient(GetContentWindow()) && in ClearNativeFocus()
496 aura::client::GetFocusClient(GetContentWindow()) in ClearNativeFocus()
498 aura::client::GetFocusClient(GetContentWindow()) in ClearNativeFocus()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/views/widget/desktop_aura/
H A Ddesktop_focus_rules_unittest.cc33 aura::client::GetFocusClient(w2->GetNativeView())->FocusWindow(w2_child); in TEST_F()
35 aura::client::GetFocusClient(w2->GetNativeView())->GetFocusedWindow(); in TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/exo/
H A Dkeyboard_unittest.cc150 aura::client::GetFocusClient(ash::Shell::GetPrimaryRootWindow()); in TEST_F()
197 aura::client::GetFocusClient(ash::Shell::GetPrimaryRootWindow()); in TEST_F()
238 aura::client::GetFocusClient(ash::Shell::GetPrimaryRootWindow()); in TEST_F()
337 aura::client::GetFocusClient(ash::Shell::GetPrimaryRootWindow()); in TEST_F()
386 aura::client::GetFocusClient(ash::Shell::GetPrimaryRootWindow()); in TEST_F()
440 aura::client::GetFocusClient(ash::Shell::GetPrimaryRootWindow()); in TEST_F()
505 aura::client::GetFocusClient(ash::Shell::GetPrimaryRootWindow()); in TEST_F()
531 aura::client::GetFocusClient(ash::Shell::GetPrimaryRootWindow()); in TEST_F()
613 aura::client::GetFocusClient(ash::Shell::GetPrimaryRootWindow()); in TEST_F()
659 aura::client::GetFocusClient(ash::Shell::GetPrimaryRootWindow()); in TEST_F()
[all …]
H A Dwm_helper_chromeos.cc76 aura::client::GetFocusClient(GetPrimaryRoot())->AddObserver(observer); in AddFocusObserver()
81 aura::client::GetFocusClient(GetPrimaryRoot())->RemoveObserver(observer); in RemoveFocusObserver()
172 aura::client::GetFocusClient(ash::Shell::GetPrimaryRootWindow()); in GetFocusedWindow()
/dports/www/chromium-legacy/chromium-88.0.4324.182/fuchsia/engine/browser/
H A Dframe_window_tree_host.cc79 aura::client::GetFocusClient(window())->FocusWindow(window()); in OnActivationChanged()
82 aura::client::GetFocusClient(window())->FocusWindow(nullptr); in OnActivationChanged()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/wm/core/
H A Dfocus_controller.cc166 aura::client::GetFocusClient(params.new_parent) != in OnWindowHierarchyChanging()
167 aura::client::GetFocusClient(params.receiver))) { in OnWindowHierarchyChanging()
176 aura::client::GetFocusClient(params.new_parent) != in OnWindowHierarchyChanged()
177 aura::client::GetFocusClient(params.receiver))) { in OnWindowHierarchyChanged()
H A Dfocus_controller_unittest.cc121 aura::client::GetFocusClient(root_)->AddObserver(this); in RecordingActivationAndFocusChangeObserver()
125 aura::client::GetFocusClient(root_)->RemoveObserver(this); in ~RecordingActivationAndFocusChangeObserver()
285 aura::client::GetFocusClient(root_)->AddObserver(this); in DeleteOnLoseFocusChangeObserver()
288 aura::client::GetFocusClient(root_)->RemoveObserver(this); in ~DeleteOnLoseFocusChangeObserver()
318 aura::client::GetFocusClient(root_window_)->AddObserver(this); in ScopedFocusNotificationObserver()
322 aura::client::GetFocusClient(root_window_)->RemoveObserver(this); in ~ScopedFocusNotificationObserver()
387 aura::client::GetFocusClient(gained_active); in OnWindowActivated()
434 aura::client::GetFocusClient(to_observe_->GetRootWindow()) in FocusWindow()
557 aura::client::GetFocusClient(root_window())->FocusWindow(window); in FocusWindow()
560 return aura::client::GetFocusClient(root_window())->GetFocusedWindow(); in GetFocusedWindow()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/wm/core/
H A Dfocus_controller.cc166 aura::client::GetFocusClient(params.new_parent) != in OnWindowHierarchyChanging()
167 aura::client::GetFocusClient(params.receiver))) { in OnWindowHierarchyChanging()
176 aura::client::GetFocusClient(params.new_parent) != in OnWindowHierarchyChanged()
177 aura::client::GetFocusClient(params.receiver))) { in OnWindowHierarchyChanged()
H A Dfocus_controller_unittest.cc121 aura::client::GetFocusClient(root_)->AddObserver(this); in RecordingActivationAndFocusChangeObserver()
125 aura::client::GetFocusClient(root_)->RemoveObserver(this); in ~RecordingActivationAndFocusChangeObserver()
285 aura::client::GetFocusClient(root_)->AddObserver(this); in DeleteOnLoseFocusChangeObserver()
288 aura::client::GetFocusClient(root_)->RemoveObserver(this); in ~DeleteOnLoseFocusChangeObserver()
318 aura::client::GetFocusClient(root_window_)->AddObserver(this); in ScopedFocusNotificationObserver()
322 aura::client::GetFocusClient(root_window_)->RemoveObserver(this); in ~ScopedFocusNotificationObserver()
386 aura::client::GetFocusClient(gained_active); in OnWindowActivated()
433 aura::client::GetFocusClient(to_observe_->GetRootWindow()) in FocusWindow()
556 aura::client::GetFocusClient(root_window())->FocusWindow(window); in FocusWindow()
559 return aura::client::GetFocusClient(root_window())->GetFocusedWindow(); in GetFocusedWindow()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/exo/
H A Dkeyboard_unittest.cc164 aura::client::GetFocusClient(ash::Shell::GetPrimaryRootWindow()); in TEST_F()
216 aura::client::GetFocusClient(ash::Shell::GetPrimaryRootWindow()); in TEST_F()
264 aura::client::GetFocusClient(ash::Shell::GetPrimaryRootWindow()); in TEST_F()
384 aura::client::GetFocusClient(ash::Shell::GetPrimaryRootWindow()); in TEST_F()
469 aura::client::GetFocusClient(ash::Shell::GetPrimaryRootWindow()); in TEST_F()
530 aura::client::GetFocusClient(ash::Shell::GetPrimaryRootWindow()); in TEST_F()
588 aura::client::GetFocusClient(ash::Shell::GetPrimaryRootWindow()); in TEST_F()
786 aura::client::GetFocusClient(ash::Shell::GetPrimaryRootWindow()); in TEST_F()
809 aura::client::GetFocusClient(ash::Shell::GetPrimaryRootWindow()); in TEST_F()
924 aura::client::GetFocusClient(ash::Shell::GetPrimaryRootWindow()); in TEST_F()
[all …]
H A Dwm_helper_chromeos.cc87 aura::client::GetFocusClient(GetPrimaryRoot())->AddObserver(observer); in AddFocusObserver()
92 aura::client::GetFocusClient(GetPrimaryRoot())->RemoveObserver(observer); in RemoveFocusObserver()
182 aura::client::GetFocusClient(ash::Shell::GetPrimaryRootWindow()); in GetFocusedWindow()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromecast/graphics/
H A Dcast_window_manager_aura_test.cc88 aura::client::GetFocusClient(&window); in TEST_F()
116 aura::client::GetFocusClient(&window); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/app_list/
H A Dapp_list_presenter_impl_unittest.cc140 aura::client::GetFocusClient(root_window()); in TEST_F()
160 aura::client::GetFocusClient(root_window()); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/aura/test/
H A Daura_test_base.h61 client::FocusClient* focus_client() { return helper_->GetFocusClient(); } in focus_client()
H A Daura_test_helper.h67 virtual client::FocusClient* GetFocusClient();
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/
H A Dextended_desktop_unittest.cc176 EXPECT_EQ(aura::client::GetFocusClient(root_windows[0]), in TEST_F()
177 aura::client::GetFocusClient(root_windows[1])); in TEST_F()
195 aura::client::GetFocusClient(root_windows[0])->GetFocusedWindow()); in TEST_F()
204 aura::client::GetFocusClient(root_windows[0])->GetFocusedWindow()); in TEST_F()
211 aura::client::GetFocusClient(root_windows[0])->GetFocusedWindow()); in TEST_F()
826 aura::client::GetFocusClient(root_windows[0]); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromecast/browser/ui/aura/accessibility/
H A Dax_tree_source_aura.cc40 aura::client::GetFocusClient(root_window); in GetTreeData()

123