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

  /external/chromium_org/ui/snapshot/
snapshot_export.h 8 // Defines SNAPSHOT_EXPORT so that functionality implemented by the snapshot
15 #define SNAPSHOT_EXPORT __declspec(dllexport)
17 #define SNAPSHOT_EXPORT __declspec(dllimport)
22 #define SNAPSHOT_EXPORT __attribute__((visibility("default")))
24 #define SNAPSHOT_EXPORT
29 #define SNAPSHOT_EXPORT
snapshot_win.h 12 #include "ui/snapshot/snapshot_export.h"
24 SNAPSHOT_EXPORT bool GrabHwndSnapshot(
snapshot.h 14 #include "ui/snapshot/snapshot_export.h"
34 SNAPSHOT_EXPORT bool GrabWindowSnapshot(
39 SNAPSHOT_EXPORT bool GrabViewSnapshot(
48 SNAPSHOT_EXPORT void GrabWindowSnapshotAndScaleAsync(
57 SNAPSHOT_EXPORT void GrabWindowSnapshotAsync(
62 SNAPSHOT_EXPORT void GrabViewSnapshotAsync(

Completed in 295 milliseconds