HomeSort by relevance Sort by last modified time
    Searched refs:root_window_ (Results 1 - 25 of 66) sorted by null

1 2 3

  /external/chromium_org/ui/aura/test/
test_window_tree_client.cc 13 : root_window_(root_window) {
14 client::SetWindowTreeClient(root_window_, this);
18 client::SetWindowTreeClient(root_window_, NULL);
24 return root_window_;
test_window_tree_client.h 26 Window* root_window_; member in class:aura::test::TestWindowTreeClient
  /external/chromium_org/ash/wm/
system_background_controller.cc 16 : root_window_(root_window),
18 root_window_->AddObserver(this);
21 ui::Layer* root_layer = root_window_->layer();
28 root_window_->RemoveObserver(this);
39 DCHECK_EQ(root_window_, root);
40 layer_->SetBounds(gfx::Rect(root_window_->layer()->bounds().size()));
screen_dimmer.cc 27 : root_window_(root_window),
29 root_window_->AddObserver(this);
33 root_window_->RemoveObserver(this);
44 ui::Layer* root_layer = root_window_->layer();
system_background_controller.h 43 aura::Window* root_window_; // not owned member in class:ash::SystemBackgroundController
lock_layout_manager.cc 22 root_window_(window->GetRootWindow()),
25 root_window_->AddObserver(this);
33 if (root_window_)
34 root_window_->RemoveObserver(this);
95 if (root_window_ == window)
96 root_window_ = NULL;
102 if (root_window_ == window) {
screen_dimmer.h 55 aura::Window* root_window_; member in class:ash::ScreenDimmer
  /external/chromium_org/ui/views/controls/menu/
display_change_listener_aura.cc 30 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/shell/
context_menu.cc 19 root_window_(root),
21 DCHECK(root_window_);
36 return Shell::GetInstance()->GetShelfAutoHideBehavior(root_window_) ==
58 shell->GetShelfAutoHideBehavior(root_window_) ==
62 root_window_);
context_menu.h 41 aura::Window* root_window_; member in class:ash::shell::ContextMenu
  /external/chromium_org/ui/aura/client/
default_capture_client.cc 15 : root_window_(root_window),
17 SetCaptureClient(root_window_, this);
21 SetCaptureClient(root_window_, NULL);
35 CaptureDelegate* capture_delegate = root_window_->GetHost()->dispatcher();
default_capture_client.h 28 Window* root_window_; member in class:aura::client::DefaultCaptureClient
  /external/chromium_org/ash/shelf/
shelf_alignment_menu.cc 19 root_window_(root) {
20 DCHECK(root_window_);
37 return ShelfLayoutManager::ForShelf(root_window_)
60 root_window_);
66 root_window_);
72 root_window_);
shelf_alignment_menu.h 41 aura::Window* root_window_; member in class:ash::ShelfAlignmentMenu
  /external/chromium_org/ash/touch/
touch_observer_hud.cc 22 root_window_(initial_root),
40 Shell::GetContainer(root_window_, kShellWindowId_OverlayContainer);
55 root_window_->AddPreTargetHandler(this);
73 root_window_->RemovePreTargetHandler(this);
75 RootWindowController* controller = GetRootWindowController(root_window_);
119 if (!root_window_)
122 root_window_->RemovePreTargetHandler(this);
124 RootWindowController* controller = GetRootWindowController(root_window_);
129 Shell::GetContainer(root_window_,
132 root_window_ = NULL
    [all...]
  /external/chromium_org/athena/screen/
screen_manager_impl.cc 103 virtual aura::Window* GetContext() OVERRIDE { return root_window_; }
106 aura::Window* root_window_; member in class:athena::__anon6756::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...]
screen_accelerator_handler.h 28 aura::Window* root_window_; member in class:athena::ScreenAcceleratorHandler
screen_accelerator_handler.cc 70 : root_window_(root_window) {
87 PrintLayerHierarchy(root_window_);
90 HandlePrintWindowHierarchy(root_window_);
  /external/chromium_org/ash/magnifier/
magnification_controller.cc 148 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_->layer()->GetAnimator())
    [all...]
  /external/chromium_org/ui/wm/core/
capture_controller.cc 111 : root_window_(root) {
128 DCHECK_EQ(window, root_window_);
133 if (!root_window_)
136 root_window_->RemoveObserver(this);
137 capture_controller_->Detach(root_window_);
142 root_window_ = NULL;
  /external/chromium_org/athena/virtual_keyboard/
virtual_keyboard_manager_impl.cc 34 : browser_context_(context), root_window_(root_window) {}
40 root_window_->GetProperty(aura::client::kRootWindowInputMethodKey);
55 aura::Window* root_window_; member in class:athena::__anon6762::BasicKeyboardControllerProxy
  /external/chromium_org/ash/wm/maximize_mode/
maximize_mode_event_blocker.cc 45 aura::Window* root_window_; member in class:ash::__anon6689::BlockKeyboardAndTouchpadTargeter
66 : root_window_(root_window),
91 root_window_->GetHost()->MoveCursorToHostLocation(
98 root_window_->GetHost()->ConvertPointToHost(&last_mouse_location_);
  /external/chromium_org/ash/wm/workspace/
workspace_layout_manager.cc 43 root_window_(window->GetRootWindow()),
51 root_window_->AddObserver(this);
55 if (root_window_)
56 root_window_->RemoveObserver(this);
189 if (params.new_parent && params.new_parent->GetRootWindow() == root_window_) {
213 if (root_window_ == window) {
214 root_window_->RemoveObserver(this);
215 root_window_ = NULL;
222 if (root_window_ == window) {
  /external/chromium_org/chrome/browser/chromeos/ui/
focus_ring_layer.h 49 aura::Window* root_window_; member in class:chromeos::FocusRingLayer
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_screen_position_client.h 33 aura::Window* root_window_; member in class:views::DesktopScreenPositionClient

Completed in 1039 milliseconds

1 2 3