Searched defs:root_window_ (Results 26 - 42 of 42) sorted by relevance

12

/external/chromium_org/chrome/browser/ui/ash/launcher/
H A Dlauncher_context_menu.h107 aura::Window* root_window_; member in class:LauncherContextMenu
/external/chromium_org/content/browser/renderer_host/
H A Dcompositor_impl_android.h152 gfx::NativeWindow root_window_; member in class:content::CompositorImpl
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_drag_drop_client_aurax11.h184 aura::Window* root_window_; member in class:views::DesktopDragDropClientAuraX11
H A Ddesktop_native_widget_aura.cc169 : root_window_(root_window) {
170 aura::client::SetWindowTreeClient(root_window_, this);
173 aura::client::SetWindowTreeClient(root_window_, NULL);
187 DesktopNativeWidgetAura::ForWindow(root_window_);
194 return root_window_;
198 aura::Window* root_window_; member in class:views::__anon16363::DesktopNativeWidgetAuraWindowTreeClient
/external/chromium_org/ash/display/
H A Droot_window_transformers.cc130 : root_window_(root) {
155 bounds = ui::ConvertRectToDIP(root_window_->layer(), bounds);
178 aura::Window* root_window_; member in class:ash::__anon1899::AshRootWindowTransformer
/external/chromium_org/ash/wm/overview/
H A Dwindow_selector.cc41 : root_window_(root_window) {
45 return (grid->root_window() == root_window_);
48 const aura::Window* root_window_; member in struct:ash::__anon2078::RootWindowGridComparator
/external/chromium_org/ui/wm/core/
H A Dtransient_window_manager_unittest.cc416 : root_window_(root_window) {
417 root_window_->SetLayoutManager(this);
430 Window::Windows::const_iterator it = root_window_->children().begin();
432 for (; it != root_window_->children().end(); ++it) {
435 root_window_->StackChildAbove(last_window, *it);
437 root_window_->StackChildAbove(*it, last_window);
448 Window* root_window_; member in class:wm::StackingMadrigalLayoutManager
H A Dfocus_controller_unittest.cc222 : root_window_(root_window) {
223 aura::client::GetActivationClient(root_window_)->AddObserver(this);
224 aura::client::GetFocusClient(root_window_)->AddObserver(this);
227 aura::client::GetActivationClient(root_window_)->RemoveObserver(this);
228 aura::client::GetFocusClient(root_window_)->RemoveObserver(this);
232 aura::Window* root_window_; member in class:wm::ScopedFocusNotificationObserver
/external/chromium_org/ash/shelf/
H A Dshelf_layout_manager.h334 aura::Window* root_window_; member in class:ash::ShelfLayoutManager
/external/chromium_org/ash/sticky_keys/
H A Dsticky_keys_unittest.cc137 root_window_(NULL) {}
145 root_window_ = target_->GetRootWindow();
156 return target_ ? target_ : root_window_;
311 aura::Window* root_window_; member in class:ash::StickyKeysTest
/external/chromium_org/remoting/host/
H A Dinput_injector_linux.cc164 Window root_window_; member in class:remoting::__anon9799::InputInjectorLinux::Core
228 root_window_(BadValue),
238 root_window_ = RootWindow(display_, DefaultScreen(display_));
239 if (root_window_ == BadValue) {
/external/chromium_org/third_party/webrtc/modules/desktop_capture/
H A Dscreen_capturer_x11.cc100 Window root_window_; member in class:webrtc::__anon15235::ScreenCapturerLinux
138 root_window_(BadValue),
166 root_window_ = RootWindow(display(), DefaultScreen(display()));
167 if (root_window_ == BadValue) {
173 gc_ = XCreateGC(display(), root_window_, 0, NULL);
192 XSelectInput(display(), root_window_, StructureNotifyMask); local
201 XFixesSelectCursorInput(display(), root_window_, local
233 damage_handle_ = XDamageCreate(display(), root_window_,
344 if (cursor_event->window == root_window_ &&
/external/chromium_org/ash/magnifier/
H A Dmagnification_controller.cc148 aura::Window* root_window_; member in class:ash::MagnificationControllerImpl
179 : root_window_(Shell::GetPrimaryRootWindow()),
186 root_window_->AddObserver(this);
187 point_of_interest_ = root_window_->bounds().CenterPoint();
191 root_window_->RemoveObserver(this);
201 if (!root_window_->bounds().Contains(mouse_in_root))
202 mouse_in_root = root_window_->bounds().CenterPoint();
218 ui::ConvertPointToDIP(root_window_->layer(), position);
225 DCHECK(root_window_);
265 root_window_
[all...]
/external/chromium_org/ash/system/web_notification/
H A Dweb_notification_tray.cc97 // Updates |shelf_| from |root_window_|.
101 aura::Window* root_window_; member in class:ash::WorkAreaObserver
110 root_window_(NULL),
143 root_window_ = root_window;
196 shelf_ = ShelfLayoutManager::ForShelf(root_window_);
/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dtab_drag_controller_interactive_uitest.cc218 : root_window_(root_window) {}
224 return root_window_->GetHost();
229 return aura::client::GetScreenPositionClient(root_window_);
233 aura::Window* root_window_; member in class:ScreenEventGeneratorDelegate
/external/chromium_org/ui/aura/test/
H A Devent_generator.cc41 : root_window_(root_window) {}
46 return root_window_->GetHost();
55 Window* root_window_; member in class:aura::test::__anon15850::DefaultEventGeneratorDelegate
/external/chromium_org/ui/aura/
H A Dwindow_event_dispatcher_unittest.cc233 : root_window_(root_window),
235 client::SetEventClient(root_window_, this);
237 test::CreateTestWindowWithBounds(root_window_->bounds(), root_window_);
240 test::CreateTestWindowWithBounds(root_window_->bounds(), root_window_);
244 client::SetEventClient(root_window_, NULL);
261 return root_window_->GetChildById(kLockWindowId);
264 return root_window_->GetChildById(kNonLockWindowId);
280 Window* root_window_; member in class:aura::__anon15856::TestEventClient
[all...]

Completed in 475 milliseconds

12