Searched defs:aura (Results 151 - 175 of 302) sorted by relevance

1234567891011>>

/external/chromium_org/ui/views/widget/
H A Dtooltip_manager_aura.h13 namespace aura { namespace
49 aura::Window* root_window);
52 aura::Window* GetWindow();
H A Dwindow_reorderer.h10 #include "ui/aura/window_observer.h"
12 namespace aura { namespace
25 class WindowReorderer : public aura::WindowObserver {
27 WindowReorderer(aura::Window* window, View* root_view);
39 // aura::WindowObserver overrides:
40 virtual void OnWindowAdded(aura::Window* new_window) OVERRIDE;
41 virtual void OnWillRemoveWindow(aura::Window* window) OVERRIDE;
42 virtual void OnWindowDestroying(aura::Window* window) OVERRIDE;
46 aura::Window* parent_window_;
/external/chromium_org/ui/wm/core/
H A Dcompound_event_filter.h15 namespace aura { namespace
58 void UpdateCursor(aura::Window* target, ui::MouseEvent* event);
66 void SetCursorVisibilityOnEvent(aura::Window* target,
71 void SetMouseEventsEnableStateOnEvent(aura::Window* target,
H A Ddefault_activation_client.h13 #include "ui/aura/window_observer.h"
17 namespace aura { namespace
29 class WM_EXPORT DefaultActivationClient : public aura::client::ActivationClient,
30 public aura::WindowObserver {
32 explicit DefaultActivationClient(aura::Window* root_window);
34 // Overridden from aura::client::ActivationClient:
36 aura::client::ActivationChangeObserver* observer) OVERRIDE;
38 aura::client::ActivationChangeObserver* observer) OVERRIDE;
39 virtual void ActivateWindow(aura::Window* window) OVERRIDE;
40 virtual void DeactivateWindow(aura
[all...]
/external/chromium_org/ui/wm/public/
H A Dactivation_change_observer.h8 #include "ui/aura/aura_export.h"
10 namespace aura { namespace
27 virtual void OnAttemptToReactivateWindow(aura::Window* request_active,
28 aura::Window* actual_active) {}
43 } // namespace aura
H A Dactivation_client.cc7 #include "ui/aura/window.h"
8 #include "ui/aura/window_property.h"
10 DECLARE_EXPORTED_WINDOW_PROPERTY_TYPE(AURA_EXPORT, aura::Window*)
11 DECLARE_WINDOW_PROPERTY_TYPE(aura::client::ActivationClient*)
13 namespace aura { namespace
38 } // namespace aura
H A Ddispatcher_client.h11 #include "ui/aura/aura_export.h"
13 namespace aura { namespace
57 } // namespace aura
H A Ddrag_drop_client.h8 #include "ui/aura/aura_export.h"
21 namespace aura { namespace
34 aura::Window* root_window,
35 aura::Window* source_window,
41 virtual void DragUpdate(aura::Window* target,
45 virtual void Drop(aura::Window* target,
60 } // namespace aura
H A Dscoped_tooltip_disabler.cc7 #include "ui/aura/window.h"
10 namespace aura { namespace
13 ScopedTooltipDisabler::ScopedTooltipDisabler(aura::Window* window)
37 void ScopedTooltipDisabler::OnWindowDestroying(aura::Window* window) {
43 } // namespace aura
/external/chromium_org/ash/host/
H A Dash_window_tree_host.h11 namespace aura { namespace
49 virtual aura::WindowTreeHost* AsWindowTreeHost() = 0;
/external/chromium_org/ash/magnifier/
H A Dmagnification_controller.h15 namespace aura { namespace
/external/chromium_org/ash/shelf/
H A Dshelf.h20 namespace aura { namespace
59 static Shelf* ForWindow(aura::Window* window);
66 gfx::Rect GetScreenBoundsOfItemIconForWindow(const aura::Window* window);
70 void UpdateIconPositionForWindow(aura::Window* window);
H A Dshelf_layout_manager_observer.h12 namespace aura { namespace
32 virtual void OnAutoHideBehaviorChanged(aura::Window* root_window,
/external/chromium_org/ash/shell/
H A Dcontext_menu.h13 namespace aura { namespace
24 explicit ContextMenu(aura::Window* root);
41 aura::Window* root_window_;
/external/chromium_org/ash/
H A Dshell_delegate.h19 namespace aura { namespace
144 aura::Window* root_window,
/external/chromium_org/ash/system/web_notification/
H A Dash_popup_alignment_delegate.h17 namespace aura { namespace
84 aura::Window* root_window_;
/external/chromium_org/ash/wm/dock/
H A Ddocked_window_resizer.h19 namespace aura { namespace
61 void FinishedDragging(aura::client::WindowMoveResult move_result);
/external/chromium_org/ash/wm/
H A Ddrag_window_controller.h15 namespace aura { namespace
34 explicit DragWindowController(aura::Window* window);
72 aura::Window* window_;
H A Dlock_layout_manager.h15 #include "ui/aura/layout_manager.h"
16 #include "ui/aura/window_observer.h"
21 namespace aura { namespace
49 public aura::WindowObserver,
53 explicit LockLayoutManager(aura::Window* window);
56 // Overridden from aura::LayoutManager:
58 virtual void OnWindowAddedToLayout(aura::Window* child) OVERRIDE;
59 virtual void OnWillRemoveWindowFromLayout(aura::Window* child) OVERRIDE;
60 virtual void OnWindowRemovedFromLayout(aura::Window* child) OVERRIDE;
61 virtual void OnChildWindowVisibilityChanged(aura
[all...]
H A Dresize_shadow.h11 namespace aura { namespace
35 void Init(aura::Window* window);
H A Dsystem_modal_container_layout_manager.h15 #include "ui/aura/window_observer.h"
18 namespace aura { namespace
36 public aura::WindowObserver,
39 explicit SystemModalContainerLayoutManager(aura::Window* container);
46 virtual void OnWindowAddedToLayout(aura::Window* child) OVERRIDE;
47 virtual void OnWillRemoveWindowFromLayout(aura::Window* child) OVERRIDE;
48 virtual void SetChildBounds(aura::Window* child,
51 // Overridden from aura::WindowObserver:
52 virtual void OnWindowPropertyChanged(aura::Window* window,
55 virtual void OnWindowDestroying(aura
[all...]
H A Dwindow_animations.h14 namespace aura { namespace
53 aura::Window* window,
57 ASH_EXPORT bool AnimateOnChildWindowVisibilityChanged(aura::Window* window,
76 aura::Window* window);
H A Dwindow_positioner.h13 namespace aura { namespace
54 const aura::Window* new_window,
67 const aura::Window* removed_window);
76 static void RearrangeVisibleWindowOnShow(aura::Window* added_window);
H A Dwindow_resizer.h16 namespace aura { namespace
59 aura::Window* GetTarget() const {
101 aura::Window* window,
104 aura::client::WindowMoveSource source);
/external/chromium_org/ash/wm/overview/
H A Dscoped_transform_overview_window.h15 namespace aura { namespace
50 explicit ScopedTransformOverviewWindow(aura::Window* window);
55 bool Contains(const aura::Window* target) const;
78 virtual void SetTransform(aura::Window* root_window,
82 aura::Window* window() const { return window_; }
87 void CopyWindowAndTransientParents(aura::Window* target_root,
88 aura::Window* window);
97 aura::Window* window_;

Completed in 322 milliseconds

1234567891011>>