HomeSort by relevance Sort by last modified time
    Searched refs:AURA_EXPORT (Results 1 - 25 of 46) 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
input_state_lookup.h 9 #include "ui/aura/aura_export.h"
14 class AURA_EXPORT InputStateLookup {
input_state_lookup_win.h 15 class AURA_EXPORT InputStateLookupWin : public InputStateLookup {
  /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"
15 class AURA_EXPORT TooltipClient {
28 AURA_EXPORT void SetTooltipClient(Window* root_window,
30 AURA_EXPORT TooltipClient* GetTooltipClient(Window* root_window);
32 AURA_EXPORT void SetTooltipText(Window* window, base::string16* tooltip_text);
33 AURA_EXPORT const base::string16 GetTooltipText(Window* window);
capture_client.h 8 #include "ui/aura/aura_export.h"
16 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);
cursor_client_observer.h 8 #include "ui/aura/aura_export.h"
13 class AURA_EXPORT CursorClientObserver {
focus_client.h 8 #include "ui/aura/aura_export.h"
20 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);
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 {
41 AURA_EXPORT void SetAnimationHost(Window* window,
43 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(Window* root_window,
26 AURA_EXPORT DispatcherClient* GetDispatcherClient(Window* root_window);
event_client.h 8 #include "ui/aura/aura_export.h"
19 class AURA_EXPORT EventClient {
32 AURA_EXPORT void SetEventClient(Window* root_window, EventClient* client);
33 AURA_EXPORT EventClient* GetEventClient(const Window* 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(Window* root_window,
32 AURA_EXPORT UserActionClient* GetUserActionClient(Window* 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);
window_stacking_client.h 10 #include "ui/aura/aura_export.h"
16 class AURA_EXPORT WindowStackingClient {
28 AURA_EXPORT void SetWindowStackingClient(WindowStackingClient* client);
29 AURA_EXPORT WindowStackingClient* GetWindowStackingClient();
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);
window_tree_client.h 8 #include "ui/aura/aura_export.h"
20 class AURA_EXPORT WindowTreeClient {
41 AURA_EXPORT void SetWindowTreeClient(Window* window,
49 AURA_EXPORT void ParentWindowWithContext(Window* window,
activation_client.h 8 #include "ui/aura/aura_export.h"
21 class AURA_EXPORT ActivationClient {
60 AURA_EXPORT void SetActivationClient(Window* root_window,
62 AURA_EXPORT ActivationClient* GetActivationClient(Window* root_window);
71 AURA_EXPORT void SetHideOnDeactivate(Window* window, bool hide_on_deactivate);
72 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)
screen_position_client.h 8 #include "ui/aura/aura_export.h"
22 class AURA_EXPORT ScreenPositionClient {
47 AURA_EXPORT void SetScreenPositionClient(Window* root_window,
49 AURA_EXPORT ScreenPositionClient* GetScreenPositionClient(
capture_delegate.h 8 #include "ui/aura/aura_export.h"
16 class AURA_EXPORT CaptureDelegate {
window_stacking_client.cc 21 AURA_EXPORT WindowStackingClient* GetWindowStackingClient() {

Completed in 97 milliseconds

1 2