HomeSort by relevance Sort by last modified time
    Searched refs:root_window_ (Results 1 - 25 of 68) 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
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::__anon21198::DefaultEventGeneratorDelegate
  /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 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) {
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 18 root_window_(root),
20 DCHECK(root_window_);
35 return Shell::GetInstance()->GetShelfAutoHideBehavior(root_window_) ==
57 shell->GetShelfAutoHideBehavior(root_window_) ==
61 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 18 root_window_(root) {
19 DCHECK(root_window_);
36 return ShelfLayoutManager::ForShelf(root_window_)
59 root_window_);
65 root_window_);
71 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/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/athena/screen/
screen_accelerator_handler.h 28 aura::Window* root_window_; member in class:athena::ScreenAcceleratorHandler
screen_manager_impl.cc 206 virtual aura::Window* GetContext() OVERRIDE { return root_window_; }
211 aura::Window* root_window_; member in class:athena::__anon6773::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_->children()
    [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/chrome/browser/chromeos/ui/
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_|
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())
  /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);
57 aura::Window* root_window_; member in class:athena::__anon6786::BasicKeyboardControllerProxy
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_screen_position_client.h 33 aura::Window* root_window_; member in class:views::DesktopScreenPositionClient
  /external/chromium_org/ash/wm/overview/
window_grid.h 89 const aura::Window* root_window() const { return root_window_; }
121 aura::Window* root_window_; member in class:ash::WindowGrid

Completed in 1546 milliseconds

1 2 3