| /external/chromium_org/ui/keyboard/ |
| keyboard_controller_proxy.cc | 151 aura::Window* root_window = keyboard_window->GetRootWindow(); local 152 gfx::Rect available_bounds = root_window->bounds();
|
| keyboard_controller.cc | 257 aura::Window *root_window = keyboard_window->GetRootWindow(); local 265 window->GetRootWindow() == root_window) {
|
| keyboard_controller_unittest.cc | 180 new wm::DefaultActivationClient(aura_test_helper_->root_window()); 184 focus_controller_.reset(new TestFocusController(root_window())); 198 aura::Window* root_window() { return aura_test_helper_->root_window(); } function in class:keyboard::KeyboardControllerTest 270 const gfx::Rect& root_bounds = root_window()->bounds(); 275 root_window()->AddChild(window.get()); 282 root_window()->AddChild(keyboard_container); 297 aura::test::EventGenerator generator(root_window()); 314 const gfx::Rect& root_bounds = root_window()->bounds(); 319 root_window()->AddChild(window.get()) [all...] |
| /external/chromium_org/ui/snapshot/ |
| snapshot_aura_unittest.cc | 99 new ::wm::DefaultActivationClient(helper_->root_window()); 113 aura::Window* root_window() { return helper_->root_window(); } function in class:ui::SnapshotAuraTest 124 delegate_.get(), 0, window_bounds, root_window())); 130 test_window(), root_window(), &source_rect); 136 root_window(), 190 SetupTestWindow(root_window()->bounds());
|
| /external/chromium_org/ash/display/ |
| screen_ash.cc | 234 const aura::Window* root_window = window->GetRootWindow(); local 235 if (!root_window) 237 const RootWindowSettings* rws = GetRootWindowSettings(root_window);
|
| /external/chromium_org/ash/host/ |
| ash_window_tree_host_x11.cc | 230 aura::Window* root_window = window(); local 232 aura::client::GetScreenPositionClient(root_window); 242 screen_position_client->ConvertHostPointToScreen(root_window, 244 screen_position_client->ConvertPointFromScreen(root_window, &location);
|
| /external/chromium_org/ash/shelf/ |
| shelf_tooltip_manager.cc | 96 aura::Window* root_window = local 99 root_window, ash::kShellWindowId_SettingBubbleContainer));
|
| /external/chromium_org/ash/sticky_keys/ |
| sticky_keys_controller.cc | 437 aura::Window* root_window = target->GetRootWindow(); local 438 DCHECK(root_window); 456 window_tracker.Contains(target) ? target : root_window;
|
| /external/chromium_org/ash/wm/ |
| app_list_controller.cc | 201 aura::Window* root_window = window->GetRootWindow(); local 202 aura::Window* container = GetRootWindowController(root_window)-> 224 root_window, 437 void AppListController::OnShelfAlignmentChanged(aura::Window* root_window) {
|
| session_state_animator.cc | 404 aura::Window* root_window = Shell::GetPrimaryRootWindow(); local 405 ui::Layer* layer = root_window->layer(); 456 aura::Window* root_window = Shell::GetPrimaryRootWindow(); local 461 root_window, kShellWindowId_DesktopBackgroundContainer)); 465 Shell::GetContainer(root_window, kShellWindowId_ShelfContainer)); 471 root_window, kShellWindowId_NonLockScreenContainersContainer); 484 root_window, kShellWindowId_LockScreenBackgroundContainer)); 488 root_window, kShellWindowId_LockScreenContainersContainer)); 492 root_window, kShellWindowId_LockScreenRelatedContainersContainer)); 537 aura::Window* root_window = Shell::GetPrimaryRootWindow() local [all...] |
| system_gesture_event_filter_unittest.cc | 175 aura::Window* root_window = Shell::GetPrimaryRootWindow(); local 180 &delegate, 9, gfx::Rect(0, 0, 100, 100), root_window)); 200 root_window->GetHost()->dispatcher()->OnEventFromSource(&press); 237 aura::Window* root_window = Shell::GetPrimaryRootWindow(); local 239 new ResizableWidgetDelegate, root_window, bounds); 249 aura::test::EventGenerator generator(root_window, 294 aura::Window* root_window = Shell::GetPrimaryRootWindow(); local 297 new ResizableWidgetDelegate, root_window, gfx::Rect(10, 0, 50, 100)); 300 new ResizableWidgetDelegate, root_window, gfx::Rect(100, 0, 100, 100)); 316 aura::test::EventGenerator generator(root_window); 329 aura::Window* root_window = Shell::GetPrimaryRootWindow(); local 388 aura::Window* root_window = Shell::GetPrimaryRootWindow(); local 448 aura::Window* root_window = Shell::GetPrimaryRootWindow(); local 483 aura::Window* root_window = Shell::GetPrimaryRootWindow(); local 520 aura::Window* root_window = Shell::GetPrimaryRootWindow(); local 548 aura::Window* root_window = Shell::GetPrimaryRootWindow(); local [all...] |
| toplevel_window_event_handler.cc | 379 aura::Window* root_window = source->GetRootWindow(); local 380 DCHECK(root_window); 392 root_window->GetHost()->dispatcher()->GetLastMouseLocationInRoot(); 394 root_window, source->parent(), &drag_location); 399 aura::client::GetCursorClient(root_window);
|
| window_manager_unittest.cc | 145 aura::Window* root_window = Shell::GetPrimaryRootWindow(); local 146 root_window->SetBounds(gfx::Rect(0, 0, 510, 510)); 185 ui::EventProcessor* dispatcher = root_window->GetHost()->event_processor(); 195 aura::Window::ConvertPointToTarget(w122->parent(), root_window, &click_point); 262 aura::Window* root_window = Shell::GetPrimaryRootWindow(); local 347 aura::Window::ConvertPointToTarget(w1->parent(), root_window, &left_top); 417 aura::Window* root_window = Shell::GetPrimaryRootWindow(); local 445 aura::Window::ConvertPointToTarget(w2->parent(), root_window, &press_point); 448 ui::EventProcessor* dispatcher = root_window->GetHost()->event_processor(); 464 aura::Window::ConvertPointToTarget(w1->parent(), root_window, &press_point) 492 aura::Window* root_window = Shell::GetPrimaryRootWindow(); local 597 aura::Window* root_window = Shell::GetPrimaryRootWindow(); local 656 aura::Window* root_window = Shell::GetPrimaryRootWindow(); local [all...] |
| lock_state_controller.cc | 45 aura::Window* root_window = Shell::GetPrimaryRootWindow(); local 46 return Shell::GetContainer(root_window,
|
| lock_state_controller_unittest.cc | 53 aura::Window* root_window = Shell::GetPrimaryRootWindow(); local 54 return Shell::GetContainer(root_window, container); [all...] |
| /external/chromium_org/ash/wm/gestures/ |
| long_press_affordance_handler.cc | 60 views::Widget* CreateAffordanceWidget(aura::Window* root_window) { 68 params.context = root_window; 72 GetRootWindowController(root_window)->GetContainer( 142 aura::Window* root_window) 144 widget_(CreateAffordanceWidget(root_window)), 153 aura::client::GetScreenPositionClient(root_window)->ConvertPointToScreen( 154 root_window, &point); 283 aura::Window* root_window = tap_down_target_->GetRootWindow(); local 284 if (!root_window) { 288 view_.reset(new LongPressAffordanceView(tap_down_location_, root_window)); [all...] |
| /external/chromium_org/chrome/browser/chromeos/ui/ |
| idle_app_name_notification_view.cc | 58 aura::Window* root_window = ash::Shell::GetTargetRootWindow(); local 59 gfx::Size rs = root_window->bounds().size(); 75 root_window, ash::kShellWindowId_SettingBubbleContainer);
|
| /external/chromium_org/gpu/tools/compositor_model_bench/ |
| compositor_model_bench.cc | 163 int root_window = RootWindow(display_, screen); local 167 root_window,
|
| /external/chromium_org/ash/ |
| root_window_controller_unittest.cc | 126 aura::Window* GetModalContainer(aura::Window* root_window) { 127 return Shell::GetContainer(root_window, 675 aura::Window* root_window = Shell::GetPrimaryRootWindow(); local 677 Shell::GetContainer(root_window, kShellWindowId_VirtualKeyboardContainer); 689 root_window->AddPreTargetHandler(&handler); 691 aura::test::EventGenerator event_generator(root_window, keyboard_window); 705 root_window->RemovePreTargetHandler(&handler); 713 aura::Window* root_window = Shell::GetPrimaryRootWindow(); local 715 Shell::GetContainer(root_window, kShellWindowId_VirtualKeyboardContainer); 729 aura::Window* root_window = Shell::GetPrimaryRootWindow() local 761 aura::Window* root_window = Shell::GetPrimaryRootWindow(); local 817 aura::Window* root_window = Shell::GetPrimaryRootWindow(); local [all...] |
| /external/chromium_org/ash/wm/overview/ |
| window_selector_unittest.cc | 218 aura::Window* root_window = window_item->GetRootWindow(); local 220 EXPECT_TRUE(root_window->GetBoundsInScreen().Contains( 222 EXPECT_TRUE(root_window->GetBoundsInScreen().Contains( 255 aura::Window* root_window = Shell::GetPrimaryRootWindow(); local 267 aura::client::GetCursorClient(root_window)->HideCursor(); 286 EXPECT_FALSE(aura::client::GetCursorClient(root_window)->IsCursorLocked()); 308 aura::Window* root_window = Shell::GetPrimaryRootWindow(); local 316 ui::EventTarget* root_target = root_window; 796 aura::Window* root_window = Shell::GetInstance()->GetPrimaryRootWindow(); 798 EXPECT_EQ("0,0 600x200", root_window->bounds().ToString()) [all...] |
| /external/chromium_org/ash/wm/workspace/ |
| workspace_layout_manager_unittest.cc | 78 aura::Window* root_window) OVERRIDE { 1046 aura::Window* root_window = ash::Shell::GetInstance()->GetPrimaryRootWindow(); local [all...] |
| /external/chromium_org/chrome/browser/ui/ash/ |
| screenshot_taker.cc | 427 aura::Window* root_window = root_windows[i]; local 429 gfx::Rect rect = root_window->bounds(); 435 root_window, rect, GetProfile(), screenshot_path, i);
|
| /external/chromium_org/content/shell/browser/ |
| shell_views.cc | 178 aura::Window* root_window = web_contents_window->GetRootWindow(); local 180 aura::client::GetScreenPositionClient(root_window);
|
| /external/chromium_org/third_party/webrtc/modules/desktop_capture/ |
| window_capturer_x11.cc | 170 ::Window root_window = XRootWindow(display(), screen); local 174 int status = XQueryTree(display(), root_window, &root_window, &parent,
|
| /external/chromium_org/ui/aura/ |
| window_tree_host_x11.cc | 70 void SelectXInput2EventsForRootWindow(XDisplay* display, ::Window root_window) { 83 XISelectEvents(display, root_window, &evmask, 1); 97 XISelectEvents(display, root_window, &evmask, 1); 342 aura::Window* root_window = window(); local 344 client::GetCursorClient(root_window); 346 const gfx::Display display = gfx::Screen::GetScreenFor(root_window)-> 347 GetDisplayNearestWindow(root_window);
|