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

1 2 3 4 5 6 7 8 910

  /external/chromium_org/ash/
ash_switches.h 8 #include "ash/ash_export.h"
20 ASH_EXPORT extern const char kAshAnimateFromBootSplashScreen[];
21 ASH_EXPORT extern const char kAshConstrainPointerToRoot[];
22 ASH_EXPORT extern const char kAshCopyHostBackgroundAtBoot[];
23 ASH_EXPORT extern const char kAshDebugShortcuts[];
24 ASH_EXPORT extern const char kAshDefaultWallpaperIsOem[];
25 ASH_EXPORT extern const char kAshDefaultWallpaperLarge[];
26 ASH_EXPORT extern const char kAshDefaultWallpaperSmall[];
27 ASH_EXPORT extern const char kAshDisableLockLayoutManager[];
29 ASH_EXPORT extern const char kAshEnableMagnifierKeyScroller[]
    [all...]
debug.h 8 #include "ash/ash_export.h"
15 ASH_EXPORT void ToggleShowDebugBorders();
16 ASH_EXPORT void ToggleShowFpsCounter();
17 ASH_EXPORT void ToggleShowPaintRects();
ash_export.h 8 // Defines ASH_EXPORT so that functionality implemented by the Ash module can
15 #define ASH_EXPORT __declspec(dllexport)
17 #define ASH_EXPORT __declspec(dllimport)
22 #define ASH_EXPORT __attribute__((visibility("default")))
24 #define ASH_EXPORT
29 #define ASH_EXPORT
ash_constants.h 8 #include "ash/ash_export.h"
18 ASH_EXPORT extern const int kResizeAreaCornerSize;
24 ASH_EXPORT extern const int kResizeOutsideBoundsSize;
25 ASH_EXPORT extern const int kResizeOutsideBoundsScaleForTouch;
26 ASH_EXPORT extern const int kResizeInsideBoundsSize;
switchable_windows.h 8 #include "ash/ash_export.h"
18 ASH_EXPORT extern const int kSwitchableWindowContainerIds[];
21 ASH_EXPORT extern const size_t kSwitchableWindowContainerIdsLength;
24 ASH_EXPORT bool IsSwitchableContainer(const aura::Window* window);
  /external/chromium_org/ash/system/
system_notifier.h 10 #include "ash/ash_export.h"
17 ASH_EXPORT extern const char kNotifierBluetooth[];
18 ASH_EXPORT extern const char kNotifierDisplay[];
19 ASH_EXPORT extern const char kNotifierDisplayResolutionChange[];
20 ASH_EXPORT extern const char kNotifierDisplayError[];
21 ASH_EXPORT extern const char kNotifierLocale[];
22 ASH_EXPORT extern const char kNotifierLocallyManagedUser[];
23 ASH_EXPORT extern const char kNotifierMultiProfileFirstRun[];
24 ASH_EXPORT extern const char kNotifierNetwork[];
25 ASH_EXPORT extern const char kNotifierNetworkError[]
    [all...]
  /external/chromium_org/ash/accelerators/
accelerator_commands.h 8 #include "ash/ash_export.h"
18 ASH_EXPORT bool ToggleMinimized();
22 ASH_EXPORT void ToggleMaximized();
26 ASH_EXPORT void ToggleFullscreen();
debug_commands.h 8 #include "ash/ash_export.h"
17 ASH_EXPORT bool CycleDesktopBackgroundMode();
accelerator_table.h 8 #include "ash/ash_export.h"
150 ASH_EXPORT extern const AcceleratorData kAcceleratorData[];
151 ASH_EXPORT extern const size_t kAcceleratorDataLength;
155 ASH_EXPORT extern const AcceleratorData kDesktopAcceleratorData[];
156 ASH_EXPORT extern const size_t kDesktopAcceleratorDataLength;
161 ASH_EXPORT extern const AcceleratorData kDebugAcceleratorData[];
162 ASH_EXPORT extern const size_t kDebugAcceleratorDataLength;
166 ASH_EXPORT extern const AcceleratorAction kReservedActions[];
167 ASH_EXPORT extern const size_t kReservedActionsLength;
172 ASH_EXPORT extern const AcceleratorAction kReservedDebugActions[]
    [all...]
  /external/chromium_org/ash/shelf/
shelf_constants.h 8 #include "ash/ash_export.h"
13 ASH_EXPORT extern const int kShelfBackgroundAlpha;
21 ASH_EXPORT extern const int kShelfSize;
24 ASH_EXPORT extern const int kShelfButtonSpacing;
27 ASH_EXPORT extern const int kShelfButtonSize;
30 ASH_EXPORT extern const int kTimeToSwitchBackgroundMs;
shelf_icon_observer.h 8 #include "ash/ash_export.h"
12 class ASH_EXPORT ShelfIconObserver {
shelf_util.h 8 #include "ash/ash_export.h"
27 ASH_EXPORT void SetShelfIDForWindow(ShelfID id, aura::Window* window);
33 ASH_EXPORT ShelfID GetShelfIDForWindow(const aura::Window* window);
37 ASH_EXPORT void SetShelfItemDetailsForWindow(aura::Window* window,
42 ASH_EXPORT void SetShelfItemDetailsForDialogWindow(aura::Window* window,
48 ASH_EXPORT void ClearShelfItemDetailsForWindow(aura::Window* window);
52 ASH_EXPORT const ShelfItemDetails* GetShelfItemDetailsForWindow(
shelf_navigator.h 8 #include "ash/ash_export.h"
18 ASH_EXPORT int GetNextActivatedItemIndex(const ShelfModel& model,
  /external/chromium_org/ash/system/chromeos/network/
network_connect.h 10 #include "ash/ash_export.h"
25 ASH_EXPORT extern const char kNetworkConnectNotificationId[];
26 ASH_EXPORT extern const char kNetworkActivateNotificationId[];
28 ASH_EXPORT extern const char kErrorActivateFailed[];
33 ASH_EXPORT void ConnectToNetwork(const std::string& service_path,
39 ASH_EXPORT void SetTechnologyEnabled(
44 ASH_EXPORT void ActivateCellular(const std::string& service_path);
48 ASH_EXPORT void ShowMobileSetup(const std::string& service_path);
52 ASH_EXPORT void ConfigureNetworkAndConnect(
60 ASH_EXPORT void CreateConfigurationAndConnect(base::DictionaryValue* properties
    [all...]
network_icon_animation_observer.h 8 #include "ash/ash_export.h"
14 class ASH_EXPORT AnimationObserver {
  /external/chromium_org/ash/desktop_background/
desktop_background_controller_observer.h 8 #include "ash/ash_export.h"
12 class ASH_EXPORT DesktopBackgroundControllerObserver {
wallpaper_resizer_observer.h 8 #include "ash/ash_export.h"
12 class ASH_EXPORT WallpaperResizerObserver {
  /external/chromium_org/ash/system/chromeos/session/
session_length_limit_observer.h 8 #include "ash/ash_export.h"
13 class ASH_EXPORT SessionLengthLimitObserver {
  /external/chromium_org/ash/system/tray/media_security/
media_capture_observer.h 8 #include "ash/ash_export.h"
12 class ASH_EXPORT MediaCaptureObserver {
  /external/chromium_org/ash/system/user/
user_observer.h 8 #include "ash/ash_export.h"
12 class ASH_EXPORT UserObserver {
  /external/chromium_org/ash/wm/
window_util.h 8 #include "ash/ash_export.h"
32 ASH_EXPORT void ActivateWindow(aura::Window* window);
33 ASH_EXPORT void DeactivateWindow(aura::Window* window);
34 ASH_EXPORT bool IsActiveWindow(aura::Window* window);
35 ASH_EXPORT aura::Window* GetActiveWindow();
36 ASH_EXPORT bool CanActivateWindow(aura::Window* window);
43 ASH_EXPORT aura::Window* GetActivatableWindow(aura::Window* window);
46 ASH_EXPORT bool IsWindowMinimized(aura::Window* window);
49 ASH_EXPORT void CenterWindow(aura::Window* window);
53 ASH_EXPORT gfx::Rect GetDefaultLeftSnappedWindowBoundsInParent
    [all...]
coordinate_conversion.h 8 #include "ash/ash_export.h"
25 ASH_EXPORT aura::Window* GetRootWindowAt(const gfx::Point& point);
29 ASH_EXPORT aura::Window* GetRootWindowMatching(const gfx::Rect& rect);
33 ASH_EXPORT void ConvertPointToScreen(const aura::Window* window,
38 ASH_EXPORT void ConvertPointFromScreen(const aura::Window* window,
wm_types.h 8 #include "ash/ash_export.h"
47 ASH_EXPORT WindowStateType ToWindowStateType(ui::WindowShowState state);
48 ASH_EXPORT ui::WindowShowState ToWindowShowState(WindowStateType type);
52 ASH_EXPORT bool IsMaximizedOrFullscreenWindowStateType(WindowStateType type);
  /external/chromium_org/ash/audio/
sounds.h 8 #include "ash/ash_export.h"
15 ASH_EXPORT bool PlaySystemSoundAlways(media::SoundsManager::SoundKey key);
23 ASH_EXPORT bool PlaySystemSoundIfSpokenFeedback(
  /external/chromium_org/ash/wm/overview/
window_selector_delegate.h 8 #include "ash/ash_export.h"
18 class ASH_EXPORT WindowSelectorDelegate {

Completed in 788 milliseconds

1 2 3 4 5 6 7 8 910