HomeSort by relevance Sort by last modified time
    Searched refs:ASH_WITH_CONTENT_EXPORT (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/ash/content_support/
ash_with_content_export.h 15 #define ASH_WITH_CONTENT_EXPORT __declspec(dllexport)
17 #define ASH_WITH_CONTENT_EXPORT __declspec(dllimport)
22 #define ASH_WITH_CONTENT_EXPORT __attribute__((visibility("default")))
24 #define ASH_WITH_CONTENT_EXPORT
29 #define ASH_WITH_CONTENT_EXPORT
gpu_support_impl.h 8 #include "ash/content_support/ash_with_content_export.h"
14 class ASH_WITH_CONTENT_EXPORT GPUSupportImpl : public GPUSupport {
  /external/chromium_org/ash/screensaver/
screensaver_view.h 8 #include "ash/content_support/ash_with_content_export.h"
28 ASH_WITH_CONTENT_EXPORT void ShowScreensaver(const GURL& url);
29 ASH_WITH_CONTENT_EXPORT void CloseScreensaver();
30 ASH_WITH_CONTENT_EXPORT bool IsScreensaverShown();
70 static ASH_WITH_CONTENT_EXPORT ScreensaverView* GetInstance();
71 ASH_WITH_CONTENT_EXPORT bool IsScreensaverShowingURL(const GURL& url);
  /external/chromium_org/ash/keyboard_overlay/
keyboard_overlay_delegate.h 8 #include "ash/content_support/ash_with_content_export.h"
23 class ASH_WITH_CONTENT_EXPORT KeyboardOverlayDelegate
keyboard_overlay_view.h 10 #include "ash/content_support/ash_with_content_export.h"
29 class ASH_WITH_CONTENT_EXPORT KeyboardOverlayView

Completed in 156 milliseconds