OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OZONE_EXPORT
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/ui/ozone/public/
ozone_switches.h
9
#include "ui/ozone/
ozone_export
.h"
13
OZONE_EXPORT
extern const char kOzonePlatform[];
15
OZONE_EXPORT
extern const char kOzoneDumpFile[];
17
OZONE_EXPORT
extern const char kOzoneUseSurfaceless[];
19
OZONE_EXPORT
extern const char kOzoneTestSingleOverlaySupport[];
ui_thread_gpu.h
9
#include "ui/ozone/
ozone_export
.h"
23
class
OZONE_EXPORT
UiThreadGpu {
ozone_platform.h
9
#include "ui/ozone/
ozone_export
.h"
39
class
OZONE_EXPORT
OzonePlatform {
/external/chromium_org/ui/ozone/
platform_selection.h
8
#include "ui/ozone/
ozone_export
.h"
14
OZONE_EXPORT
int GetOzonePlatformId();
17
OZONE_EXPORT
const char* GetOzonePlatformName();
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
/external/chromium_org/ui/ozone/common/gpu/
ozone_gpu_messages.h
17
#include "ui/ozone/
ozone_export
.h"
20
#define IPC_MESSAGE_EXPORT
OZONE_EXPORT
Completed in 251 milliseconds