Searched defs:aura (Results 26 - 50 of 302) sorted by relevance

1234567891011>>

/external/chromium_org/ash/wm/
H A Dcoordinate_conversion.h10 namespace aura { namespace
25 ASH_EXPORT aura::Window* GetRootWindowAt(const gfx::Point& point);
29 ASH_EXPORT aura::Window* GetRootWindowMatching(const gfx::Rect& rect);
/external/chromium_org/athena/main/public/
H A Dathena_launcher.h14 namespace aura { namespace
/external/chromium_org/athena/screen/
H A Dscreen_accelerator_handler.h9 namespace aura { namespace
18 explicit ScreenAcceleratorHandler(aura::Window* root_window);
28 aura::Window* root_window_;
/external/chromium_org/chrome/browser/ui/libgtk2ui/
H A Dgtk2_util.h15 namespace aura { namespace
50 void SetGtkTransientForAura(GtkWidget* dialog, aura::Window* parent);
52 // Gets the transient parent aura window for |dialog|.
53 aura::Window* GetAuraTransientParent(GtkWidget* dialog);
/external/chromium_org/extensions/shell/browser/
H A Ddesktop_controller.h8 namespace aura { namespace
38 virtual aura::WindowTreeHost* GetHost() = 0;
47 virtual void AddAppWindow(aura::Window* window) = 0;
/external/chromium_org/ui/aura/client/
H A Dcursor_client.cc5 #include "ui/aura/client/cursor_client.h"
7 #include "ui/aura/window.h"
8 #include "ui/aura/window_property.h"
10 DECLARE_WINDOW_PROPERTY_TYPE(aura::client::CursorClient*)
12 namespace aura { namespace
28 } // namespace aura
H A Devent_client.cc5 #include "ui/aura/client/event_client.h"
7 #include "ui/aura/window_event_dispatcher.h"
8 #include "ui/aura/window_property.h"
10 DECLARE_WINDOW_PROPERTY_TYPE(aura::client::EventClient*)
12 namespace aura { namespace
30 } // namespace aura
H A Dscreen_position_client.cc5 #include "ui/aura/client/screen_position_client.h"
7 #include "ui/aura/window_property.h"
9 DECLARE_WINDOW_PROPERTY_TYPE(aura::client::ScreenPositionClient*)
11 namespace aura { namespace
32 } // namespace aura
H A Dwindow_stacking_client.cc5 #include "ui/aura/client/window_stacking_client.h"
7 namespace aura { namespace
25 } // namespace aura
/external/chromium_org/ui/aura/
H A Dinput_state_lookup.h9 #include "ui/aura/aura_export.h"
11 namespace aura { namespace
25 } // namespace aura
/external/chromium_org/ui/aura/test/
H A Dwindow_event_dispatcher_test_api.h10 namespace aura { namespace
29 } // namespace aura
H A Dwindow_test_api.h10 namespace aura { namespace
31 } // namespace aura
/external/chromium_org/ui/views/bubble/
H A Dbubble_window_targeter.h8 namespace aura { namespace
25 virtual bool GetHitTestMask(aura::Window* window,
/external/chromium_org/ui/wm/public/
H A Ddrag_drop_client.cc7 #include "ui/aura/window.h"
8 #include "ui/aura/window_property.h"
10 DECLARE_WINDOW_PROPERTY_TYPE(aura::client::DragDropClient*)
12 namespace aura { namespace
31 } // namespace aura
H A Dtransient_window_client.cc7 namespace aura { namespace
25 } // namespace aura
H A Dwindow_move_client.cc7 #include "ui/aura/window.h"
8 #include "ui/aura/window_property.h"
10 DECLARE_WINDOW_PROPERTY_TYPE(aura::client::WindowMoveClient*)
12 namespace aura { namespace
28 } // namespace aura
/external/chromium_org/ash/drag_drop/
H A Ddrag_drop_tracker.h13 namespace aura { namespace
27 DragDropTracker(aura::Window* context_root,
28 aura::WindowDelegate* delegate);
31 aura::Window* capture_window() { return capture_window_.get(); }
40 aura::Window* GetTarget(const ui::LocatedEvent& event);
45 ui::LocatedEvent* ConvertEvent(aura::Window* target,
50 scoped_ptr<aura::Window> capture_window_;
/external/chromium_org/ash/frame/
H A Dframe_border_hit_test_controller.h12 namespace aura { namespace
43 aura::Window* frame_window_;
/external/chromium_org/ash/high_contrast/
H A Dhigh_contrast_controller.h12 namespace aura { namespace
27 virtual void OnRootWindowAdded(aura::Window* root_window) OVERRIDE;
31 void UpdateDisplay(aura::Window* root_window);
/external/chromium_org/ash/
H A Droot_window_settings.h11 namespace aura { namespace
20 // instead of using plain aura root window property because
35 RootWindowSettings* InitRootWindowSettings(aura::Window* root);
38 ASH_EXPORT RootWindowSettings* GetRootWindowSettings(aura::Window* root);
42 GetRootWindowSettings(const aura::Window* root);
H A Dscreen_util.h11 namespace aura { namespace
32 static gfx::Rect GetMaximizedWindowBoundsInParent(aura::Window* window);
35 static gfx::Rect GetDisplayBoundsInParent(aura::Window* window);
38 static gfx::Rect GetDisplayWorkAreaBoundsInParent(aura::Window* window);
43 static gfx::Rect ConvertRectToScreen(aura::Window* window,
48 static gfx::Rect ConvertRectFromScreen(aura::Window* window,
H A Dscreenshot_delegate.h8 namespace aura { namespace
10 } // namespace aura
30 aura::Window* window, const gfx::Rect& rect) = 0;
/external/chromium_org/ash/shelf/
H A Dshelf_item_delegate.h11 namespace aura { namespace
32 // but not |aura::Window|. If the |event| is of type KeyEvent, it is assumed
44 virtual ui::MenuModel* CreateContextMenu(aura::Window* root_window) = 0;
H A Dshelf_window_watcher_item_delegate.h12 namespace aura { namespace
22 ShelfWindowWatcherItemDelegate(aura::Window* window, ShelfModel* model_);
30 virtual ui::MenuModel* CreateContextMenu(aura::Window* root_window) OVERRIDE;
37 aura::Window* window_;
/external/chromium_org/ash/shell/
H A Dkeyboard_controller_proxy_stub.h8 #include "ui/aura/test/test_window_delegate.h"
11 namespace aura { namespace
13 } // namespace aura
24 virtual aura::Window* GetKeyboardWindow() OVERRIDE;
36 aura::test::TestWindowDelegate delegate_;
37 scoped_ptr<aura::Window> keyboard_;

Completed in 292 milliseconds

1234567891011>>