Searched defs:aura (Results 176 - 200 of 302) sorted by relevance

1234567891011>>

/external/chromium_org/ash/wm/workspace/
H A Dworkspace_layout_manager.h17 #include "ui/aura/layout_manager.h"
18 #include "ui/aura/window_observer.h"
23 namespace aura { namespace
43 : public aura::LayoutManager,
44 public aura::WindowObserver,
45 public aura::client::ActivationChangeObserver,
50 explicit WorkspaceLayoutManager(aura::Window* window);
61 // Overridden from aura::LayoutManager:
63 virtual void OnWindowAddedToLayout(aura::Window* child) OVERRIDE;
64 virtual void OnWillRemoveWindowFromLayout(aura
[all...]
/external/chromium_org/athena/input/
H A Daccelerator_manager_impl.h16 namespace aura { namespace
48 void OnRootWindowCreated(aura::Window* root_window);
/external/chromium_org/athena/screen/public/
H A Dscreen_manager.h13 namespace aura { namespace
41 static ScreenManager* Create(aura::Window* root);
49 virtual aura::Window* CreateDefaultContainer(
53 virtual aura::Window* CreateContainer(const ContainerParams& params) = 0;
56 virtual aura::Window* GetContext() = 0;
/external/chromium_org/athena/test/
H A Dathena_test_base.h13 namespace aura { namespace
34 scoped_ptr<aura::Window> CreateTestWindow(aura::WindowDelegate* delegate,
37 aura::Window* root_window() { return helper_->GetRootWindow(); }
38 aura::WindowTreeHost* host() { return helper_->GetHost(); }
H A Dathena_test_helper.h10 #include "ui/aura/window_tree_host.h"
22 namespace aura { namespace
56 aura::Window* GetRootWindow();
57 aura::WindowTreeHost* GetHost();
/external/chromium_org/athena/wm/
H A Dtitle_drag_controller.h11 #include "ui/aura/window_tracker.h"
15 namespace aura { namespace
31 virtual aura::Window* GetWindowBehind(aura::Window* window) = 0;
34 virtual void OnTitleDragStarted(aura::Window* window) = 0;
35 virtual void OnTitleDragCompleted(aura::Window* window) = 0;
36 virtual void OnTitleDragCanceled(aura::Window* window) = 0;
42 TitleDragController(aura::Window* container,
47 void EndTransition(aura::Window* window, bool complete);
48 void OnTransitionEnd(aura
[all...]
/external/chromium_org/chrome/browser/chromeos/ui/
H A Dfocus_ring_layer.h13 namespace aura { namespace
40 void Set(aura::Window* root_window, const gfx::Rect& bounds);
43 aura::Window* root_window() { return root_window_; }
49 void CreateOrUpdateLayer(aura::Window* root_window, const char* layer_name);
63 aura::Window* root_window_;
/external/chromium_org/chrome/browser/ui/ash/launcher/
H A Dapp_shortcut_launcher_item_controller.h17 namespace aura { namespace
49 aura::Window* root_window) OVERRIDE;
H A Dapp_window_launcher_controller.h13 #include "ui/aura/window_observer.h"
16 namespace aura { namespace
34 // aura window manager. It handles adding and removing launcher items from
38 public aura::WindowObserver,
39 public aura::client::ActivationChangeObserver {
58 // Overriden from aura::WindowObserver:
59 virtual void OnWindowDestroying(aura::Window* window) OVERRIDE;
62 virtual void OnWindowActivated(aura::Window* gained_active,
63 aura::Window* lost_active) OVERRIDE;
70 void UnregisterApp(aura
[all...]
H A Dapp_window_launcher_item_controller.h14 #include "ui/aura/window_observer.h"
16 namespace aura { namespace
37 public aura::WindowObserver {
49 void RemoveAppWindowForWindow(aura::Window* window);
51 void SetActiveWindow(aura::Window* window);
64 virtual ui::MenuModel* CreateContextMenu(aura::Window* root_window) OVERRIDE;
70 // aura::WindowObserver overrides:
71 virtual void OnWindowPropertyChanged(aura::Window* window,
105 ScopedObserver<aura::Window, aura
[all...]
H A Dbrowser_status_monitor.h18 #include "ui/aura/window_observer.h"
22 namespace aura { namespace
28 } // namespace aura
35 class BrowserStatusMonitor : public aura::client::ActivationChangeObserver,
36 public aura::WindowObserver,
58 // aura::client::ActivationChangeObserver overrides:
59 virtual void OnWindowActivated(aura::Window* gained_active,
60 aura::Window* lost_active) OVERRIDE;
62 // aura::WindowObserver overrides:
63 virtual void OnWindowDestroyed(aura
[all...]
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dimmersive_mode_controller_ash.h17 namespace aura { namespace
78 aura::Window* native_window_;
/external/chromium_org/chrome/browser/ui/views/panels/
H A Dx11_panel_resizer.h11 namespace aura { namespace
28 X11PanelResizer(Panel* panel, aura::Window* window);
60 aura::Window* window_;
/external/chromium_org/chrome/browser/ui/views/tab_contents/
H A Dchrome_web_contents_view_delegate_views.h18 namespace aura { namespace
68 aura::Window* GetActiveNativeView();
/external/chromium_org/content/public/browser/
H A Ddesktop_media_id.h15 namespace aura { namespace
17 } // namespace aura
36 static DesktopMediaID RegisterAuraWindow(aura::Window* window);
40 static aura::Window* GetAuraWindowById(const DesktopMediaID& id);
/external/chromium_org/content/shell/browser/
H A Dshell_platform_data_aura.h9 #include "ui/aura/window_tree_host.h"
11 namespace aura { namespace
37 aura::WindowTreeHost* host() { return host_.get(); }
40 scoped_ptr<aura::WindowTreeHost> host_;
41 scoped_ptr<aura::client::FocusClient> focus_client_;
42 scoped_ptr<aura::client::DefaultCaptureClient> capture_client_;
43 scoped_ptr<aura::client::WindowTreeClient> window_tree_client_;
/external/chromium_org/mojo/views/
H A Dnative_widget_view_manager.h8 #include "mojo/aura/window_tree_host_mojo_delegate.h"
12 namespace aura { namespace
63 scoped_ptr<aura::client::DefaultCaptureClient> capture_client_;
/external/chromium_org/ui/aura/client/
H A Ddefault_capture_client.cc5 #include "ui/aura/client/default_capture_client.h"
7 #include "ui/aura/window.h"
8 #include "ui/aura/window_event_dispatcher.h"
9 #include "ui/aura/window_tree_host.h"
11 namespace aura { namespace
59 } // namespace aura
H A Dwindow_tree_client.cc5 #include "ui/aura/client/window_tree_client.h"
7 #include "ui/aura/env.h"
8 #include "ui/aura/window_event_dispatcher.h"
9 #include "ui/aura/window_property.h"
11 DECLARE_WINDOW_PROPERTY_TYPE(aura::client::WindowTreeClient*)
13 namespace aura { namespace
51 } // namespace aura
/external/chromium_org/ui/aura/test/
H A Daura_test_base.h12 #include "ui/aura/test/aura_test_helper.h"
14 namespace aura { namespace
19 // A base class for aura unit tests.
31 aura::Window* CreateNormalWindow(int id, Window* parent,
32 aura::WindowDelegate* delegate);
58 } // namespace aura
H A Daura_test_helper.cc5 #include "ui/aura/test/aura_test_helper.h"
9 #include "ui/aura/client/aura_constants.h"
10 #include "ui/aura/client/default_capture_client.h"
11 #include "ui/aura/client/focus_client.h"
12 #include "ui/aura/env.h"
13 #include "ui/aura/input_state_lookup.h"
14 #include "ui/aura/test/env_test_helper.h"
15 #include "ui/aura/test/event_generator_delegate_aura.h"
16 #include "ui/aura/test/test_focus_client.h"
17 #include "ui/aura/tes
32 namespace aura { namespace
[all...]
H A Dtest_focus_client.cc5 #include "ui/aura/test/test_focus_client.h"
7 #include "ui/aura/client/focus_change_observer.h"
8 #include "ui/aura/window.h"
10 namespace aura { namespace
38 aura::Window* old_focused_window = focused_window_;
70 } // namespace aura
/external/chromium_org/ui/aura/
H A Dwindow_tree_host_observer.h8 #include "ui/aura/aura_export.h"
14 namespace aura { namespace
34 } // namespace aura
/external/chromium_org/ui/keyboard/
H A Dkeyboard_controller_proxy.h10 #include "ui/aura/window_observer.h"
14 namespace aura { namespace
36 class KEYBOARD_EXPORT KeyboardControllerProxy : public aura::WindowObserver {
57 virtual aura::Window* GetKeyboardWindow();
75 virtual void ShowKeyboardContainer(aura::Window* container);
80 virtual void HideKeyboardContainer(aura::Window* container);
115 // aura::WindowObserver overrides:
116 virtual void OnWindowBoundsChanged(aura::Window* window,
119 virtual void OnWindowDestroyed(aura::Window* window) OVERRIDE;
/external/chromium_org/ui/views/corewm/
H A Dtooltip_controller_test_helper.h13 namespace aura { namespace
35 aura::Window* GetTooltipWindow();

Completed in 332 milliseconds

1234567891011>>