/external/chromium_org/ui/aura/test/ |
H A D | 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_;
|
H A D | test_window_tree_client.h | 26 Window* root_window_; member in class:aura::test::TestWindowTreeClient
|
H A D | event_generator_delegate_aura.cc | 26 root_window_ = root_window; 31 return root_window_->GetHost(); 42 DefaultEventGeneratorDelegate() : root_window_(NULL) { 52 Window* root_window_; member in class:aura::test::__anon16580::DefaultEventGeneratorDelegate
|
H A D | test_cursor_client.cc | 18 root_window_(root_window) { 23 client::SetCursorClient(root_window_, NULL);
|
/external/chromium_org/ash/wm/ |
H A D | 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()));
|
H A D | 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();
|
H A D | lock_layout_manager.cc | 23 root_window_(window->GetRootWindow()), 26 root_window_->AddObserver(this); 34 if (root_window_) 35 root_window_->RemoveObserver(this); 96 if (root_window_ == window) 97 root_window_ = NULL; 103 if (root_window_ == window) {
|
H A D | system_background_controller.h | 43 aura::Window* root_window_; // not owned member in class:ash::SystemBackgroundController
|
/external/chromium_org/ui/views/controls/menu/ |
H A D | 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/ |
H A D | context_menu.cc | 18 root_window_(root), 20 DCHECK(root_window_); 35 return Shell::GetInstance()->GetShelfAutoHideBehavior(root_window_) == 57 shell->GetShelfAutoHideBehavior(root_window_) == 61 root_window_);
|
/external/chromium_org/ui/aura/client/ |
H A D | 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();
|
H A D | default_capture_client.h | 28 Window* root_window_; member in class:aura::client::DefaultCaptureClient
|
/external/chromium_org/ash/shelf/ |
H A D | shelf_alignment_menu.cc | 18 root_window_(root) { 19 DCHECK(root_window_); 36 return ShelfLayoutManager::ForShelf(root_window_) 59 root_window_); 65 root_window_); 71 root_window_);
|
H A D | shelf_alignment_menu.h | 41 aura::Window* root_window_; member in class:ash::ShelfAlignmentMenu
|
/external/chromium_org/ash/touch/ |
H A D | 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_ [all...] |
/external/chromium_org/ash/magnifier/ |
H A D | 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_ [all...] |
/external/chromium_org/ui/wm/core/ |
H A D | 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;
|
H A D | default_activation_client.cc | 18 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/athena/screen/ |
H A D | screen_manager_impl.cc | 206 virtual aura::Window* GetContext() OVERRIDE { return root_window_; } 211 aura::Window* root_window_; member in class:athena::__anon2148::ScreenManagerImpl 226 : root_window_(root_window), 229 DCHECK(root_window_); 235 aura::client::SetScreenPositionClient(root_window_, NULL); 236 aura::client::SetWindowTreeClient(root_window_, NULL); 239 root_window_->RemovePreTargetHandler(focus_controller); 240 aura::client::SetActivationClient(root_window_, NULL); 241 aura::client::SetFocusClient(root_window_, NULL); 242 aura::Window::Windows children = root_window_ [all...] |
H A D | screen_accelerator_handler.h | 28 aura::Window* root_window_; member in class:athena::ScreenAcceleratorHandler
|
/external/chromium_org/chrome/browser/chromeos/ui/ |
H A D | focus_ring_layer.cc | 26 root_window_(NULL) { 44 if (!layer_ || root_window != root_window_) { 45 root_window_ = root_window; 60 if (!root_window_ || focus_ring_.IsEmpty())
|
H A D | focus_ring_layer.h | 43 aura::Window* root_window() { return root_window_; } 46 // Updates |root_window_| and creates |layer_| if it doesn't exist, 63 aura::Window* root_window_; member in class:chromeos::FocusRingLayer 68 // The bounding rectangle of the focused object, in |root_window_|
|
/external/chromium_org/athena/virtual_keyboard/ |
H A D | virtual_keyboard_manager_impl.cc | 34 : browser_context_(context), root_window_(root_window) {} 40 root_window_->GetProperty(aura::client::kRootWindowInputMethodKey); 57 aura::Window* root_window_; member in class:athena::__anon2161::BasicKeyboardControllerProxy
|
/external/chromium_org/chrome/browser/chromeos/accessibility/ |
H A D | touch_exploration_controller_browsertest.cc | 48 root_window_ = ash::Shell::GetInstance()->GetPrimaryRootWindow(); 50 root_window_->AddPreTargetHandler(event_handler_.get()); 55 root_window_->RemovePreTargetHandler(event_handler_.get()); 72 aura::Window* root_window_; member in class:ui::TouchExplorationTest 83 ui::test::EventGenerator generator(root_window_); 131 ui::test::EventGenerator generator(root_window_); 191 ui::test::EventGenerator generator(root_window_); 193 aura::client::GetCursorClient(root_window_);
|
/external/chromium_org/ash/wm/workspace/ |
H A D | workspace_layout_manager.cc | 43 root_window_(window->GetRootWindow()), 51 root_window_->AddObserver(this); 56 if (root_window_) 57 root_window_->RemoveObserver(this); 138 root_window_->GetProperty(aura::client::kRootWindowInputMethodKey); 205 if (params.new_parent && params.new_parent->GetRootWindow() == root_window_) { 229 if (root_window_ == window) { 230 root_window_->RemoveObserver(this); 231 root_window_ = NULL; 238 if (root_window_ [all...] |