Searched defs:aura (Results 101 - 125 of 302) sorted by relevance

1234567891011>>

/external/chromium_org/ui/aura/
H A Dwindow_tree_host_ozone.h9 #include "ui/aura/window_tree_host.h"
18 namespace aura { namespace
67 } // namespace aura
/external/chromium_org/ui/views/accessibility/
H A Dax_window_obj_wrapper.h8 #include "ui/aura/window_observer.h"
11 namespace aura { namespace
13 } // namespace aura
19 public aura::WindowObserver {
21 explicit AXWindowObjWrapper(aura::Window* window);
32 virtual void OnWindowDestroying(aura::Window* window) OVERRIDE;
35 aura::Window* window_;
/external/chromium_org/ui/views/examples/
H A Dexamples_window.h13 namespace aura { namespace
/external/chromium_org/ui/wm/core/
H A Dfocus_rules.h10 namespace aura { namespace
26 virtual bool IsToplevelWindow(aura::Window* window) const = 0;
28 virtual bool CanActivateWindow(aura::Window* window) const = 0;
31 virtual bool CanFocusWindow(aura::Window* window) const = 0;
38 virtual aura::Window* GetToplevelWindow(aura::Window* window) const = 0;
48 virtual aura::Window* GetActivatableWindow(aura::Window* window) const = 0;
49 virtual aura::Window* GetFocusableWindow(aura
[all...]
H A Dshadow_types.h8 #include "ui/aura/window.h"
11 namespace aura { namespace
26 WM_EXPORT void SetShadowType(aura::Window* window, ShadowType shadow_type);
27 WM_EXPORT ShadowType GetShadowType(aura::Window* window);
31 extern const aura::WindowProperty<ShadowType>* const kShadowTypeKey;
H A Dtransient_window_observer.h10 namespace aura { namespace
19 virtual void OnTransientChildAdded(aura::Window* window,
20 aura::Window* transient) = 0;
23 virtual void OnTransientChildRemoved(aura::Window* window,
24 aura::Window* transient) = 0;
/external/chromium_org/ui/wm/public/
H A Dactivation_change_observer.cc7 #include "ui/aura/window.h"
8 #include "ui/aura/window_property.h"
10 DECLARE_WINDOW_PROPERTY_TYPE(aura::client::ActivationChangeObserver*)
12 namespace aura { namespace
29 } // namespace aura
H A Dactivation_client.h8 #include "ui/aura/aura_export.h"
14 namespace aura { namespace
66 // possible to implement in the aura client.
71 } // namespace aura
H A Dactivation_delegate.cc7 #include "ui/aura/window.h"
8 #include "ui/aura/window_property.h"
10 DECLARE_WINDOW_PROPERTY_TYPE(aura::client::ActivationDelegate*)
12 namespace aura { namespace
27 } // namespace aura
H A Dactivation_delegate.h8 #include "ui/aura/aura_export.h"
14 namespace aura { namespace
35 } // namespace aura
H A Danimation_host.cc7 #include "ui/aura/window.h"
8 #include "ui/aura/window_property.h"
10 DECLARE_WINDOW_PROPERTY_TYPE(aura::client::AnimationHost*)
12 namespace aura { namespace
28 } // namespace aura
H A Danimation_host.h9 #include "ui/aura/aura_export.h"
15 namespace aura { namespace
46 } // namespace aura
H A Ddrag_drop_delegate.cc7 #include "ui/aura/window.h"
8 #include "ui/aura/window_property.h"
10 DECLARE_WINDOW_PROPERTY_TYPE(aura::client::DragDropDelegate*)
12 namespace aura { namespace
27 } // namespace aura
H A Ddrag_drop_delegate.h8 #include "ui/aura/aura_export.h"
14 namespace aura { namespace
18 // Delegate interface for drag and drop actions on aura::Window.
49 } // namespace aura
H A Dscoped_tooltip_disabler.h8 #include "ui/aura/window_observer.h"
10 namespace aura { namespace
14 class AURA_EXPORT ScopedTooltipDisabler : aura::WindowObserver {
19 explicit ScopedTooltipDisabler(aura::Window* window);
26 // aura::WindowObserver:
27 virtual void OnWindowDestroying(aura::Window* window) OVERRIDE;
31 aura::Window* root_;
37 } // namespace aura
H A Dtransient_window_client.h9 #include "ui/aura/aura_export.h"
11 namespace aura { namespace
45 } // namespace aura
/external/chromium_org/ash/display/
H A Ddisplay_configurator_animation.h16 namespace aura { namespace
19 } // namespace aura
57 std::map<aura::Window*, ui::Layer*> hiding_layers_;
H A Dmirror_window_controller.h12 #include "ui/aura/window_tree_host_observer.h"
16 namespace aura { namespace
36 class ASH_EXPORT MirrorWindowController : public aura::WindowTreeHostObserver {
52 // aura::WindowTreeHostObserver overrides:
53 virtual void OnHostResized(const aura::WindowTreeHost* host) OVERRIDE;
57 aura::Window* GetWindow();
/external/chromium_org/ash/rotator/
H A Dscreen_rotation.h19 namespace aura { namespace
/external/chromium_org/ash/shelf/
H A Dshelf_alignment_menu.h12 namespace aura { namespace
22 explicit ShelfAlignmentMenu(aura::Window* root);
41 aura::Window* root_window_;
/external/chromium_org/ash/shell/
H A Dshelf_delegate_impl.h11 namespace aura { namespace
H A Dwindow_watcher.h14 #include "ui/aura/window_observer.h"
17 namespace aura { namespace
28 class WindowWatcher : public aura::WindowObserver,
34 aura::Window* GetWindowByID(ash::ShelfID id);
36 // aura::WindowObserver overrides:
37 virtual void OnWindowAdded(aura::Window* new_window) OVERRIDE;
38 virtual void OnWillRemoveWindow(aura::Window* window) OVERRIDE;
49 typedef std::map<ash::ShelfID, aura::Window*> IDToWindow;
/external/chromium_org/ash/test/
H A Dmirror_window_test_api.h11 namespace aura { namespace
30 const aura::WindowTreeHost* GetHost() const;
34 const aura::Window* GetCursorWindow() const;
/external/chromium_org/ash/wm/gestures/
H A Doverview_gesture_handler.h10 namespace aura { namespace
/external/chromium_org/ash/wm/maximize_mode/
H A Dworkspace_backdrop_delegate.h11 #include "ui/aura/window_observer.h"
13 namespace aura { namespace
31 : public aura::WindowObserver,
34 explicit WorkspaceBackdropDelegate(aura::Window* container);
38 virtual void OnWindowBoundsChanged(aura::Window* window,
43 virtual void OnWindowAddedToLayout(aura::Window* child) OVERRIDE;
44 virtual void OnWindowRemovedFromLayout(aura::Window* child) OVERRIDE;
45 virtual void OnChildWindowVisibilityChanged(aura::Window* child,
47 virtual void OnWindowStackingChanged(aura::Window* window) OVERRIDE;
58 aura
[all...]

Completed in 218 milliseconds

1234567891011>>