Searched defs:aura (Results 201 - 225 of 302) sorted by relevance

1234567891011>>

/external/chromium_org/ui/views/linux_ui/
H A Dlinux_ui.h23 namespace aura { namespace
63 typedef base::Callback<ui::NativeTheme*(aura::Window* window)>
98 virtual ui::NativeTheme* GetNativeTheme(aura::Window* window) const = 0;
/external/chromium_org/ui/views/test/
H A Dviews_test_helper_aura.h13 namespace aura { namespace
42 scoped_ptr<aura::test::AuraTestHelper> aura_test_helper_;
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_native_cursor_manager.h15 namespace aura { namespace
44 void AddHost(aura::WindowTreeHost* host);
47 void RemoveHost(aura::WindowTreeHost* host);
68 typedef std::set<aura::WindowTreeHost*> Hosts;
H A Ddesktop_window_tree_host.h9 #include "ui/aura/window_event_dispatcher.h"
14 namespace aura { namespace
53 static ui::NativeTheme* GetNativeTheme(aura::Window* window);
56 virtual void Init(aura::Window* content_window,
70 virtual scoped_ptr<aura::client::DragDropClient> CreateDragDropClient(
76 virtual aura::WindowTreeHost* AsWindowTreeHost() = 0;
148 // Called when the DesktopNativeWidgetAura's aura::Window is focused and
H A Dx11_window_event_filter.h17 namespace aura { namespace
/external/chromium_org/ui/wm/core/
H A Dshadow_controller.h16 namespace aura { namespace
35 public aura::client::ActivationChangeObserver {
42 Shadow* GetShadowForWindow(aura::Window* window);
50 explicit ShadowController(aura::client::ActivationClient* activation_client);
53 // aura::client::ActivationChangeObserver overrides:
54 virtual void OnWindowActivated(aura::Window* gained_active,
55 aura::Window* lost_active) OVERRIDE;
60 aura::client::ActivationClient* activation_client_;
/external/chromium_org/ui/wm/public/
H A Ddispatcher_client.cc8 #include "ui/aura/window.h"
9 #include "ui/aura/window_property.h"
11 DECLARE_WINDOW_PROPERTY_TYPE(aura::client::DispatcherClient*);
13 namespace aura { namespace
52 } // namespace aura
H A Dtooltip_client.cc7 #include "ui/aura/window.h"
8 #include "ui/aura/window_property.h"
10 DECLARE_WINDOW_PROPERTY_TYPE(aura::client::TooltipClient*)
14 namespace aura { namespace
52 } // namespace aura
H A Dwindow_move_client.h8 #include "ui/aura/aura_export.h"
15 namespace aura { namespace
54 } // namespace aura
/external/chromium_org/ui/wm/test/
H A Dwm_test_helper.h10 #include "ui/aura/client/window_tree_client.h"
11 #include "ui/aura/window_tree_host.h"
13 namespace aura { namespace
39 class WMTestHelper : public aura::client::WindowTreeClient {
45 aura::WindowTreeHost* host() { return host_.get(); }
48 virtual aura::Window* GetDefaultParent(aura::Window* context,
49 aura::Window* window,
53 scoped_ptr<aura::WindowTreeHost> host_;
56 scoped_ptr<aura
[all...]
/external/chromium_org/ash/shelf/
H A Dshelf_widget.h15 namespace aura { namespace
30 ShelfWidget(aura::Window* shelf_container,
31 aura::Window* status_container,
75 aura::Window* window_container() { return window_container_; }
113 aura::Window* window_container_;
H A Dshelf_window_watcher.h13 #include "ui/aura/window_observer.h"
17 namespace aura { namespace
25 } // namespace aura
34 class ShelfWindowWatcher : public aura::client::ActivationChangeObserver,
35 public aura::WindowObserver,
43 class RootWindowObserver : public aura::WindowObserver {
49 // aura::WindowObserver overrides:
50 virtual void OnWindowDestroying(aura::Window* window) OVERRIDE;
60 class RemovedWindowObserver : public aura::WindowObserver {
66 // aura
[all...]
/external/chromium_org/ash/test/
H A Dash_test_helper.h11 namespace aura { namespace
13 } // namespace aura
51 aura::Window* CurrentContext();
H A Dtest_activation_delegate.h14 namespace aura { namespace
22 // an aura::Window.
23 class TestActivationDelegate : public aura::client::ActivationDelegate,
24 public aura::client::ActivationChangeObserver {
30 void SetWindow(aura::Window* window);
42 // Overridden from aura::client::ActivationDelegate:
46 // Overridden from aura::client::ActivationChangeObserver:
47 virtual void OnWindowActivated(aura::Window* gained_active,
48 aura::Window* lost_active) OVERRIDE;
50 aura
[all...]
/external/chromium_org/ash/wm/
H A Ddrag_details.h15 namespace aura { namespace
26 DragDetails(aura::Window* window,
29 aura::client::WindowMoveSource source);
63 const aura::client::WindowMoveSource source;
H A Dtoplevel_window_event_handler.h21 namespace aura { namespace
35 public aura::client::WindowMoveClient,
46 // Overridden form aura::client::WindowMoveClient:
47 virtual aura::client::WindowMoveResult RunMoveLoop(
48 aura::Window* source,
50 aura::client::WindowMoveSource move_source) OVERRIDE;
71 bool AttemptToStartDrag(aura::Window* window,
74 aura::client::WindowMoveSource source);
80 void HandleMousePressed(aura::Window* target, ui::MouseEvent* event);
81 void HandleMouseReleased(aura
[all...]
/external/chromium_org/ash/wm/overview/
H A Dwindow_grid.h13 #include "ui/aura/window_observer.h"
15 namespace aura { namespace
47 class ASH_EXPORT WindowGrid : public aura::WindowObserver {
49 WindowGrid(aura::Window* root_window,
50 const std::vector<aura::Window*>& window_list,
71 bool Contains(const aura::Window* window) const;
89 const aura::Window* root_window() const { return root_window_; }
95 // aura::WindowObserver:
96 virtual void OnWindowDestroying(aura::Window* window) OVERRIDE;
98 virtual void OnWindowBoundsChanged(aura
[all...]
/external/chromium_org/athena/activity/public/
H A Dactivity.h12 namespace aura { namespace
94 virtual aura::Window* GetWindow() = 0;
/external/chromium_org/athena/content/
H A Dapp_activity_registry.h14 namespace aura { namespace
/external/chromium_org/athena/system/
H A Dpower_button_controller.h13 namespace aura { namespace
26 explicit PowerButtonController(aura::Window* dialog_container);
57 aura::Window* warning_message_container_;
/external/chromium_org/athena/wm/
H A Doverview_toolbar.h12 namespace aura { namespace
38 explicit OverviewToolbar(aura::Window* container);
/external/chromium_org/chrome/browser/media/
H A Ddesktop_media_list_ash.h17 namespace aura { namespace
67 aura::Window* root_window,
71 void CaptureThumbnail(content::DesktopMediaID id, aura::Window* window);
/external/chromium_org/chrome/browser/ui/ash/multi_user/
H A Dmulti_user_window_manager.h18 namespace aura { namespace
48 virtual void OnOwnerEntryAdded(aura::Window* window) {}
50 virtual void OnOwnerEntryChanged(aura::Window* window) {}
53 virtual void OnOwnerEntryRemoved(aura::Window* window) {}
84 static bool ShouldShowAvatar(aura::Window* window);
100 aura::Window* window, const std::string& user_id) = 0;
104 virtual const std::string& GetWindowOwner(aura::Window* window) const = 0;
113 aura::Window* window, const std::string& user_id) = 0;
124 virtual bool IsWindowOnDesktopOfUser(aura::Window* window,
130 aura
[all...]
/external/chromium_org/ui/aura/
H A Dremote_window_tree_host_win.h12 #include "ui/aura/window_tree_host.h"
36 namespace aura { namespace
191 } // namespace aura
/external/chromium_org/ui/aura/test/
H A Daura_test_base.cc5 #include "ui/aura/test/aura_test_base.h"
7 #include "ui/aura/client/window_tree_client.h"
8 #include "ui/aura/test/aura_test_helper.h"
9 #include "ui/aura/test/test_window_delegate.h"
10 #include "ui/aura/window.h"
17 namespace aura { namespace
85 window->Init(aura::WINDOW_LAYER_TEXTURED);
108 } // namespace aura

Completed in 3467 milliseconds

1234567891011>>