Searched defs:root_window (Results 126 - 150 of 165) sorted by relevance

1234567

/external/chromium_org/ash/wm/
H A Dtoplevel_window_event_handler.cc377 aura::Window* root_window = source->GetRootWindow(); local
378 DCHECK(root_window);
390 root_window->GetHost()->dispatcher()->GetLastMouseLocationInRoot();
392 root_window, source->parent(), &drag_location);
397 aura::client::GetCursorClient(root_window);
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/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);
H A Dworkspace_window_resizer.cc758 const aura::Window* root_window = *iter; local
761 root_window, kShellWindowId_DefaultContainer)->children();
/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/third_party/webrtc/modules/desktop_capture/
H A Dwindow_capturer_x11.cc170 ::Window root_window = XRootWindow(display(), screen); local
174 int status = XQueryTree(display(), root_window, &root_window, &parent,
/external/chromium_org/ui/keyboard/
H A Dkeyboard_controller.cc315 aura::Window *root_window = keyboard_window->GetRootWindow(); local
326 window->GetRootWindow() == root_window) {
H A Dkeyboard_controller_unittest.cc179 new wm::DefaultActivationClient(aura_test_helper_->root_window());
183 focus_controller_.reset(new TestFocusController(root_window()));
197 aura::Window* root_window() { return aura_test_helper_->root_window(); } function in class:keyboard::KeyboardControllerTest
273 const gfx::Rect& root_bounds = root_window()->bounds();
278 root_window()->AddChild(window.get());
285 root_window()->AddChild(keyboard_container);
300 ui::test::EventGenerator generator(root_window());
317 const gfx::Rect& root_bounds = root_window()->bounds();
322 root_window()
[all...]
/external/chromium_org/ui/views/corewm/
H A Dtooltip_controller_unittest.cc88 new wm::DefaultActivationClient(root_window());
93 root_window()->AddPreTargetHandler(controller_.get());
94 SetTooltipClient(root_window(), controller_.get());
96 widget_.reset(CreateWidget(root_window()));
108 root_window()->RemovePreTargetHandler(controller_.get());
109 aura::client::SetTooltipClient(root_window(), NULL);
185 aura::Window* root_window = GetRootWindow(); local
194 EXPECT_EQ(window, root_window->GetEventHandlerForPoint(
204 EXPECT_EQ(window, root_window->GetEventHandlerForPoint(
510 scoped_ptr<views::Widget> widget2(CreateWidget(root_window()));
[all...]
/external/chromium_org/ash/display/
H A Ddisplay_controller_unittest.cc1180 aura::Window* root_window = root_windows[0]; local
1181 ui::test::EventGenerator generator(root_window);
H A Ddisplay_controller.cc343 aura::Window* root_window = GetWindow(it->second); local
344 RootWindowController* controller = GetRootWindowController(root_window);
348 while (!root_window->children().empty()) {
349 aura::Window* child = root_window->children()[0];
522 aura::Window* root_window = GetRootWindowForDisplayId(display.id()); local
525 dst_root_window = root_window;
539 aura::Window* root_window = GetRootWindowForDisplayId(display.id()); local
541 aura::client::GetScreenPositionClient(root_window);
542 client->ConvertPointFromScreen(root_window, &center);
543 root_window
557 const aura::Window* root_window = window->GetRootWindow(); local
684 aura::Window* root_window = GetRootWindowForDisplayId(display.id()); local
[all...]
/external/chromium_org/ash/magnifier/
H A Dmagnification_controller.cc93 virtual void OnWindowDestroying(aura::Window* root_window) OVERRIDE;
125 // - Unzoom the current root_window.
126 // - Zoom the given new root_window |new_root_window|.
438 aura::Window* root_window) {
439 if (root_window == root_window_) {
442 DCHECK(root_window);
448 CHECK_NE(target_root_window, root_window);
437 OnWindowDestroying( aura::Window* root_window) argument
/external/chromium_org/ash/
H A Droot_window_controller_unittest.cc127 aura::Window* GetModalContainer(aura::Window* root_window) { argument
128 return Shell::GetContainer(root_window,
691 aura::Window* root_window = Shell::GetPrimaryRootWindow(); local
693 Shell::GetContainer(root_window, kShellWindowId_VirtualKeyboardContainer);
705 root_window->AddPreTargetHandler(&handler);
707 ui::test::EventGenerator event_generator(root_window, keyboard_window);
721 root_window->RemovePreTargetHandler(&handler);
729 aura::Window* root_window = Shell::GetPrimaryRootWindow(); local
731 Shell::GetContainer(root_window, kShellWindowId_VirtualKeyboardContainer);
745 aura::Window* root_window local
777 aura::Window* root_window = Shell::GetPrimaryRootWindow(); local
833 aura::Window* root_window = Shell::GetPrimaryRootWindow(); local
869 aura::Window* root_window = Shell::GetPrimaryRootWindow(); local
958 aura::Window* root_window = Shell::GetPrimaryRootWindow(); local
[all...]
H A Droot_window_controller.cc357 aura::Window* root_window = GetRootWindow(); local
362 if (Shell::GetTargetRootWindow() == root_window) {
364 Shell::GetPrimaryRootWindow() == root_window
370 GetRootWindowSettings(root_window)->controller = NULL;
375 GetRootWindowSettings(root_window)->display_id =
380 aura::client::SetScreenPositionClient(root_window, NULL);
499 aura::Window* root_window = GetRootWindow(); local
500 aura::client::SetDragDropClient(root_window, NULL);
515 aura::client::SetTooltipClient(root_window, NULL);
520 non_toplevel_windows.push(root_window);
698 aura::Window* root_window = GetRootWindow(); local
709 aura::Window* root_window = GetRootWindow(); local
752 aura::Window* root_window = GetRootWindow(); local
851 CreateContainersInRootWindow( aura::Window* root_window) argument
1074 GetRootWindowController( const aura::Window* root_window) argument
[all...]
H A Dshell.cc255 aura::Window* Shell::GetContainer(aura::Window* root_window, argument
257 return root_window->GetChildById(container_id);
261 const aura::Window* Shell::GetContainer(const aura::Window* root_window, argument
263 return root_window->GetChildById(container_id);
434 void Shell::OnRootWindowAdded(aura::Window* root_window) { argument
435 FOR_EACH_OBSERVER(ShellObserver, observers_, OnRootWindowAdded(root_window));
445 void Shell::OnShelfCreatedForRootWindow(aura::Window* root_window) { argument
448 OnShelfCreatedForRootWindow(root_window));
503 aura::Window* root_window) {
504 ash::ShelfLayoutManager::ForShelf(root_window)
502 SetShelfAutoHideBehavior(ShelfAutoHideBehavior behavior, aura::Window* root_window) argument
512 SetShelfAlignment(ShelfAlignment alignment, aura::Window* root_window) argument
520 GetShelfAlignment(const aura::Window* root_window) argument
533 NotifyFullscreenStateChange(bool is_fullscreen, aura::Window* root_window) argument
885 aura::Window* root_window = display_controller_->GetPrimaryRootWindow(); local
1083 InitRootWindow(aura::Window* root_window) argument
[all...]
/external/chromium_org/ash/wm/overview/
H A Dwindow_selector_unittest.cc232 aura::Window* root_window = window_item->GetRootWindow(); local
234 EXPECT_TRUE(root_window->GetBoundsInScreen().Contains(
236 EXPECT_TRUE(root_window->GetBoundsInScreen().Contains(
281 aura::Window* root_window = Shell::GetPrimaryRootWindow(); local
293 aura::client::GetCursorClient(root_window)->HideCursor();
312 EXPECT_FALSE(aura::client::GetCursorClient(root_window)->IsCursorLocked());
334 aura::Window* root_window = Shell::GetPrimaryRootWindow(); local
342 ui::EventTarget* root_target = root_window;
841 aura::Window* root_window = Shell::GetInstance()->GetPrimaryRootWindow();
843 EXPECT_EQ("0,0 600x200", root_window
[all...]
/external/chromium_org/ash/wm/panels/
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/browser/renderer_host/
H A Dcompositor_impl_android.cc171 gfx::NativeWindow root_window) {
172 return client ? new CompositorImpl(client, root_window) : NULL;
209 gfx::NativeWindow root_window)
216 root_window_(root_window),
226 DCHECK(root_window);
228 root_window->AttachCompositor(this);
170 Create(CompositorClient* client, gfx::NativeWindow root_window) argument
208 CompositorImpl(CompositorClient* client, gfx::NativeWindow root_window) argument
/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/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);
H A Dwindow_tree_host_x11.cc70 void SelectXInput2EventsForRootWindow(XDisplay* display, ::Window root_window) { argument
81 XISelectEvents(display, root_window, &evmask, 1);
95 XISelectEvents(display, root_window, &evmask, 1);
381 aura::Window* root_window = window(); local
383 client::GetCursorClient(root_window);
386 root_window)->GetDisplayNearestWindow(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
/external/chromium_org/ui/events/test/
H A Devent_generator.cc64 EventGenerator::EventGenerator(gfx::NativeWindow root_window) argument
70 Init(root_window, NULL);
73 EventGenerator::EventGenerator(gfx::NativeWindow root_window, argument
81 Init(root_window, NULL);
84 EventGenerator::EventGenerator(gfx::NativeWindow root_window, argument
91 Init(root_window, window);
497 void EventGenerator::Init(gfx::NativeWindow root_window, argument
499 delegate()->SetContext(this, root_window, window_context);
/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dtab_drag_controller_interactive_uitest.cc219 explicit ScreenEventGeneratorDelegate(aura::Window* root_window) argument
220 : root_window_(root_window) {}

Completed in 7199 milliseconds

1234567