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

12

/external/chromium_org/athena/screen/
H A Dscreen_accelerator_handler.h28 aura::Window* root_window_; member in class:athena::ScreenAcceleratorHandler
H A Dscreen_manager_impl.cc103 virtual aura::Window* GetContext() OVERRIDE { return root_window_; }
106 aura::Window* root_window_; member in class:athena::__anon2136::ScreenManagerImpl
119 root_window_->SetLayoutManager(new FillLayoutManager(root_window_));
121 CreateContainerInternal(root_window_, "AthenaBackground");
126 capture_client_.reset(new ::wm::ScopedCaptureClient(root_window_));
127 accelerator_handler_.reset(new ScreenAcceleratorHandler(root_window_));
132 aura::Window* container = CreateContainerInternal(root_window_, name);
134 aura::client::SetWindowTreeClient(root_window_, window_tree_client_.get());
137 aura::client::SetScreenPositionClient(root_window_,
[all...]
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_screen_position_client.h33 aura::Window* root_window_; member in class:views::DesktopScreenPositionClient
H A Ddesktop_drop_target_win.h66 aura::Window* root_window_; member in class:views::DesktopDropTargetWin
/external/chromium_org/ash/wm/
H A Dsystem_background_controller.h43 aura::Window* root_window_; // not owned member in class:ash::SystemBackgroundController
H A Dlock_layout_manager.h89 aura::Window* root_window_; member in class:ash::LockLayoutManager
H A Dscreen_dimmer.h55 aura::Window* root_window_; member in class:ash::ScreenDimmer
/external/chromium_org/ui/aura/client/
H A Ddefault_capture_client.h28 Window* root_window_; member in class:aura::client::DefaultCaptureClient
/external/chromium_org/ui/aura/test/
H A Dtest_window_tree_client.h26 Window* root_window_; member in class:aura::test::TestWindowTreeClient
H A Dtest_cursor_client.h63 aura::Window* root_window_; member in class:aura::test::TestCursorClient
/external/chromium_org/ash/shelf/
H A Dshelf_alignment_menu.h41 aura::Window* root_window_; member in class:ash::ShelfAlignmentMenu
/external/chromium_org/content/browser/android/
H A Dcontent_view_render_view.h59 gfx::NativeWindow root_window_; member in class:content::ContentViewRenderView
/external/chromium_org/ash/shell/
H A Dcontext_menu.h41 aura::Window* root_window_; member in class:ash::shell::ContextMenu
/external/chromium_org/ash/touch/
H A Dtouch_observer_hud.h82 aura::Window* root_window_; member in class:ash::TouchObserverHUD
/external/chromium_org/ash/wm/workspace/
H A Dworkspace_layout_manager.h131 aura::Window* root_window_; member in class:ash::WorkspaceLayoutManager
/external/chromium_org/chrome/browser/chromeos/ui/
H A Dfocus_ring_layer.h49 aura::Window* root_window_; member in class:chromeos::FocusRingLayer
/external/chromium_org/ui/wm/core/
H A Dcapture_controller.h79 aura::Window* root_window_; member in class:wm::ScopedCaptureClient
H A Ddefault_activation_client.cc18 root_window_(root_window) {
19 root_window_->AddObserver(this);
27 DCHECK_EQ(window, root_window_);
28 root_window_->RemoveObserver(this);
34 aura::Window* root_window_; member in class:wm::DefaultActivationClient::Deleter
/external/chromium_org/ash/wm/overview/
H A Dwindow_grid.h83 const aura::Window* root_window() const { return root_window_; }
114 aura::Window* root_window_; member in class:ash::WindowGrid
H A Dwindow_selector_item.h110 aura::Window* root_window_; member in class:ash::WindowSelectorItem
/external/chromium_org/ui/views/controls/menu/
H A Ddisplay_change_listener_aura.cc30 aura::Window* root_window_; member in class:views::internal::AuraDisplayChangeListener
38 root_window_(widget->GetNativeView()->GetRootWindow()) {
39 if (root_window_)
40 root_window_->AddObserver(this);
44 if (root_window_)
45 root_window_->RemoveObserver(this);
56 DCHECK_EQ(window, root_window_);
57 root_window_->RemoveObserver(this);
58 root_window_ = NULL;
/external/chromium_org/ash/host/
H A Dtransformer_helper.cc27 : root_window_(root_window), transform_(transform) {}
42 gfx::RectF new_bounds(ui::ConvertRectToDIP(root_window_->layer(), bounds));
52 const aura::Window* root_window_; member in class:ash::__anon1928::SimpleRootWindowTransformer
/external/chromium_org/ash/wm/maximize_mode/
H A Dmaximize_mode_event_blocker.cc45 aura::Window* root_window_; member in class:ash::__anon2069::BlockKeyboardAndTouchpadTargeter
66 : root_window_(root_window),
91 root_window_->GetHost()->MoveCursorToHostLocation(
98 root_window_->GetHost()->ConvertPointToHost(&last_mouse_location_);
/external/chromium_org/athena/virtual_keyboard/
H A Dvirtual_keyboard_manager_impl.cc34 : browser_context_(context), root_window_(root_window) {}
40 root_window_->GetProperty(aura::client::kRootWindowInputMethodKey);
55 aura::Window* root_window_; member in class:athena::__anon2142::BasicKeyboardControllerProxy
/external/chromium_org/ui/chromeos/
H A Dtouch_exploration_controller.h185 aura::Window* root_window_; member in class:ui::TouchExplorationController

Completed in 2819 milliseconds

12