Searched defs:aura (Results 251 - 275 of 302) sorted by relevance

<<111213

/external/chromium_org/ui/aura/test/
H A Daura_test_helper.h10 #include "ui/aura/window_event_dispatcher.h"
11 #include "ui/aura/window_tree_host.h"
23 namespace aura { namespace
73 } // namespace aura
H A Devent_generator_delegate_aura.cc5 #include "ui/aura/test/event_generator_delegate_aura.h"
8 #include "ui/aura/client/screen_position_client.h"
9 #include "ui/aura/window_event_dispatcher.h"
10 #include "ui/aura/window_tree_host.h"
12 namespace aura { namespace
35 const aura::Window* window) const OVERRIDE {
101 aura::client::ScreenPositionClient* client = GetScreenPositionClient(target);
105 aura::Window::ConvertPointToTarget(target, target->GetRootWindow(), point);
113 aura::client::ScreenPositionClient* client = GetScreenPositionClient(target);
117 aura
[all...]
H A Dtest_cursor_client.cc5 #include "ui/aura/test/test_cursor_client.h"
7 #include "ui/aura/client/cursor_client_observer.h"
9 namespace aura { namespace
12 TestCursorClient::TestCursorClient(aura::Window* root_window)
36 FOR_EACH_OBSERVER(aura::client::CursorClientObserver, observers_,
42 FOR_EACH_OBSERVER(aura::client::CursorClientObserver, observers_,
87 aura::client::CursorClientObserver* observer) {
92 aura::client::CursorClientObserver* observer) {
102 } // namespace aura
H A Dtest_windows.cc5 #include "ui/aura/test/test_windows.h"
8 #include "ui/aura/client/aura_constants.h"
9 #include "ui/aura/window.h"
13 namespace aura { namespace
48 window->Init(aura::WINDOW_LAYER_TEXTURED);
53 window->SetProperty(aura::client::kCanMaximizeKey, true);
77 std::string ChildWindowIDsAsString(aura::Window* parent) {
89 } // namespace aura
H A Dui_controls_factory_aurawin.cc8 #include "ui/aura/test/ui_controls_factory_aura.h"
9 #include "ui/aura/window.h"
10 #include "ui/aura/window_tree_host.h"
14 namespace aura { namespace
92 } // namespace aura
H A Dui_controls_factory_aurax11.cc10 #include "ui/aura/client/screen_position_client.h"
11 #include "ui/aura/env.h"
12 #include "ui/aura/test/aura_test_utils.h"
13 #include "ui/aura/test/ui_controls_factory_aura.h"
14 #include "ui/aura/window.h"
15 #include "ui/aura/window_tree_host.h"
22 namespace aura { namespace
109 aura::client::ScreenPositionClient* screen_position_client =
110 aura::client::GetScreenPositionClient(host_->window());
146 gfx::Point mouse_loc = aura
[all...]
H A Dui_controls_factory_ozone.cc7 #include "ui/aura/client/screen_position_client.h"
8 #include "ui/aura/env.h"
9 #include "ui/aura/test/aura_test_utils.h"
10 #include "ui/aura/test/ui_controls_factory_aura.h"
11 #include "ui/aura/window_tree_host.h"
14 namespace aura { namespace
96 aura::client::ScreenPositionClient* screen_position_client =
97 aura::client::GetScreenPositionClient(host_->window());
122 gfx::Point loc = aura::Env::GetInstance()->last_mouse_location();
123 aura
[all...]
H A Dtest_window_delegate.h12 #include "ui/aura/window_delegate.h"
16 namespace aura { namespace
149 } // namespace aura
/external/chromium_org/ui/aura/
H A Dwindow_event_dispatcher.h17 #include "ui/aura/aura_export.h"
18 #include "ui/aura/client/capture_delegate.h"
19 #include "ui/aura/env_observer.h"
20 #include "ui/aura/window_observer.h"
44 namespace aura { namespace
170 // Overridden from aura::client::CaptureDelegate:
259 ScopedObserver<aura::Window, aura::WindowObserver> observer_manager_;
270 } // namespace aura
H A Dwindow_property.h9 #include "ui/aura/aura_export.h"
10 #include "ui/aura/window.h"
18 // #include "ui/aura/window_property.h"
46 namespace aura { namespace
106 } // namespace aura
110 template EXPORT void aura::Window::SetProperty( \
111 const aura::WindowProperty<T >*, T); \
112 template EXPORT T aura::Window::GetProperty( \
113 const aura::WindowProperty<T >*) const; \
114 template EXPORT void aura
[all...]
H A Dwindow_targeter.cc5 #include "ui/aura/window_targeter.h"
7 #include "ui/aura/client/capture_client.h"
8 #include "ui/aura/client/event_client.h"
9 #include "ui/aura/client/focus_client.h"
10 #include "ui/aura/window.h"
11 #include "ui/aura/window_delegate.h"
12 #include "ui/aura/window_event_dispatcher.h"
13 #include "ui/aura/window_tree_host.h"
16 namespace aura { namespace
40 aura
[all...]
H A Dwindow_targeter_unittest.cc5 #include "ui/aura/window_targeter.h"
7 #include "ui/aura/scoped_window_targeter.h"
8 #include "ui/aura/test/aura_test_base.h"
9 #include "ui/aura/test/test_window_delegate.h"
10 #include "ui/aura/window.h"
13 namespace aura { namespace
18 explicit StaticWindowTargeter(aura::Window* window)
180 } // namespace aura
H A Dwindow_tree_host_x11.h9 #include "ui/aura/aura_export.h"
10 #include "ui/aura/window_tree_host.h"
26 namespace aura { namespace
77 // window are dispatched to the aura root window (e.g. touch events after
115 } // namespace aura
/external/chromium_org/ui/keyboard/
H A Dkeyboard_util.h12 #include "ui/aura/window.h"
17 namespace aura { namespace
104 aura::Window* root_window);
110 aura::WindowTreeHost* host);
123 aura::WindowTreeHost* host);
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_window_tree_host_win.h8 #include "ui/aura/window_tree_host.h"
14 namespace aura { namespace
33 public aura::client::AnimationHost,
34 public aura::WindowTreeHost,
44 static aura::Window* GetContentWindowForHWND(HWND hwnd);
48 virtual void Init(aura::Window* content_window,
52 virtual scoped_ptr<aura::client::DragDropClient>
56 virtual aura::WindowTreeHost* AsWindowTreeHost() OVERRIDE;
109 // Overridden from aura::WindowTreeHost:
127 // Overridden from aura
[all...]
/external/chromium_org/ui/wm/core/
H A Dwindow_animations.h13 namespace aura { namespace
61 WM_EXPORT void SetWindowVisibilityAnimationType(aura::Window* window, int type);
62 WM_EXPORT int GetWindowVisibilityAnimationType(aura::Window* window);
65 aura::Window* window,
69 aura::Window* window,
73 aura::Window* window,
77 const aura::Window& window);
80 aura::Window* window,
90 explicit ScopedHidingAnimationSettings(aura::Window* window);
106 WM_EXPORT bool AnimateOnChildWindowVisibilityChanged(aura
[all...]
/external/chromium_org/ash/sticky_keys/
H A Dsticky_keys_controller.h22 namespace aura { namespace
24 } // namespace aura
/external/chromium_org/ash/test/
H A Dash_test_base.h32 namespace aura { namespace
36 } // namespace aura
66 aura::Window* CurrentContext();
68 // Versions of the functions in aura::test:: that go through our shell
70 aura::Window* CreateTestWindowInShellWithId(int id);
71 aura::Window* CreateTestWindowInShellWithBounds(const gfx::Rect& bounds);
72 aura::Window* CreateTestWindowInShell(SkColor color,
75 aura::Window* CreateTestWindowInShellWithDelegate(
76 aura::WindowDelegate* delegate,
79 aura
[all...]
/external/chromium_org/ash/touch/
H A Dtouch_uma.h15 namespace aura { namespace
56 void RecordGestureEvent(aura::Window* target,
59 void RecordTouchEvent(aura::Window* target,
69 GestureActionType FindGestureActionType(aura::Window* window,
/external/chromium_org/ash/wm/dock/
H A Ddocked_window_layout_manager.h21 #include "ui/aura/window.h"
22 #include "ui/aura/window_observer.h"
27 namespace aura { namespace
48 explicit WindowWithHeight(aura::Window* window) :
51 aura::Window* window() { return window_; }
52 const aura::Window* window() const { return window_; }
53 aura::Window* window_;
72 public aura::WindowObserver,
73 public aura::client::ActivationChangeObserver,
84 DockedWindowLayoutManager(aura
[all...]
/external/chromium_org/ash/wm/overview/
H A Dwindow_selector.h16 #include "ui/aura/window_observer.h"
17 #include "ui/aura/window_tracker.h"
23 namespace aura { namespace
51 public aura::WindowObserver,
52 public aura::client::ActivationChangeObserver,
66 typedef std::vector<aura::Window*> WindowList;
85 // aura::WindowObserver:
86 virtual void OnWindowAdded(aura::Window* new_window) OVERRIDE;
87 virtual void OnWindowDestroying(aura::Window* window) OVERRIDE;
89 // aura
[all...]
/external/chromium_org/athena/wm/
H A Dbezel_controller.h10 namespace aura { namespace
54 explicit BezelController(aura::Window* container);
81 aura::Window* container_;
/external/chromium_org/chrome/browser/ui/ash/launcher/
H A Dlauncher_context_menu.h21 namespace aura { namespace
37 aura::Window* root_window);
43 aura::Window* root_window);
47 aura::Window* root_window);
107 aura::Window* root_window_;
/external/chromium_org/chrome/test/base/
H A Dbrowser_with_test_window_test.h39 namespace aura { namespace
192 scoped_ptr<aura::test::AuraTestHelper> aura_test_helper_;
/external/chromium_org/ui/gfx/
H A Dnative_widget_types.h47 namespace aura { namespace
114 typedef aura::Window* NativeView;
115 typedef aura::Window* NativeWindow;

Completed in 6226 milliseconds

<<111213