HomeSort by relevance Sort by last modified time
    Searched defs:root_window (Results 1 - 25 of 93) sorted by null

1 2 3 4

  /external/chromium_org/ui/views/
drag_utils_aura.cc 19 aura::Window* root_window = view->GetRootWindow(); local
20 aura::Window::ConvertPointToTarget(view, root_window, &root_location);
21 if (aura::client::GetDragDropClient(root_window)) {
22 aura::client::GetDragDropClient(root_window)->StartDragAndDrop(
23 data, root_window, view, root_location, operation, source);
  /external/chromium_org/ui/aura/client/
focus_client.cc 18 void SetFocusClient(Window* root_window, FocusClient* client) {
19 DCHECK_EQ(root_window->GetRootWindow(), root_window);
20 root_window->SetProperty(kRootWindowFocusClientKey, client);
28 const Window* root_window = window->GetRootWindow(); local
29 return root_window ?
30 root_window->GetProperty(kRootWindowFocusClientKey) : NULL;
capture_client.cc 18 void SetCaptureClient(Window* root_window, CaptureClient* client) {
19 root_window->SetProperty(kRootWindowCaptureClientKey, client);
22 CaptureClient* GetCaptureClient(Window* root_window) {
23 return root_window ?
24 root_window->GetProperty(kRootWindowCaptureClientKey) : NULL;
28 Window* root_window = window->GetRootWindow(); local
29 if (!root_window)
31 CaptureClient* capture_client = GetCaptureClient(root_window);
window_tree_client.cc 22 Window* root_window = window->GetRootWindow(); local
23 DCHECK(root_window);
24 root_window->SetProperty(kRootWindowWindowTreeClientKey, window_tree_client);
29 Window* root_window = window->GetRootWindow(); local
30 DCHECK(root_window);
32 root_window->GetProperty(kRootWindowWindowTreeClientKey);
  /external/chromium_org/ash/accelerators/
accelerator_filter_unittest.cc 92 aura::Window* root_window = Shell::GetPrimaryRootWindow(); local
98 dispatch_helper.set_target(root_window);
108 dispatch_helper.set_target(root_window);
  /external/chromium_org/chrome/browser/download/
drag_download_item_views.cc 60 aura::Window* root_window = view->GetRootWindow(); local
61 if (!root_window || !aura::client::GetDragDropClient(root_window))
66 aura::client::GetDragDropClient(root_window)->StartDragAndDrop(
68 root_window,
  /external/chromium_org/ash/wm/
event_client_impl.cc 23 const aura::Window* root_window = window ? window->GetRootWindow() : NULL; local
24 if (!root_window ||
30 root_window,
33 root_window,
36 root_window,
46 root_window,
  /external/chromium_org/ash/wm/gestures/
overview_gesture_handler_unittest.cc 42 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 = Shell::GetPrimaryRootWindow() local
163 aura::Window* root_window = Shell::GetPrimaryRootWindow(); local
    [all...]
  /external/chromium_org/athena/test/
athena_test_base.h 37 aura::Window* root_window() { return helper_->GetRootWindow(); } function in class:athena::test::AthenaTestBase
  /external/chromium_org/chrome/browser/chromeos/accessibility/
sticky_keys_browsertest.cc 41 gfx::NativeWindow root_window = local
44 ui_test_utils::SendKeyPressToWindowSync(root_window,
  /external/chromium_org/chrome/browser/chromeos/ui/
focus_ring_layer.h 40 void Set(aura::Window* root_window, const gfx::Rect& bounds);
43 aura::Window* root_window() { return root_window_; } function in class:chromeos::FocusRingLayer
49 void CreateOrUpdateLayer(aura::Window* root_window, const char* layer_name);
focus_ring_controller.cc 86 aura::Window* root_window = window->GetRootWindow(); local
88 aura::Window::ConvertPointToTarget(window, root_window, &origin);
94 focus_ring_layer_->Set(root_window, view_bounds);
  /external/chromium_org/ui/aura/test/
aura_test_base.h 43 Window* root_window() { return helper_->root_window(); } function in class:aura::test::AuraTestBase
  /external/chromium_org/ui/views_content_client/
views_content_client_main_parts_chromeos.cc 76 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/ash/first_run/
desktop_cleaner.cc 98 aura::Window* root_window = Shell::GetInstance()->GetPrimaryRootWindow(); local
101 Shell::GetContainer(root_window, kContainerIdsToHide[i]);
first_run_helper_unittest.cc 82 aura::Window* root_window = Shell::GetInstance()->GetPrimaryRootWindow(); local
87 Shell::GetContainer(root_window, containers_to_check[i]);
93 aura::Window* root_window = Shell::GetInstance()->GetPrimaryRootWindow(); local
98 Shell::GetContainer(root_window, containers_to_check[i]);
  /external/chromium_org/ash/shelf/
shelf_window_watcher_unittest.cc 190 aura::Window* root_window = window->GetRootWindow(); local
192 root_window,
197 root_window,
256 aura::Window* root_window = window->GetRootWindow(); local
258 root_window,
263 root_window,
  /external/chromium_org/ash/test/
ash_test_helper.cc 154 aura::Window* root_window = Shell::GetTargetRootWindow(); local
155 if (!root_window)
156 root_window = Shell::GetPrimaryRootWindow();
157 DCHECK(root_window);
158 return root_window;
  /external/chromium_org/ash/wm/overview/
window_grid.h 49 WindowGrid(aura::Window* root_window,
89 const aura::Window* root_window() const { return root_window_; } function in class:ash::WindowGrid
  /external/chromium_org/athena/main/
athena_launcher.cc 109 aura::Window* root_window = athena::AthenaEnv::Get()->GetHost()->window(); local
111 aura::client::SetVisibilityClient(root_window,
114 athena::InputManager::Create()->OnRootWindowCreated(root_window);
115 athena::ScreenManager::Create(root_window);
  /external/chromium_org/content/browser/media/capture/
desktop_capture_device_aura_unittest.cc 70 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::__anon11867::DesktopCaptureDeviceAuraTest
109 content::DesktopMediaID::RegisterAuraWindow(root_window())));
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_screen_position_client.cc 17 gfx::Point GetOrigin(const aura::Window* root_window) {
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);
67 aura::Window* root_window = window->GetRootWindow(); local
    [all...]
  /external/chromium_org/ash/display/
display_configurator_animation.cc 121 aura::Window* root_window = *it; local
124 hiding_layer->SetBounds(root_window->bounds());
126 ash::Shell::GetContainer(root_window,
138 hiding_layers_[root_window] = hiding_layer;
175 aura::Window* root_window = *it; local
177 if (hiding_layers_.find(root_window) == hiding_layers_.end()) {
183 hiding_layer->SetBounds(root_window->bounds());
186 root_window, ash::kShellWindowId_OverlayContainer)->layer();
190 hiding_layers_[root_window] = hiding_layer;
192 hiding_layer = hiding_layers_[root_window];
    [all...]
  /external/chromium_org/ash/magnifier/
partial_magnification_controller.cc 135 aura::Window* root_window = GetCurrentRootWindow();
136 if (!root_window)
139 root_window->AddObserver(this);
142 root_window->GetHost()->dispatcher()->GetLastMouseLocationInRoot());
150 params.parent = root_window;
183 aura::Window* root_window = local
185 DCHECK(root_window);
186 root_window->RemoveObserver(this);
205 aura::Window* root_window = *iter; local
206 if (root_window->ContainsPointInRoot
    [all...]
  /external/chromium_org/ash/screensaver/
screensaver_view.cc 138 aura::Window* root_window = ash::Shell::GetPrimaryRootWindow(); local
140 Shell::GetScreen()->GetDisplayNearestWindow(root_window).bounds();
148 params.parent = root_window;

Completed in 1763 milliseconds

1 2 3 4