Searched refs:root_window (Results 226 - 250 of 257) sorted by path

1234567891011

/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_drop_target_win.cc23 DesktopDropTargetWin::DesktopDropTargetWin(aura::Window* root_window, argument
26 root_window_(root_window),
H A Ddesktop_drop_target_win.h31 DesktopDropTargetWin(aura::Window* root_window, HWND window);
H A Ddesktop_native_widget_aura.cc168 aura::Window* root_window)
169 : root_window_(root_window) {
167 DesktopNativeWidgetAuraWindowTreeClient( aura::Window* root_window) argument
H A Ddesktop_screen_position_client.cc17 gfx::Point GetOrigin(const aura::Window* root_window) { argument
18 gfx::Point origin_in_pixels = root_window->GetHost()->GetBounds().origin();
19 aura::Window* window = const_cast<aura::Window*>(root_window);
38 aura::Window* root_window)
39 : root_window_(root_window) {
50 const aura::Window* root_window = window->GetRootWindow(); local
51 aura::Window::ConvertPointToTarget(window, root_window, point);
52 gfx::Point origin = GetOrigin(root_window);
59 const aura::Window* root_window = window->GetRootWindow(); local
60 gfx::Point origin = GetOrigin(root_window);
37 DesktopScreenPositionClient( aura::Window* root_window) argument
67 aura::Window* root_window = window->GetRootWindow(); local
[all...]
H A Ddesktop_screen_position_client.h18 explicit DesktopScreenPositionClient(aura::Window* root_window);
/external/chromium_org/ui/views/widget/
H A Dnative_widget_aura.cc280 aura::Window* root_window = window_->GetRootWindow();
282 root_window->GetProperty(aura::client::kRootWindowInputMethodKey);
291 aura::Window* root_window = window_->GetRootWindow(); local
292 return root_window->GetProperty(aura::client::kRootWindowInputMethodKey);
1020 aura::Window* root_window = local
1022 CloseWindow(root_window);
1153 aura::Window* root_window = native_view->GetRootWindow(); local
1155 native_view, root_window, root_window->GetBoundsInScreen());
H A Dnative_widget_aura_unittest.cc45 new wm::DefaultActivationClient(root_window());
171 root_window()->SetBounds(gfx::Rect(0, 0, 640, 480));
172 root_window()->SetLayoutManager(new MaximizeLayoutManager);
177 params.context = root_window();
238 root_window()->SetBounds(gfx::Rect(0, 0, 640, 480));
240 root_window()->SetLayoutManager(layout_manager);
246 params.context = root_window();
256 params.context = root_window();
317 params.context = root_window();
359 parent_params.context = root_window();
[all...]
H A Dtooltip_manager_aura.cc48 aura::Window* root_window = source->GetNativeView()->GetRootWindow();
49 if (!root_window)
53 root_window->GetHost()->dispatcher()->GetLastMouseLocationInRoot());
55 aura::client::GetScreenPositionClient(root_window);
58 screen_position_client->ConvertPointToScreen(root_window, &screen_loc);
59 gfx::Screen* screen = gfx::Screen::GetScreenFor(root_window);
92 aura::Window* root_window = GetWindow()->GetRootWindow(); local
93 if (aura::client::GetTooltipClient(root_window)) {
95 root_window->GetHost()->dispatcher()->GetLastMouseLocationInRoot();
96 aura::Window::ConvertPointToTarget(root_window, GetWindo
103 aura::Window* root_window = GetWindow()->GetRootWindow(); local
122 UpdateTooltipForTarget(View* target, const gfx::Point& point, aura::Window* root_window) argument
[all...]
H A Dtooltip_manager_aura.h49 aura::Window* root_window);
H A Dwindow_reorderer_unittest.cc55 scoped_ptr<Widget> parent(CreateControlWidget(root_window(),
133 scoped_ptr<Widget> parent(CreateControlWidget(root_window(),
194 scoped_ptr<Widget> parent(CreateControlWidget(root_window(),
/external/chromium_org/ui/views_content_client/
H A Dviews_content_client_main_parts_chromeos.cc76 aura::Window* root_window = wm_test_helper_->host()->window(); local
77 views_content_client()->task().Run(browser_context(), root_window); local
81 aura::client::SetDispatcherClient(root_window,
/external/chromium_org/ui/wm/core/
H A Dcompound_event_filter.cc106 aura::Window* root_window = target->GetRootWindow(); local
108 aura::client::GetDragDropClient(root_window);
113 aura::client::GetCursorClient(root_window);
H A Dcompound_event_filter_unittest.cc60 gfx::Rect(5, 5, 100, 100), root_window()));
64 aura::test::TestCursorClient cursor_client(root_window());
116 new wm::DefaultActivationClient(root_window());
121 gfx::Rect(5, 5, 100, 100), root_window()));
125 aura::test::TestCursorClient cursor_client(root_window());
158 root_window())->ActivateWindow(window.get());
173 DCHECK(root_window());
175 gfx::Rect(5, 5, 100, 100), root_window()));
183 ui::test::EventGenerator generator(root_window(), gfx::Point(50, 50));
194 ui::test::EventGenerator event_generator(root_window());
[all...]
H A Ddefault_activation_client.cc16 Deleter(DefaultActivationClient* client, aura::Window* root_window) argument
18 root_window_(root_window) {
42 DefaultActivationClient::DefaultActivationClient(aura::Window* root_window) argument
44 aura::client::SetActivationClient(root_window, this);
45 new Deleter(this, root_window);
H A Ddefault_activation_client.h32 explicit DefaultActivationClient(aura::Window* root_window);
H A Dfocus_controller_unittest.cc221 ScopedFocusNotificationObserver(aura::Window* root_window) argument
222 : root_window_(root_window) {
239 ScopedTargetFocusNotificationObserver(aura::Window* root_window, int id) argument
240 : target_(root_window->GetChildById(id)) {
262 ScopedFocusedTextInputClientChanger(aura::Window* root_window, argument
264 : ScopedFocusNotificationObserver(root_window),
393 // window initializations, including the root_window()'s, so we create it
398 root_window()->AddPreTargetHandler(focus_controller_.get());
399 aura::client::SetFocusClient(root_window(), focus_controller_.get());
400 aura::client::SetActivationClient(root_window(), focus_controller
[all...]
H A Dinput_method_event_filter.cc31 aura::Window* root_window) {
32 root_window->SetProperty(aura::client::kRootWindowInputMethodKey,
30 SetInputMethodPropertyInRootWindow( aura::Window* root_window) argument
H A Dinput_method_event_filter.h32 void SetInputMethodPropertyInRootWindow(aura::Window* root_window);
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 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 Dshadow_controller_unittest.cc33 new wm::DefaultActivationClient(root_window());
35 aura::client::GetActivationClient(root_window());
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...]
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 Dvisibility_controller_unittest.cc29 aura::client::SetVisibilityClient(root_window(), &controller);
31 SetChildWindowVisibilityChangesAnimated(root_window());
35 &d, -2, gfx::Rect(0, 0, 50, 50), root_window()));
/external/chromium_org/ui/wm/public/
H A Dactivation_client.cc20 void SetActivationClient(Window* root_window, ActivationClient* client) { argument
21 root_window->SetProperty(kRootWindowActivationClientKey, client);
24 ActivationClient* GetActivationClient(Window* root_window) { argument
25 return root_window ?
26 root_window->GetProperty(kRootWindowActivationClientKey) : NULL;

Completed in 408 milliseconds

1234567891011