Searched defs:aura (Results 1 - 25 of 302) sorted by last modified time

1234567891011>>

/external/chromium_org/ui/aura/client/
H A Daura_constants.cc5 #include "ui/aura/client/aura_constants.h"
7 #include "ui/aura/window_property.h"
16 namespace aura { namespace
39 } // namespace aura
H A Daura_constants.h8 #include "ui/aura/aura_export.h"
9 #include "ui/aura/window.h"
16 namespace aura { namespace
39 AURA_EXPORT extern const aura::WindowProperty<bool>* const kDrawAttentionKey;
68 } // namespace aura
H A Dcapture_client.cc5 #include "ui/aura/client/capture_client.h"
7 #include "ui/aura/window_event_dispatcher.h"
8 #include "ui/aura/window_property.h"
10 DECLARE_WINDOW_PROPERTY_TYPE(aura::client::CaptureClient*)
12 namespace aura { namespace
36 } // namespace aura
H A Dcapture_client.h8 #include "ui/aura/aura_export.h"
10 namespace aura { namespace
48 } // namespace aura
H A Dcapture_delegate.h8 #include "ui/aura/aura_export.h"
10 namespace aura { namespace
22 virtual void UpdateCapture(aura::Window* old_capture,
23 aura::Window* new_capture) = 0;
37 } // namespace aura
H A Dcursor_client.cc5 #include "ui/aura/client/cursor_client.h"
7 #include "ui/aura/window.h"
8 #include "ui/aura/window_property.h"
10 DECLARE_WINDOW_PROPERTY_TYPE(aura::client::CursorClient*)
12 namespace aura { namespace
28 } // namespace aura
H A Dcursor_client.h9 #include "ui/aura/aura_export.h"
21 namespace aura { namespace
94 } // namespace aura
H A Dcursor_client_observer.h8 #include "ui/aura/aura_export.h"
10 namespace aura { namespace
22 } // namespace aura
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 Ddefault_capture_client.h10 #include "ui/aura/aura_export.h"
11 #include "ui/aura/client/capture_client.h"
13 namespace aura { namespace
35 } // namespace aura
H A Devent_client.cc5 #include "ui/aura/client/event_client.h"
7 #include "ui/aura/window_event_dispatcher.h"
8 #include "ui/aura/window_property.h"
10 DECLARE_WINDOW_PROPERTY_TYPE(aura::client::EventClient*)
12 namespace aura { namespace
30 } // namespace aura
H A Devent_client.h8 #include "ui/aura/aura_export.h"
14 namespace aura { namespace
36 } // namespace aura
H A Dfocus_change_observer.cc5 #include "ui/aura/client/focus_change_observer.h"
7 #include "ui/aura/window.h"
8 #include "ui/aura/window_property.h"
10 DECLARE_WINDOW_PROPERTY_TYPE(aura::client::FocusChangeObserver*)
12 namespace aura { namespace
28 } // namespace aura
H A Dfocus_change_observer.h8 #include "ui/aura/aura_export.h"
10 namespace aura { namespace
31 } // namespace aura
H A Dfocus_client.cc5 #include "ui/aura/client/focus_client.h"
7 #include "ui/aura/window_event_dispatcher.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::FocusClient*)
13 namespace aura { namespace
34 } // namespace aura
H A Dfocus_client.h8 #include "ui/aura/aura_export.h"
14 namespace aura { namespace
44 } // namespace aura
H A Dscreen_position_client.cc5 #include "ui/aura/client/screen_position_client.h"
7 #include "ui/aura/window_property.h"
9 DECLARE_WINDOW_PROPERTY_TYPE(aura::client::ScreenPositionClient*)
11 namespace aura { namespace
32 } // namespace aura
H A Dscreen_position_client.h8 #include "ui/aura/aura_export.h"
9 #include "ui/aura/window.h"
16 namespace aura { namespace
53 } // namespace aura
H A Dvisibility_client.cc5 #include "ui/aura/client/visibility_client.h"
7 #include "ui/aura/window_event_dispatcher.h"
8 #include "ui/aura/window_property.h"
10 DECLARE_WINDOW_PROPERTY_TYPE(aura::client::VisibilityClient*)
12 namespace aura { namespace
26 aura::Window* current = window;
35 } // namespace aura
H A Dvisibility_client.h8 #include "ui/aura/aura_export.h"
10 namespace aura { namespace
35 } // namespace aura
H A Dwindow_stacking_client.cc5 #include "ui/aura/client/window_stacking_client.h"
7 namespace aura { namespace
25 } // namespace aura
H A Dwindow_stacking_client.h10 #include "ui/aura/aura_export.h"
11 #include "ui/aura/window.h"
13 namespace aura { namespace
37 } // 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
H A Dwindow_tree_client.h8 #include "ui/aura/aura_export.h"
14 namespace aura { namespace
54 } // namespace aura
/external/chromium_org/ui/aura/
H A Denv.cc5 #include "ui/aura/env.h"
9 #include "ui/aura/env_observer.h"
10 #include "ui/aura/input_state_lookup.h"
18 namespace aura { namespace
22 // Env is thread local so that aura may be used on multiple threads.
123 } // namespace aura

Completed in 114 milliseconds

1234567891011>>