HomeSort by relevance Sort by last modified time
    Searched refs:AURA_EXPORT (Results 1 - 25 of 42) sorted by null

1 2

  /external/chromium_org/ui/aura/
aura_export.h 8 // Defines AURA_EXPORT so that functionality implemented by the aura module
15 #define AURA_EXPORT __declspec(dllexport)
17 #define AURA_EXPORT __declspec(dllimport)
22 #define AURA_EXPORT __attribute__((visibility("default")))
24 #define AURA_EXPORT
29 #define AURA_EXPORT
env_observer.h 8 #include "ui/aura/aura_export.h"
15 class AURA_EXPORT EnvObserver {
  /external/chromium_org/ui/aura/client/
aura_constants.h 8 #include "ui/aura/aura_export.h"
22 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;
42 AURA_EXPORT extern const WindowProperty<ui::ModalType>* const kModalKey;
45 AURA_EXPORT extern const WindowProperty<gfx::Rect*>* const kRestoreBoundsKey;
49 AURA_EXPORT extern const WindowProperty<ui::WindowShowState>* cons
    [all...]
tooltip_client.h 8 #include "ui/aura/aura_export.h"
17 class AURA_EXPORT TooltipClient {
30 AURA_EXPORT void SetTooltipClient(RootWindow* root_window,
32 AURA_EXPORT TooltipClient* GetTooltipClient(RootWindow* root_window);
34 AURA_EXPORT void SetTooltipText(Window* window, base::string16* tooltip_text);
35 AURA_EXPORT const base::string16 GetTooltipText(Window* window);
capture_client.h 8 #include "ui/aura/aura_export.h"
17 class AURA_EXPORT CaptureClient {
33 AURA_EXPORT void SetCaptureClient(RootWindow* root_window,
35 AURA_EXPORT CaptureClient* GetCaptureClient(RootWindow* root_window);
39 AURA_EXPORT Window* GetCaptureWindow(Window* window);
cursor_client_observer.h 8 #include "ui/aura/aura_export.h"
13 class AURA_EXPORT CursorClientObserver {
activation_change_observer.h 8 #include "ui/aura/aura_export.h"
15 class AURA_EXPORT ActivationChangeObserver {
36 AURA_EXPORT void SetActivationChangeObserver(
39 AURA_EXPORT ActivationChangeObserver* GetActivationChangeObserver(
activation_delegate.h 8 #include "ui/aura/aura_export.h"
20 class AURA_EXPORT ActivationDelegate {
30 AURA_EXPORT void SetActivationDelegate(Window* window,
32 AURA_EXPORT ActivationDelegate* GetActivationDelegate(Window* window);
animation_host.h 9 #include "ui/aura/aura_export.h"
22 class AURA_EXPORT AnimationHost {
35 AURA_EXPORT void SetAnimationHost(Window* window,
37 AURA_EXPORT AnimationHost* GetAnimationHost(Window* window);
dispatcher_client.h 9 #include "ui/aura/aura_export.h"
17 class AURA_EXPORT DispatcherClient {
24 AURA_EXPORT void SetDispatcherClient(RootWindow* root_window,
26 AURA_EXPORT DispatcherClient* GetDispatcherClient(RootWindow* root_window);
event_client.h 8 #include "ui/aura/aura_export.h"
19 class AURA_EXPORT EventClient {
32 AURA_EXPORT void SetEventClient(RootWindow* root_window, EventClient* client);
33 AURA_EXPORT EventClient* GetEventClient(const RootWindow* root_window);
focus_change_observer.h 8 #include "ui/aura/aura_export.h"
15 class AURA_EXPORT FocusChangeObserver {
24 AURA_EXPORT FocusChangeObserver* GetFocusChangeObserver(Window* window);
25 AURA_EXPORT void SetFocusChangeObserver(
user_action_client.h 8 #include "ui/aura/aura_export.h"
16 class AURA_EXPORT UserActionClient {
30 AURA_EXPORT void SetUserActionClient(RootWindow* root_window,
32 AURA_EXPORT UserActionClient* GetUserActionClient(RootWindow* root_window);
visibility_client.h 8 #include "ui/aura/aura_export.h"
16 class AURA_EXPORT VisibilityClient {
28 AURA_EXPORT void SetVisibilityClient(Window* window, VisibilityClient* client);
32 AURA_EXPORT VisibilityClient* GetVisibilityClient(Window* window);
drag_drop_delegate.h 8 #include "ui/aura/aura_export.h"
19 class AURA_EXPORT DragDropDelegate {
44 AURA_EXPORT void SetDragDropDelegate(Window* window,
46 AURA_EXPORT DragDropDelegate* GetDragDropDelegate(Window* window);
window_move_client.h 8 #include "ui/aura/aura_export.h"
31 class AURA_EXPORT WindowMoveClient {
49 AURA_EXPORT void SetWindowMoveClient(Window* window,
51 AURA_EXPORT WindowMoveClient* GetWindowMoveClient(Window* window);
focus_client.h 8 #include "ui/aura/aura_export.h"
22 class AURA_EXPORT FocusClient {
50 AURA_EXPORT void SetFocusClient(RootWindow* root_window, FocusClient* client);
51 AURA_EXPORT FocusClient* GetFocusClient(Window* window);
52 AURA_EXPORT FocusClient* GetFocusClient(const Window* window);
stacking_client.h 8 #include "ui/aura/aura_export.h"
19 class AURA_EXPORT StackingClient {
43 AURA_EXPORT void SetStackingClient(Window* window,
activation_client.h 8 #include "ui/aura/aura_export.h"
22 class AURA_EXPORT ActivationClient {
61 AURA_EXPORT void SetActivationClient(RootWindow* root_window,
63 AURA_EXPORT ActivationClient* GetActivationClient(RootWindow* root_window);
72 AURA_EXPORT void SetHideOnDeactivate(Window* window, bool hide_on_deactivate);
73 AURA_EXPORT bool GetHideOnDeactivate(Window* window);
aura_constants.cc 10 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)
cursor_client.h 9 #include "ui/aura/aura_export.h"
22 class AURA_EXPORT CursorClient {
72 AURA_EXPORT void SetCursorClient(Window* window,
74 AURA_EXPORT CursorClient* GetCursorClient(Window* window);
screen_position_client.h 8 #include "ui/aura/aura_export.h"
26 class AURA_EXPORT ScreenPositionClient {
50 AURA_EXPORT void SetScreenPositionClient(RootWindow* window,
52 AURA_EXPORT ScreenPositionClient* GetScreenPositionClient(
capture_delegate.h 8 #include "ui/aura/aura_export.h"
16 class AURA_EXPORT CaptureDelegate {
drag_drop_client.h 8 #include "ui/aura/aura_export.h"
27 class AURA_EXPORT DragDropClient {
56 AURA_EXPORT void SetDragDropClient(RootWindow* root_window,
58 AURA_EXPORT DragDropClient* GetDragDropClient(RootWindow* root_window);
default_capture_client.h 10 #include "ui/aura/aura_export.h"
16 class AURA_EXPORT DefaultCaptureClient : public client::CaptureClient {

Completed in 1645 milliseconds

1 2