HomeSort by relevance Sort by last modified time
    Searched defs:root_window (Results 1 - 25 of 91) 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/apps/shell/browser/
default_shell_app_window_controller.cc 28 aura::Window* root_window = shell_desktop_controller_->host()->window(); local
31 app_window_->Init(context, root_window->bounds().size());
35 root_window->AddChild(content);
  /external/chromium_org/chrome/browser/chromeos/accessibility/
touch_exploration_controller_browsertest.cc 58 aura::Window* root_window = ash::Shell::GetInstance()->GetPrimaryRootWindow(); local
61 root_window->AddPreTargetHandler(event_handler.get());
63 aura::test::EventGenerator generator(root_window);
91 root_window->RemovePreTargetHandler(event_handler.get());
sticky_keys_browsertest.cc 41 gfx::NativeWindow root_window = local
44 ui_test_utils::SendKeyPressToWindowSync(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 aura::test::EventGenerator generator(root_window, root_window);
69 aura::Window* root_window = Shell::GetPrimaryRootWindow(); local
72 aura::test::EventGenerator generator(root_window, root_window);
86 aura::Window* root_window = Shell::GetPrimaryRootWindow(); local
89 aura::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 33 aura::Window* root_window() { return helper_->root_window(); } function in class:athena::test::AthenaTestBase
athena_test_helper.h 55 aura::Window* root_window() { return host_->window(); } function in class:athena::test::AthenaTestHelper
  /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 75 aura::Window* root_window = wm_test_helper_->host()->window(); local
76 views_content_client()->task().Run(browser_context(), root_window); local
80 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 152 aura::Window* root_window = Shell::GetTargetRootWindow(); local
153 if (!root_window)
154 root_window = Shell::GetPrimaryRootWindow();
155 DCHECK(root_window);
156 return root_window;
  /external/chromium_org/ash/wm/overview/
window_grid.h 49 WindowGrid(aura::Window* root_window,
83 const aura::Window* root_window() const { return root_window_; } function in class:ash::WindowGrid
  /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::__anon11561::DesktopCaptureDeviceAuraTest
109 content::DesktopMediaID::RegisterAuraWindow(root_window())));
  /external/chromium_org/ui/aura/
window_targeter.cc 87 Window* root_window = window->GetRootWindow(); local
92 client::FocusClient* focus_client = client::GetFocusClient(root_window);
97 client::EventClient* event_client = client::GetEventClient(root_window);
106 Window* WindowTargeter::FindTargetInRootWindow(Window* root_window,
108 DCHECK_EQ(root_window, root_window->GetRootWindow());
113 WindowEventDispatcher* dispatcher = root_window->GetHost()->dispatcher();
119 Window* capture_window = client::GetCaptureWindow(root_window);
137 if (!root_window->bounds().Contains(event.location()))
138 return root_window;
    [all...]
  /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...]

Completed in 990 milliseconds

1 2 3 4