Searched refs:root_window (Results 26 - 50 of 257) sorted by relevance

1234567891011

/external/chromium_org/ui/wm/public/
H A Ddrag_drop_client.h34 aura::Window* root_window,
55 AURA_EXPORT void SetDragDropClient(Window* root_window,
57 AURA_EXPORT DragDropClient* GetDragDropClient(Window* root_window);
H A Dactivation_client.h56 AURA_EXPORT void SetActivationClient(Window* root_window,
58 AURA_EXPORT ActivationClient* GetActivationClient(Window* root_window);
H A Ddispatcher_client.h52 AURA_EXPORT void SetDispatcherClient(Window* root_window,
54 AURA_EXPORT DispatcherClient* GetDispatcherClient(Window* root_window);
H A Dtooltip_client.h35 AURA_EXPORT void SetTooltipClient(Window* root_window,
37 AURA_EXPORT TooltipClient* GetTooltipClient(Window* root_window);
/external/chromium_org/chrome/browser/chromeos/ui/
H A Dfocus_ring_layer.cc31 void FocusRingLayer::Set(aura::Window* root_window, const gfx::Rect& bounds) { argument
33 CreateOrUpdateLayer(root_window, "FocusRing");
43 aura::Window* root_window, const char* layer_name) {
44 if (!layer_ || root_window != root_window_) {
45 root_window_ = root_window;
46 ui::Layer* root_layer = root_window->layer();
42 CreateOrUpdateLayer( aura::Window* root_window, const char* layer_name) argument
/external/chromium_org/ui/aura/test/
H A Daura_test_helper.cc75 client::SetFocusClient(root_window(), focus_client_.get());
76 stacking_client_.reset(new TestWindowTreeClient(root_window()));
77 capture_client_.reset(new client::DefaultCaptureClient(root_window()));
79 root_window()->SetProperty(
83 root_window()->Show();
94 client::SetFocusClient(root_window(), NULL);
H A Daura_test_base.h43 Window* root_window() { return helper_->root_window(); } function in class:aura::test::AuraTestBase
/external/chromium_org/athena/screen/
H A Dscreen_accelerator_handler.cc39 void PrintLayerHierarchy(aura::Window* root_window) { argument
41 root_window->layer(),
42 root_window->GetHost()->dispatcher()->GetLastMouseLocationInRoot());
63 void HandlePrintWindowHierarchy(aura::Window* root_window) { argument
65 aura::client::GetActivationClient(root_window)->GetActiveWindow();
68 PrintWindowHierarchy(root_window, active, 0, &out);
90 ScreenAcceleratorHandler::ScreenAcceleratorHandler(aura::Window* root_window) argument
91 : root_window_(root_window) {
/external/chromium_org/ui/aura/client/
H A Dcapture_client.h39 AURA_EXPORT void SetCaptureClient(Window* root_window,
41 AURA_EXPORT CaptureClient* GetCaptureClient(Window* root_window);
H A Ddefault_capture_client.cc14 DefaultCaptureClient::DefaultCaptureClient(Window* root_window) argument
15 : root_window_(root_window),
/external/chromium_org/ui/wm/core/
H A Dnested_accelerator_controller_unittest.cc77 void DispatchKeyReleaseA(aura::Window* root_window) { argument
83 aura::WindowTreeHost* host = root_window->GetHost();
90 aura::WindowTreeHost* host = root_window->GetHost();
135 aura::client::SetDispatcherClient(root_window(),
140 aura::client::SetDispatcherClient(root_window(), NULL);
165 CreateNormalWindow(0, root_window(), NULL));
169 CreateNormalWindow(2, root_window(), NULL));
173 DispatchKeyReleaseA(root_window());
178 aura::client::GetDispatcherClient(root_window()), NULL);
195 DispatchKeyReleaseA(root_window());
[all...]
H A Dinput_method_event_filter_unittest.cc53 root_window()->AddPreTargetHandler(&root_filter_);
57 root_window());
62 &test_window_delegate_, -1, gfx::Rect(), root_window()));
73 root_window()->RemovePreTargetHandler(&root_filter_);
95 EXPECT_TRUE(root_window()->GetProperty(
106 ui::test::EventGenerator generator(root_window());
H A Dtransient_window_stacking_client_unittest.cc42 scoped_ptr<Window> parent(CreateTestWindowWithId(0, root_window()));
112 scoped_ptr<Window> parent(CreateTestWindowWithId(0, root_window()));
179 scoped_ptr<Window> window1(CreateTestWindowWithId(1, root_window()));
181 scoped_ptr<Window> window2(CreateTestWindowWithId(2, root_window()));
183 scoped_ptr<Window> window3(CreateTestWindowWithId(3, root_window()));
187 root_window()->StackChildAbove(window1.get(), window3.get());
188 EXPECT_EQ("2 3 1", ChildWindowIDsAsString(root_window()));
190 ui::test::ChildLayerNamesAsString(*root_window()->layer()));
195 root_window()->StackChildAbove(window2.get(), window1.get());
196 EXPECT_EQ("3 2 1", ChildWindowIDsAsString(root_window()));
[all...]
H A Dtransient_window_manager_unittest.cc75 aura::client::ParentWindowWithContext(window, root_window(), gfx::Rect());
87 scoped_ptr<Window> parent(CreateTestWindowWithId(0, root_window()));
123 scoped_ptr<Window> parent(CreateTestWindowWithId(0, root_window()));
199 scoped_ptr<Window> parent(CreateTestWindowWithId(0, root_window()));
272 scoped_ptr<Window> window0(CreateTestWindowWithId(0, root_window()));
273 scoped_ptr<Window> window1(CreateTestWindowWithId(1, root_window()));
276 EXPECT_EQ("0 2 1", ChildWindowIDsAsString(root_window()));
284 windows[i].reset(CreateTestWindowWithId(i, root_window()));
285 EXPECT_EQ("0 1 2 3", ChildWindowIDsAsString(root_window()));
288 EXPECT_EQ("0 2 1 3", ChildWindowIDsAsString(root_window()));
415 StackingMadrigalLayoutManager(Window* root_window) argument
455 StackingMadrigalVisibilityClient(Window* root_window) argument
[all...]
/external/chromium_org/ash/
H A Dscoped_target_root_window.h23 explicit ScopedTargetRootWindow(aura::Window* root_window);
H A Dshell_factory.h27 views::Widget* CreateDesktopBackground(aura::Window* root_window,
/external/chromium_org/content/browser/media/capture/
H A Ddesktop_capture_device_aura_unittest.cc70 new wm::DefaultActivationClient(helper_->root_window());
75 gfx::Rect desktop_bounds = root_window()->bounds();
81 desktop_window_.get(), root_window(), desktop_bounds);
87 root_window()->RemoveChild(desktop_window_.get());
94 aura::Window* root_window() { return helper_->root_window(); } function in class:content::__anon7242::DesktopCaptureDeviceAuraTest
109 content::DesktopMediaID::RegisterAuraWindow(root_window())));
/external/chromium_org/ui/aura/
H A Dwindow_targeter.cc105 Window* root_window = window->GetRootWindow(); local
110 client::FocusClient* focus_client = client::GetFocusClient(root_window);
115 client::EventClient* event_client = client::GetEventClient(root_window);
124 Window* WindowTargeter::FindTargetInRootWindow(Window* root_window, argument
126 DCHECK_EQ(root_window, root_window->GetRootWindow());
131 WindowEventDispatcher* dispatcher = root_window->GetHost()->dispatcher();
137 Window* capture_window = client::GetCaptureWindow(root_window);
155 if (!root_window->bounds().Contains(event.location()))
156 return root_window;
[all...]
H A Dwindow_targeter.h35 Window* FindTargetForKeyEvent(Window* root_window,
37 Window* FindTargetInRootWindow(Window* root_window,
/external/chromium_org/ash/wm/gestures/
H A Doverview_gesture_handler_unittest.cc42 aura::Window* root_window = Shell::GetPrimaryRootWindow(); local
45 ui::test::EventGenerator generator(root_window, root_window);
69 aura::Window* root_window = Shell::GetPrimaryRootWindow(); local
72 ui::test::EventGenerator generator(root_window, root_window);
86 aura::Window* root_window = Shell::GetPrimaryRootWindow(); local
89 ui::test::EventGenerator generator(root_window, root_window);
146 aura::Window* root_window local
163 aura::Window* root_window = Shell::GetPrimaryRootWindow(); local
[all...]
/external/chromium_org/ash/shelf/
H A Dapp_list_shelf_item_delegate.cc40 aura::Window* root_window) {
41 return Shell::GetInstance()->delegate()->CreateContextMenu(root_window,
39 CreateContextMenu( aura::Window* root_window) argument
H A Dshelf_layout_manager_observer.h32 virtual void OnAutoHideBehaviorChanged(aura::Window* root_window, argument
/external/chromium_org/ash/wm/
H A Dscreen_dimmer.h41 explicit ScreenDimmer(aura::Window* root_window);
48 virtual void OnWindowBoundsChanged(aura::Window* root_window,
H A Dsystem_background_controller.cc14 aura::Window* root_window,
16 : root_window_(root_window),
13 SystemBackgroundController( aura::Window* root_window, SkColor color) argument
/external/chromium_org/ui/views/test/
H A Dviews_test_helper_aura.cc31 new wm::DefaultActivationClient(aura_test_helper_->root_window());
42 return aura_test_helper_->root_window();

Completed in 485 milliseconds

1234567891011