Home
last modified time | relevance | path

Searched refs:root_window_ (Results 1 – 25 of 164) sorted by relevance

1234567

/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/touch/
H A Dtouch_observer_hud.cc23 root_window_(initial_root), in TouchObserverHud()
53 root_window_->AddPreTargetHandler(this); in TouchObserverHud()
66 root_window_->RemovePreTargetHandler(this); in Remove()
69 RootWindowController::ForWindow(root_window_); in Remove()
106 if (!root_window_) in OnDisplayConfigurationChanging()
109 root_window_->RemovePreTargetHandler(this); in OnDisplayConfigurationChanging()
112 RootWindowController::ForWindow(root_window_); in OnDisplayConfigurationChanging()
117 Shell::GetContainer(root_window_, in OnDisplayConfigurationChanging()
120 root_window_ = NULL; in OnDisplayConfigurationChanging()
124 if (root_window_) in OnDisplayConfigurationChanged()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/remoting/host/chromeos/
H A Dpoint_transformer.cc14 root_window_ = ash::Shell::GetPrimaryRootWindow(); in PointTransformer()
15 root_window_->AddObserver(this); in PointTransformer()
17 OnWindowTargetTransformChanging(root_window_, in PointTransformer()
18 root_window_->layer()->GetTargetTransform()); in PointTransformer()
22 root_window_->RemoveObserver(this); in ~PointTransformer()
28 CHECK_EQ(window, root_window_); in OnWindowTargetTransformChanging()
30 ui::Layer* layer = root_window_->layer(); in OnWindowTargetTransformChanging()
44 gfx::Transform rotation = root_window_->GetHost()->GetRootTransform(); in OnWindowTargetTransformChanging()
52 root_window_->GetHost()->GetInverseRootTransform(); in OnWindowTargetTransformChanging()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/magnifier/
H A Dmagnification_controller.cc120 root_window_->AddObserver(this); in MagnificationController()
140 root_window_->RemoveObserver(this); in ~MagnificationController()
301 root_window_ = new_root_window; in SwitchTargetRootWindow()
304 root_window_->AddObserver(this); in SwitchTargetRootWindow()
516 if (current_root != root_window_) in OnTouchEvent()
621 DCHECK(root_window_); in RedrawDIP()
761 DCHECK(root_window_); in OnMouseMove()
776 DCHECK(root_window_); in AfterAnimationMoveCursorTo()
899 DCHECK(root_window_); in MoveMagnifierWindowFollowPoint()
957 DCHECK(root_window_); in MoveMagnifierWindowCenterPoint()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/aura/client/
H A Ddefault_capture_client.cc23 : root_window_(root_window), capture_window_(nullptr) { in DefaultCaptureClient()
24 DCHECK(root_window_); in DefaultCaptureClient()
25 SetCaptureClient(root_window_, this); in DefaultCaptureClient()
31 SetCaptureClient(root_window_, nullptr); in ~DefaultCaptureClient()
46 DCHECK(!root_window_ || root_window_ == capture_window_->GetRootWindow()); in SetCapture()
50 DCHECK(!root_window_ || in SetCapture()
51 root_window_ == old_capture_window->GetRootWindow()); in SetCapture()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/aura/client/
H A Ddefault_capture_client.cc23 : root_window_(root_window), capture_window_(nullptr) { in DefaultCaptureClient()
24 DCHECK(root_window_); in DefaultCaptureClient()
25 SetCaptureClient(root_window_, this); in DefaultCaptureClient()
31 SetCaptureClient(root_window_, nullptr); in ~DefaultCaptureClient()
46 DCHECK(!root_window_ || root_window_ == capture_window_->GetRootWindow()); in SetCapture()
50 DCHECK(!root_window_ || in SetCapture()
51 root_window_ == old_capture_window->GetRootWindow()); in SetCapture()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/renderer_host/
H A Dcompositor_impl_android.cc209 if (compositor_->root_window_) in SetWideColorEnabled()
213 if (compositor_->root_window_) in SetPreferredRefreshRate()
313 root_window_->DetachCompositor(); in DetachRootWindow()
314 root_window_->SetLayer(nullptr); in DetachRootWindow()
337 if (root_window_) { in SetRootWindow()
338 root_layer = root_window_->GetLayer(); in SetRootWindow()
342 root_window_ = root_window; in SetRootWindow()
344 root_window_->SetForce60HzRefreshRate(); in SetRootWindow()
523 root_window_->GetLayer()->SetBounds(size); in SetWindowBounds()
704 root_window_->OnCompositingDidCommit(); in DidCommit()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/renderer_host/
H A Dcompositor_impl_android.cc203 if (compositor_->root_window_) in SetPreferredRefreshRate()
283 root_window_->DetachCompositor(); in DetachRootWindow()
284 root_window_->SetLayer(nullptr); in DetachRootWindow()
307 if (root_window_) { in SetRootWindow()
308 root_layer = root_window_->GetLayer(); in SetRootWindow()
312 root_window_ = root_window; in SetRootWindow()
314 root_window_->SetForce60HzRefreshRate(); in SetRootWindow()
316 root_window_->GetLayer()->SetBounds(size_); in SetRootWindow()
499 root_window_->GetLayer()->SetBounds(size); in SetWindowBounds()
676 root_window_->OnCompositingDidCommit(); in DidCommit()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/wm/
H A Dsystem_wallpaper_controller.cc15 : root_window_(root_window), layer_(new ui::Layer(ui::LAYER_SOLID_COLOR)) { in SystemWallpaperController()
16 root_window_->AddObserver(this); in SystemWallpaperController()
19 ui::Layer* root_layer = root_window_->layer(); in SystemWallpaperController()
26 root_window_->RemoveObserver(this); in ~SystemWallpaperController()
38 DCHECK_EQ(root_window_, root); in OnWindowBoundsChanged()
39 layer_->SetBounds(gfx::Rect(root_window_->layer()->bounds().size())); in OnWindowBoundsChanged()
H A Dlock_layout_manager.cc20 root_window_(window->GetRootWindow()) { in LockLayoutManager()
21 root_window_->AddObserver(this); in LockLayoutManager()
29 if (root_window_) in ~LockLayoutManager()
30 root_window_->RemoveObserver(this); in ~LockLayoutManager()
84 if (root_window_ == window) in OnWindowDestroying()
85 root_window_ = nullptr; in OnWindowDestroying()
92 if (root_window_ == window) { in OnWindowBoundsChanged()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/drag_drop/
H A Dtab_drag_drop_delegate.cc69 : root_window_(root_window), in TabDragDropDelegate()
72 DCHECK(root_window_); in TabDragDropDelegate()
76 std::make_unique<SplitViewDragIndicators>(root_window_); in TabDragDropDelegate()
91 root_window_); in DragUpdate()
122 root_window_); in Drop()
125 root_window_, new_window, location_in_screen, start_location_in_screen_, in Drop()
180 root_window_); in UpdateSourceWindowBoundsIfNecessary()
212 root_window_); in RestoreSourceWindowBounds()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/wm/core/
H A Dcapture_controller.cc125 : root_window_(root) { in ScopedCaptureClient()
135 DCHECK_EQ(window, root_window_); in OnWindowDestroyed()
140 if (!root_window_) in Shutdown()
143 root_window_->RemoveObserver(this); in Shutdown()
144 CaptureController::Get()->Detach(root_window_); in Shutdown()
145 root_window_ = nullptr; in Shutdown()
153 CaptureController::Get()->delegates_[client_->root_window_] = delegate; in SetDelegate()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/wm/core/
H A Dcapture_controller.cc125 : root_window_(root) { in ScopedCaptureClient()
135 DCHECK_EQ(window, root_window_); in OnWindowDestroyed()
140 if (!root_window_) in Shutdown()
143 root_window_->RemoveObserver(this); in Shutdown()
144 CaptureController::Get()->Detach(root_window_); in Shutdown()
145 root_window_ = nullptr; in Shutdown()
153 CaptureController::Get()->delegates_[client_->root_window_] = delegate; in SetDelegate()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/aura/test/
H A Dtest_window_parenting_client.cc13 : root_window_(root_window) { in TestWindowParentingClient()
14 client::SetWindowParentingClient(root_window_, this); in TestWindowParentingClient()
18 client::SetWindowParentingClient(root_window_, nullptr); in ~TestWindowParentingClient()
23 return default_parent_ ? default_parent_ : root_window_; in GetDefaultParent()
H A Ddefault_event_generator_delegate.cc16 : root_window_(root_window) {} in DefaultEventGeneratorDelegate()
20 root_window_ = target_window->GetRootWindow(); in SetTargetWindow()
25 return root_window_->GetHost()->window(); in GetTargetAt()
31 return client::GetScreenPositionClient(root_window_); in GetScreenPositionClient()
H A Dtest_focus_client.cc17 : root_window_(root_window) { in TestFocusClient()
18 DCHECK(root_window_); in TestFocusClient()
19 client::SetFocusClient(root_window_, this); in TestFocusClient()
23 client::SetFocusClient(root_window_, nullptr); in ~TestFocusClient()
/dports/www/chromium-legacy/chromium-88.0.4324.182/headless/lib/browser/
H A Dheadless_window_parenting_client.cc13 : root_window_(root_window) { in HeadlessWindowParentingClient()
14 aura::client::SetWindowParentingClient(root_window_, this); in HeadlessWindowParentingClient()
18 aura::client::SetWindowParentingClient(root_window_, nullptr); in ~HeadlessWindowParentingClient()
24 return root_window_; in GetDefaultParent()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/headless/lib/browser/
H A Dheadless_window_parenting_client.cc13 : root_window_(root_window) { in HeadlessWindowParentingClient()
14 aura::client::SetWindowParentingClient(root_window_, this); in HeadlessWindowParentingClient()
18 aura::client::SetWindowParentingClient(root_window_, nullptr); in ~HeadlessWindowParentingClient()
24 return root_window_; in GetDefaultParent()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/rotator/
H A Dscreen_rotation_animator.cc185 : root_window_(root_window), in ScreenRotationAnimator()
241 ui::Compositor* compositor = root_window_->layer()->GetCompositor(); in SetRotation()
256 GetScreenRotationContainer(root_window_)->layer(); in RequestCopyScreenRotationContainerLayer()
290 if (RootWindowChangedForDisplayId(root_window_, in OnScreenRotationContainerLayerCopiedBeforeRotation()
343 if (RootWindowChangedForDisplayId(root_window_, in OnScreenRotationContainerLayerCopiedAfterRotation()
351 AddLayerBelowWindowLayer(root_window_, old_layer_tree_owner_->root(), in OnScreenRotationContainerLayerCopiedAfterRotation()
357 old_layer_tree_owner_ = ::wm::RecreateLayers(root_window_); in CreateOldLayerTreeForSlowAnimation()
372 GetScreenRotationContainer(root_window_)->layer()->size()); in CopyLayerTree()
398 GetScreenRotationContainer(root_window_)->layer(); in AnimateRotation()
407 AddLayerBelowWindowLayer(root_window_, new_root_layer, in AnimateRotation()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/ozone/platform/wayland/host/
H A Dwayland_surface.cc21 root_window_(root_window), in WaylandSurface()
33 return root_window_ ? root_window_->GetWidget() : gfx::kNullAcceleratedWidget; in GetWidget()
60 root_window_ = nullptr; in UnsetRootWindow()
175 if (!root_window_ || !root_window_->IsOpaqueWindow()) in SetOpaqueRegion()
230 if (auto* root_window = static_cast<WaylandSurface*>(data)->root_window_) in Enter()
238 if (auto* root_window = static_cast<WaylandSurface*>(data)->root_window_) in Leave()
/dports/www/chromium-legacy/chromium-88.0.4324.182/fuchsia/engine/browser/
H A Dframe_window_tree_host.cc31 : root_window_(root_window) { in WindowParentingClientImpl()
32 aura::client::SetWindowParentingClient(root_window_, this); in WindowParentingClientImpl()
35 aura::client::SetWindowParentingClient(root_window_, nullptr); in ~WindowParentingClientImpl()
45 return root_window_; in GetDefaultParent()
49 aura::Window* root_window_; member in FrameWindowTreeHost::WindowParentingClientImpl
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromecast/graphics/accessibility/
H A Dfullscreen_magnification_controller.cc93 : root_window_(root_window), in FullscreenMagnificationController()
112 original_transform_ = root_window_->transform(); in SetEnabled()
116 root_window_->SetTransform(magnifier_transform); in SetEnabled()
126 root_window_->layer()->Remove(highlight_ring_layer_.get()); in SetEnabled()
139 root_window_->SetTransform(GetMagnifierTransform()); in SetMagnificationScale()
250 DCHECK(root_window_); in RedrawDIP()
262 const gfx::Size host_size_in_dip = root_window_->bounds().size(); in RedrawDIP()
283 root_window_->SetTransform(magnifier_transform); in RedrawDIP()
334 root_window_->GetHost()->GetInverseRootTransform().TransformPoint( in ProcessGestures()
396 ui::Layer* root_layer = root_window_->layer(); in AddHighlightLayer()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/accessibility/
H A Dtouch_exploration_controller_browsertest.cc48 root_window_ = ash::Shell::Get()->GetPrimaryRootWindow(); in SetUpOnMainThread()
50 root_window_->AddPreTargetHandler(event_handler_.get()); in SetUpOnMainThread()
55 root_window_->RemovePreTargetHandler(event_handler_.get()); in TearDownOnMainThread()
66 aura::Window* root_window_; member in TouchExplorationTest
84 ui::test::EventGenerator generator(root_window_); in IN_PROC_BROWSER_TEST_F()
133 ui::test::EventGenerator generator(root_window_); in IN_PROC_BROWSER_TEST_F()
193 ui::test::EventGenerator generator(root_window_); in IN_PROC_BROWSER_TEST_F()
195 aura::client::GetCursorClient(root_window_); in IN_PROC_BROWSER_TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/wm/workspace/
H A Dworkspace_layout_manager.cc98 root_window_(window->GetRootWindow()), in WorkspaceLayoutManager()
99 root_window_controller_(RootWindowController::ForWindow(root_window_)), in WorkspaceLayoutManager()
107 root_window_->AddObserver(this); in WorkspaceLayoutManager()
120 if (root_window_) in ~WorkspaceLayoutManager()
121 root_window_->RemoveObserver(this); in ~WorkspaceLayoutManager()
216 if (keyboard_window && keyboard_window->GetRootWindow() == root_window_) in OnKeyboardVisibleBoundsChanged()
328 if (root_window_ == window) { in OnWindowDestroying()
329 root_window_->RemoveObserver(this); in OnWindowDestroying()
330 root_window_ = nullptr; in OnWindowDestroying()
427 if (container->GetRootWindow() != root_window_) in OnFullscreenStateChanged()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/wm/pip/
H A Dpip_positioner_unittest.cc60 root_window_ = Shell::GetAllRootWindows()[root_window_index]; in SetUp()
62 std::make_unique<display::ScopedDisplayForNewWindows>(root_window_); in SetUp()
72 display::Display GetDisplay() { return GetDisplayForWindow(root_window_); } in GetDisplay()
74 aura::Window* root_window() { return root_window_; } in root_window()
77 return ConvertToScreenForWindow(root_window_, bounds); in ConvertToScreen()
88 aura::Window* root_window_; member in ash::PipPositionerDisplayTest
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/keyboard/ui/test/
H A Dtest_keyboard_layout_delegate.cc13 : root_window_(root_window) {} in TestKeyboardLayoutDelegate()
16 return root_window_; in GetContainerForDefaultDisplay()
21 return root_window_; in GetContainerForDisplay()

1234567