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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/ui/aura/test/
ui_controls_factory_aura.h 11 class RootWindow;
15 ui_controls::UIControlsAura* CreateUIControlsAura(RootWindow* root_window);
test_stacking_client.h 14 class RootWindow;
19 explicit TestStackingClient(RootWindow* root_window);
28 RootWindow* root_window_;
  /external/chromium_org/ui/aura/
root_window_observer.h 16 class RootWindow;
21 // Invoked after the RootWindow's host has been resized.
22 virtual void OnRootWindowHostResized(const RootWindow* root) {}
24 // Invoked after the RootWindow's host has been moved on screen.
25 virtual void OnRootWindowHostMoved(const RootWindow* root,
30 virtual void OnRootWindowHostCloseRequested(const RootWindow* root) {}
33 virtual void OnKeyboardMappingChanged(const RootWindow* root) {}
env_observer.h 12 class RootWindow;
21 virtual void OnRootWindowInitialized(RootWindow* root_window) {};
23 // Called when a RootWindow's host is activated.
24 virtual void OnRootWindowActivated(RootWindow* root_window) {}
  /external/chromium_org/ash/
scoped_target_root_window.h 10 class RootWindow;
23 explicit ScopedTargetRootWindow(aura::RootWindow* root_window);
shell_factory.h 11 class RootWindow;
28 views::Widget* CreateDesktopBackground(aura::RootWindow* root_window,
shell_observer.h 12 class RootWindow;
33 virtual void OnShelfAlignmentChanged(aura::RootWindow* root_window) {}
  /external/chromium_org/ash/high_contrast/
high_contrast_controller.h 12 class RootWindow;
27 void OnRootWindowAdded(aura::RootWindow* root_window);
31 void UpdateDisplay(aura::RootWindow* root_window);
  /external/chromium_org/ui/aura/client/
dispatcher_client.h 13 class RootWindow;
24 AURA_EXPORT void SetDispatcherClient(RootWindow* root_window,
26 AURA_EXPORT DispatcherClient* GetDispatcherClient(RootWindow* root_window);
event_client.h 14 class RootWindow;
31 // Sets/Gets the event client on the RootWindow.
32 AURA_EXPORT void SetEventClient(RootWindow* root_window, EventClient* client);
33 AURA_EXPORT EventClient* GetEventClient(const RootWindow* root_window);
user_action_client.h 11 class RootWindow;
30 AURA_EXPORT void SetUserActionClient(RootWindow* root_window,
32 AURA_EXPORT UserActionClient* GetUserActionClient(RootWindow* root_window);
capture_client.cc 18 void SetCaptureClient(RootWindow* root_window, CaptureClient* client) {
22 CaptureClient* GetCaptureClient(RootWindow* root_window) {
28 RootWindow* root_window = window->GetRootWindow();
capture_client.h 11 class RootWindow;
32 // Sets/Gets the capture client on the RootWindow.
33 AURA_EXPORT void SetCaptureClient(RootWindow* root_window,
35 AURA_EXPORT CaptureClient* GetCaptureClient(RootWindow* root_window);
tooltip_client.h 12 class RootWindow;
30 AURA_EXPORT void SetTooltipClient(RootWindow* root_window,
32 AURA_EXPORT TooltipClient* GetTooltipClient(RootWindow* root_window);
screen_position_client.h 19 class RootWindow;
25 // RootWindow into system coordinates.
39 virtual void ConvertHostPointToScreen(aura::RootWindow* root_window,
50 AURA_EXPORT void SetScreenPositionClient(RootWindow* window,
53 const RootWindow* window);
default_capture_client.h 18 explicit DefaultCaptureClient(RootWindow* root_window);
27 RootWindow* root_window_;
dispatcher_client.cc 17 void SetDispatcherClient(RootWindow* root_window, DispatcherClient* client) {
21 DispatcherClient* GetDispatcherClient(RootWindow* root_window) {
  /external/chromium_org/ash/wm/
coordinate_conversion.h 11 class RootWindow;
23 // Returns the RootWindow at |point| in the virtual screen coordinates.
26 ASH_EXPORT aura::RootWindow* GetRootWindowAt(const gfx::Point& point);
28 // Returns the RootWindow that shares the most area with |rect| in
30 ASH_EXPORT aura::RootWindow* GetRootWindowMatching(const gfx::Rect& rect);
boot_splash_screen.h 15 class RootWindow;
33 explicit BootSplashScreen(aura::RootWindow* root_window);
  /external/chromium_org/ui/keyboard/
keyboard_util.h 14 class RootWindow;
36 aura::RootWindow* root_window);
42 aura::RootWindow* root_window);
  /external/chromium_org/ash/test/
ui_controls_factory_ash.h 9 class RootWindow;
mirror_window_test_api.h 12 class RootWindow;
29 const aura::RootWindow* GetRootWindow() const;
  /external/chromium_org/ui/views/widget/desktop_aura/
x11_whole_screen_move_loop_delegate.h 9 // Get rid of a macro from Xlib.h that conflicts with Aura's RootWindow class.
10 #undef RootWindow
  /external/chromium_org/ash/display/
root_window_transformers.h 11 class RootWindow;
25 aura::RootWindow* root,
  /external/chromium_org/ash/shelf/
shelf_layout_manager_observer.h 12 class RootWindow;
31 virtual void OnAutoHideBehaviorChanged(aura::RootWindow* root_window,

Completed in 810 milliseconds

1 2 3 4 5 6 7 8 91011>>