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

  /external/chromium_org/components/onc/
onc_constants.h 9 #include "components/onc/onc_export.h"
28 ONC_EXPORT extern const char kAugmentationActiveSetting[];
31 ONC_EXPORT extern const char kAugmentationEffectiveSetting[];
32 ONC_EXPORT extern const char kAugmentationUnmanaged[];
33 ONC_EXPORT extern const char kAugmentationUserPolicy[];
34 ONC_EXPORT extern const char kAugmentationDevicePolicy[];
35 ONC_EXPORT extern const char kAugmentationUserSetting[];
36 ONC_EXPORT extern const char kAugmentationSharedSetting[];
37 ONC_EXPORT extern const char kAugmentationUserEditable[];
38 ONC_EXPORT extern const char kAugmentationDeviceEditable[]
    [all...]
onc_export.h 12 #define ONC_EXPORT __declspec(dllexport)
14 #define ONC_EXPORT __declspec(dllimport)
19 #define ONC_EXPORT __attribute__((visibility("default")))
21 #define ONC_EXPORT
26 #define ONC_EXPORT

Completed in 467 milliseconds