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

1 2

  /external/chromium_org/athena/screen/
screen_accelerator_handler.h 28 aura::Window* root_window_; member in class:athena::ScreenAcceleratorHandler
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_screen_position_client.h 33 aura::Window* root_window_; member in class:views::DesktopScreenPositionClient
desktop_drop_target_win.h 66 aura::Window* root_window_; member in class:views::DesktopDropTargetWin
  /external/chromium_org/ash/wm/
system_background_controller.h 43 aura::Window* root_window_; // not owned member in class:ash::SystemBackgroundController
lock_layout_manager.h 90 aura::Window* root_window_; member in class:ash::LockLayoutManager
screen_dimmer.h 55 aura::Window* root_window_; member in class:ash::ScreenDimmer
  /external/chromium_org/ui/aura/client/
default_capture_client.h 28 Window* root_window_; member in class:aura::client::DefaultCaptureClient
  /external/chromium_org/ui/aura/test/
test_window_tree_client.h 26 Window* root_window_; member in class:aura::test::TestWindowTreeClient
test_cursor_client.h 63 aura::Window* root_window_; member in class:aura::test::TestCursorClient
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::__anon285::DefaultEventGeneratorDelegate
  /external/chromium_org/ash/shelf/
shelf_alignment_menu.h 41 aura::Window* root_window_; member in class:ash::ShelfAlignmentMenu
  /external/chromium_org/ash/touch/
touch_observer_hud.h 82 aura::Window* root_window_; member in class:ash::TouchObserverHUD
  /external/chromium_org/content/browser/android/
content_view_render_view.h 65 gfx::NativeWindow root_window_; member in class:content::ContentViewRenderView
  /external/chromium_org/ash/shell/
context_menu.h 41 aura::Window* root_window_; member in class:ash::shell::ContextMenu
  /external/chromium_org/ash/system/web_notification/
ash_popup_alignment_delegate.h 84 aura::Window* root_window_; member in class:ash::AshPopupAlignmentDelegate
  /external/chromium_org/ash/wm/workspace/
workspace_layout_manager.h 131 aura::Window* root_window_; member in class:ash::WorkspaceLayoutManager
  /external/chromium_org/chrome/browser/chromeos/accessibility/
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/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_|
  /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/ui/wm/core/
capture_controller.h 79 aura::Window* root_window_; member in class:wm::ScopedCaptureClient
  /external/chromium_org/ash/host/
transformer_helper.cc 27 : 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::__anon6537::SimpleRootWindowTransformer
  /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
window_selector_item.h 131 aura::Window* root_window_; member in class:ash::WindowSelectorItem
  /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/chrome/browser/ui/ash/launcher/
launcher_context_menu.h 107 aura::Window* root_window_; member in class:LauncherContextMenu

Completed in 458 milliseconds

1 2