Searched refs:AURA_EXPORT (Results 1 - 25 of 47) sorted by relevance

12

/external/chromium_org/ui/aura/
H A Daura_export.h8 // Defines AURA_EXPORT so that functionality implemented by the aura module
15 #define AURA_EXPORT __declspec(dllexport) macro
17 #define AURA_EXPORT __declspec(dllimport) macro
22 #define AURA_EXPORT __attribute__((visibility("default"))) macro
24 #define AURA_EXPORT macro
29 #define AURA_EXPORT macro
H A Dinput_state_lookup.h14 class AURA_EXPORT InputStateLookup {
H A Dinput_state_lookup_win.h15 class AURA_EXPORT InputStateLookupWin : public InputStateLookup {
/external/chromium_org/ui/aura/client/
H A Daura_constants.h22 AURA_EXPORT extern const WindowProperty<bool>* const kAlwaysOnTopKey;
26 AURA_EXPORT extern const WindowProperty<bool>* const kAnimationsDisabledKey;
29 AURA_EXPORT extern const WindowProperty<bool>* const kCanMaximizeKey;
32 AURA_EXPORT extern const WindowProperty<bool>* const kCanResizeKey;
35 AURA_EXPORT extern const WindowProperty<bool>* const kConstrainedWindowKey;
39 AURA_EXPORT extern const aura::WindowProperty<bool>* const kDrawAttentionKey;
43 AURA_EXPORT extern const WindowProperty<Window*>* const kHostWindowKey;
46 AURA_EXPORT extern const WindowProperty<ui::ModalType>* const kModalKey;
49 AURA_EXPORT extern const WindowProperty<gfx::Rect*>* const kRestoreBoundsKey;
53 AURA_EXPORT exter
[all...]
H A Dfocus_change_observer.h15 class AURA_EXPORT FocusChangeObserver {
24 AURA_EXPORT FocusChangeObserver* GetFocusChangeObserver(Window* window);
25 AURA_EXPORT void SetFocusChangeObserver(
H A Dvisibility_client.h16 class AURA_EXPORT VisibilityClient {
28 AURA_EXPORT void SetVisibilityClient(Window* window, VisibilityClient* client);
32 AURA_EXPORT VisibilityClient* GetVisibilityClient(Window* window);
H A Dwindow_stacking_client.h16 class AURA_EXPORT WindowStackingClient {
33 AURA_EXPORT void SetWindowStackingClient(WindowStackingClient* client);
34 AURA_EXPORT WindowStackingClient* GetWindowStackingClient();
H A Devent_client.h19 class AURA_EXPORT EventClient {
32 AURA_EXPORT void SetEventClient(Window* root_window, EventClient* client);
33 AURA_EXPORT EventClient* GetEventClient(const Window* root_window);
H A Dcapture_client.h16 class AURA_EXPORT CaptureClient {
39 AURA_EXPORT void SetCaptureClient(Window* root_window,
41 AURA_EXPORT CaptureClient* GetCaptureClient(Window* root_window);
45 AURA_EXPORT Window* GetCaptureWindow(Window* window);
H A Dfocus_client.h20 class AURA_EXPORT FocusClient {
39 AURA_EXPORT void SetFocusClient(Window* root_window, FocusClient* client);
40 AURA_EXPORT FocusClient* GetFocusClient(Window* window);
41 AURA_EXPORT FocusClient* GetFocusClient(const Window* window);
H A Daura_constants.cc10 DECLARE_EXPORTED_WINDOW_PROPERTY_TYPE(AURA_EXPORT, bool)
11 DECLARE_EXPORTED_WINDOW_PROPERTY_TYPE(AURA_EXPORT, ui::ModalType)
12 DECLARE_EXPORTED_WINDOW_PROPERTY_TYPE(AURA_EXPORT, gfx::Rect*)
13 DECLARE_EXPORTED_WINDOW_PROPERTY_TYPE(AURA_EXPORT, ui::InputMethod*)
14 DECLARE_EXPORTED_WINDOW_PROPERTY_TYPE(AURA_EXPORT, ui::WindowShowState)
H A Dwindow_tree_client.h20 class AURA_EXPORT WindowTreeClient {
41 AURA_EXPORT void SetWindowTreeClient(Window* window,
49 AURA_EXPORT void ParentWindowWithContext(Window* window,
H A Dcursor_client_observer.h13 class AURA_EXPORT CursorClientObserver {
H A Dscreen_position_client.h22 class AURA_EXPORT ScreenPositionClient {
47 AURA_EXPORT void SetScreenPositionClient(Window* root_window,
49 AURA_EXPORT ScreenPositionClient* GetScreenPositionClient(
H A Dcapture_delegate.h16 class AURA_EXPORT CaptureDelegate {
/external/chromium_org/ui/wm/public/
H A Dactivation_delegate.h20 class AURA_EXPORT ActivationDelegate {
30 AURA_EXPORT void SetActivationDelegate(Window* window,
32 AURA_EXPORT ActivationDelegate* GetActivationDelegate(Window* window);
H A Dtooltip_client.h17 class AURA_EXPORT TooltipClient {
35 AURA_EXPORT void SetTooltipClient(Window* root_window,
37 AURA_EXPORT TooltipClient* GetTooltipClient(Window* root_window);
42 AURA_EXPORT void SetTooltipText(Window* window,
44 AURA_EXPORT void SetTooltipId(Window* window, void* id);
45 AURA_EXPORT const base::string16 GetTooltipText(Window* window);
46 AURA_EXPORT const void* GetTooltipId(Window* window);
H A Dactivation_change_observer.h15 class AURA_EXPORT ActivationChangeObserver {
36 AURA_EXPORT void SetActivationChangeObserver(
39 AURA_EXPORT ActivationChangeObserver* GetActivationChangeObserver(
H A Danimation_host.h22 class AURA_EXPORT AnimationHost {
41 AURA_EXPORT void SetAnimationHost(Window* window,
43 AURA_EXPORT AnimationHost* GetAnimationHost(Window* window);
H A Dactivation_client.h21 class AURA_EXPORT ActivationClient {
56 AURA_EXPORT void SetActivationClient(Window* root_window,
58 AURA_EXPORT ActivationClient* GetActivationClient(Window* root_window);
67 AURA_EXPORT void SetHideOnDeactivate(Window* window, bool hide_on_deactivate);
68 AURA_EXPORT bool GetHideOnDeactivate(Window* window);
H A Ddrag_drop_delegate.h19 class AURA_EXPORT DragDropDelegate {
44 AURA_EXPORT void SetDragDropDelegate(Window* window,
46 AURA_EXPORT DragDropDelegate* GetDragDropDelegate(Window* window);
H A Dtransient_window_client.h27 class AURA_EXPORT TransientWindowClient {
41 AURA_EXPORT void SetTransientWindowClient(TransientWindowClient* client);
42 AURA_EXPORT TransientWindowClient* GetTransientWindowClient();
H A Dwindow_move_client.h31 class AURA_EXPORT WindowMoveClient {
49 AURA_EXPORT void SetWindowMoveClient(Window* window,
51 AURA_EXPORT WindowMoveClient* GetWindowMoveClient(Window* window);
H A Ddispatcher_client.h21 class AURA_EXPORT DispatcherRunLoop {
39 class AURA_EXPORT DispatcherClient {
52 AURA_EXPORT void SetDispatcherClient(Window* root_window,
54 AURA_EXPORT DispatcherClient* GetDispatcherClient(Window* root_window);
H A Ddrag_drop_client.h26 class AURA_EXPORT DragDropClient {
55 AURA_EXPORT void SetDragDropClient(Window* root_window,
57 AURA_EXPORT DragDropClient* GetDragDropClient(Window* root_window);

Completed in 890 milliseconds

12