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

  /external/chromium_org/ui/ozone/
ozone_switches.h 9 #include "ui/ozone/ozone_export.h"
13 OZONE_EXPORT extern const char kOzonePlatform[];
15 OZONE_EXPORT extern const char kOzoneDumpFile[];
ozone_export.h 12 #define OZONE_EXPORT __declspec(dllexport)
14 #define OZONE_EXPORT __declspec(dllimport)
19 #define OZONE_EXPORT __attribute__((visibility("default")))
21 #define OZONE_EXPORT
26 #define OZONE_EXPORT
ozone_platform.h 11 #include "ui/ozone/ozone_export.h"
29 class OZONE_EXPORT OzonePlatform {

Completed in 37 milliseconds