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

1234567891011

/external/chromium_org/extensions/shell/browser/
H A Dshell_desktop_controller.cc199 aura::Window* root_window = GetHost()->window(); local
200 root_window->AddChild(window);
/external/chromium_org/gpu/tools/compositor_model_bench/
H A Dcompositor_model_bench.cc163 int root_window = RootWindow(display_, screen); local
167 root_window,
/external/chromium_org/media/tools/player_x11/
H A Dplayer_x11.cc72 int root_window = RootWindow(g_display, screen); local
75 g_window = XCreateSimpleWindow(g_display, root_window, 1, 1, 100, 50, 0,
/external/chromium_org/ui/views/controls/native/
H A Dnative_view_host_aura_unittest.cc253 aura::Window* root_window = child_win->GetRootWindow(); local
257 EXPECT_EQ(root_window, child_win->GetRootWindow());
/external/chromium_org/ui/wm/core/
H A Dshadow_controller_unittest.cc33 new wm::DefaultActivationClient(root_window());
35 aura::client::GetActivationClient(root_window());
/external/chromium_org/ash/drag_drop/
H A Ddrag_drop_controller.cc155 aura::Window* root_window,
171 new DragDropTracker(root_window, drag_drop_window_delegate_.get());
200 ::wm::ConvertPointToScreen(root_window, &start_location);
153 StartDragAndDrop( const ui::OSExchangeData& data, aura::Window* root_window, aura::Window* source_window, const gfx::Point& root_location, int operation, ui::DragDropTypes::DragEventSource source) argument
/external/chromium_org/ash/wm/
H A Dwindow_positioner.cc183 aura::Window* GetReferenceWindow(const aura::Window* root_window, argument
190 if (active && active->GetRootWindow() != root_window)
217 window->GetRootWindow() == root_window && window->TargetVisibility() &&
/external/chromium_org/chrome/browser/ui/ash/
H A Dscreenshot_taker.cc425 aura::Window* root_window = root_windows[i]; local
427 gfx::Rect rect = root_window->bounds();
433 root_window, rect, GetProfile(), screenshot_path, i);
/external/chromium_org/ash/display/
H A Droot_window_transformers_unittest.cc278 aura::Window* root_window = root_windows[0]; local
279 ui::test::EventGenerator generator(root_window);
/external/chromium_org/chrome/browser/ui/views/accessibility/
H A Daccessibility_event_router_views_unittest.cc120 new wm::DefaultActivationClient(aura_test_helper_->root_window());
146 context = aura_test_helper_->root_window();
/external/chromium_org/chrome/test/base/
H A Dbrowser_with_test_window_test.cc78 new wm::DefaultActivationClient(aura_test_helper_->root_window());
/external/chromium_org/ui/chromeos/
H A Dtouch_exploration_controller.cc38 aura::Window* root_window,
40 : root_window_(root_window),
47 CHECK(root_window);
48 root_window->GetHost()->GetEventSource()->AddEventRewriter(this);
37 TouchExplorationController( aura::Window* root_window, TouchExplorationControllerDelegate* delegate) argument
H A Dtouch_exploration_controller.h164 // destroy them before |root_window| is destroyed.
170 aura::Window* root_window,
H A Dtouch_exploration_controller_unittest.cc211 cursor_client_.reset(new aura::test::TestCursorClient(root_window()));
212 root_window()->AddPreTargetHandler(&event_capturer_);
213 generator_.reset(new test::EventGenerator(root_window()));
221 root_window()->RemovePreTargetHandler(&event_capturer_);
302 new TouchExplorationController(root_window(), &delegate_)));
360 aura::client::GetCursorClient(root_window());
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_drag_drop_client_aurax11.cc374 aura::Window* root_window,
378 : root_window_(root_window),
606 aura::Window* root_window,
646 aura::client::GetCaptureClient(root_window)->GetGlobalCaptureWindow();
373 DesktopDragDropClientAuraX11( aura::Window* root_window, views::DesktopNativeCursorManager* cursor_manager, Display* xdisplay, ::Window xwindow) argument
604 StartDragAndDrop( const ui::OSExchangeData& data, aura::Window* root_window, aura::Window* source_window, const gfx::Point& root_location, int operation, ui::DragDropTypes::DragEventSource source) argument
/external/chromium_org/ash/wm/workspace/
H A Dworkspace_layout_manager_unittest.cc78 aura::Window* root_window) OVERRIDE {
1019 aura::Window* root_window = local
1022 root_window->GetProperty(aura::client::kRootWindowInputMethodKey);
1032 aura::Window* root_window = local
1035 root_window->GetProperty(aura::client::kRootWindowInputMethodKey);
/external/chromium_org/ash/wm/panels/
H A Dpanel_window_resizer_unittest.cc98 aura::Window* root_window = window->GetRootWindow(); local
119 EXPECT_EQ(root_window, window->GetRootWindow());
H A Dpanel_layout_manager_unittest.cc230 void SetAlignment(aura::Window* root_window, ShelfAlignment alignment) { argument
232 shell->SetShelfAlignment(alignment, root_window);
235 ShelfAlignment GetAlignment(const aura::Window* root_window) { argument
237 return shell->GetShelfAlignment(root_window);
H A Dpanel_layout_manager.cc467 void PanelLayoutManager::OnShelfAlignmentChanged(aura::Window* root_window) { argument
468 if (panel_container_->GetRootWindow() == root_window)
/external/chromium_org/content/shell/browser/
H A Dshell_views.cc178 aura::Window* root_window = web_contents_window->GetRootWindow(); local
180 aura::client::GetScreenPositionClient(root_window);
/external/chromium_org/ui/keyboard/
H A Dkeyboard_controller.cc315 aura::Window *root_window = keyboard_window->GetRootWindow(); local
326 window->GetRootWindow() == root_window) {
/external/chromium_org/ash/wm/dock/
H A Ddocked_window_layout_manager.cc741 bool is_fullscreen, aura::Window* root_window) {
742 if (dock_container_->GetRootWindow() != root_window)
773 aura::Window* root_window) {
774 if (dock_container_->GetRootWindow() != root_window)
740 OnFullscreenStateChanged( bool is_fullscreen, aura::Window* root_window) argument
772 OnShelfAlignmentChanged( aura::Window* root_window) argument
/external/chromium_org/ui/base/x/
H A Dx11_util.cc581 XID root_window = GetX11RootWindow(); local
583 if (!GetWindowRect(root_window, &root_bounds)) {
590 GC gc = XCreateGC(display, root_window, GCForeground, &gc_values);
591 XFillRectangle(display, root_window, gc,
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_view_aura_unittest.cc327 new wm::DefaultActivationClient(aura_test_helper_->root_window());
339 aura_test_helper_->root_window(),
1172 aura::Window* root_window = aura_test_helper_->root_window(); local
1173 root_window->SetLayoutManager(new FullscreenLayoutManager(root_window));
1197 root_window->GetHost()->compositor());
1220 root_window->GetHost()->compositor());
1260 aura::Window* root_window = parent_view_->GetNativeView()->GetRootWindow(); local
1263 view_->GetNativeView(), root_window, gf
[all...]
/external/chromium_org/ui/aura/
H A Dwindow_event_dispatcher.cc47 void SetLastMouseLocation(const Window* root_window, argument
50 client::GetScreenPositionClient(root_window);
53 client->ConvertPointToScreen(root_window, &location_in_screen);

Completed in 1526 milliseconds

1234567891011