Searched refs:POLICY_EXPORT (Results 1 - 25 of 72) sorted by relevance

123

/external/chromium_org/components/policy/core/common/
H A Dpolicy_pref_names.h13 POLICY_EXPORT extern const char kLastPolicyStatisticsUpdate[];
14 POLICY_EXPORT extern const char kUrlBlacklist[];
15 POLICY_EXPORT extern const char kUrlWhitelist[];
16 POLICY_EXPORT extern const char kUserPolicyRefreshRate[];
H A Dpolicy_switches.h15 POLICY_EXPORT extern const char kDeviceManagementUrl[];
16 POLICY_EXPORT extern const char kDisableComponentCloudPolicy[];
17 POLICY_EXPORT extern const char kDisablePolicyKeyVerification[];
20 POLICY_EXPORT extern const char kFakeCloudPolicyType[];
H A Dschema_internal.h19 struct POLICY_EXPORT SchemaNode {
41 struct POLICY_EXPORT PropertyNode {
51 struct POLICY_EXPORT PropertiesNode {
83 union POLICY_EXPORT RestrictionNode {
115 struct POLICY_EXPORT SchemaData {
H A Dpreg_parser_win.h31 POLICY_EXPORT extern const char kPRegFileHeader[8];
36 POLICY_EXPORT bool ReadFile(const base::FilePath& file_path,
H A Dexternal_data_manager.h20 class POLICY_EXPORT ExternalDataManager {
H A Dmac_util.h27 POLICY_EXPORT scoped_ptr<base::Value> PropertyToValue(
H A Dpolicy_details.h17 struct POLICY_EXPORT PolicyDetails {
H A Dpolicy_provider_android_delegate.h14 class POLICY_EXPORT PolicyProviderAndroidDelegate {
H A Dpolicy_namespace.h18 enum POLICY_EXPORT PolicyDomain {
32 struct POLICY_EXPORT PolicyNamespace {
H A Dschema.h19 struct POLICY_EXPORT SchemaData;
20 struct POLICY_EXPORT SchemaNode;
21 struct POLICY_EXPORT PropertyNode;
22 struct POLICY_EXPORT PropertiesNode;
60 class POLICY_EXPORT Schema {
118 class POLICY_EXPORT Iterator {
H A Dconfiguration_policy_provider.h22 class POLICY_EXPORT ConfigurationPolicyProvider
25 class POLICY_EXPORT Observer {
H A Dpolicy_load_status.h50 class POLICY_EXPORT PolicyLoadStatusSample {
H A Dpreferences_mac.h19 class POLICY_EXPORT MacPreferences {
H A Dproxy_policy_provider.h16 class POLICY_EXPORT ProxyPolicyProvider
H A Dpolicy_service.h26 class POLICY_EXPORT PolicyService {
28 class POLICY_EXPORT Observer {
79 class POLICY_EXPORT PolicyChangeRegistrar : public PolicyService::Observer {
/external/chromium_org/components/policy/
H A Dpolicy_export.h13 #define POLICY_EXPORT __declspec(dllexport) macro
15 #define POLICY_EXPORT __declspec(dllimport) macro
21 #define POLICY_EXPORT __attribute__((visibility("default"))) macro
23 #define POLICY_EXPORT macro
30 #define POLICY_EXPORT macro
/external/chromium_org/components/policy/core/common/cloud/
H A Dcloud_policy_constants.h19 POLICY_EXPORT extern const char kParamAgent[];
20 POLICY_EXPORT extern const char kParamAppType[];
21 POLICY_EXPORT extern const char kParamDeviceID[];
22 POLICY_EXPORT extern const char kParamDeviceType[];
23 POLICY_EXPORT extern const char kParamOAuthToken[];
24 POLICY_EXPORT extern const char kParamPlatform[];
25 POLICY_EXPORT extern const char kParamRequest[];
26 POLICY_EXPORT extern const char kParamUserAffiliation[];
29 POLICY_EXPORT extern const char kValueAppType[];
30 POLICY_EXPORT exter
[all...]
H A Denterprise_metrics.h265 POLICY_EXPORT extern const char kMetricToken[];
266 POLICY_EXPORT extern const char kMetricPolicy[];
267 POLICY_EXPORT extern const char kMetricUserPolicyRefresh[];
268 POLICY_EXPORT extern const char kMetricUserPolicyInvalidations[];
269 POLICY_EXPORT extern const char kMetricDevicePolicyRefresh[];
270 POLICY_EXPORT extern const char kMetricDevicePolicyInvalidations[];
H A Dcloud_external_data_manager.h28 class POLICY_EXPORT CloudExternalDataManager : public ExternalDataManager {
30 struct POLICY_EXPORT MetadataEntry {
H A Duser_info_fetcher.h28 class POLICY_EXPORT UserInfoFetcher : public net::URLFetcherDelegate {
30 class POLICY_EXPORT Delegate {
/external/chromium_org/components/policy/core/browser/
H A Dconfiguration_policy_handler_parameters.h16 struct POLICY_EXPORT PolicyHandlerParameters {
H A Dautofill_policy_handler.h14 class POLICY_EXPORT AutofillPolicyHandler : public TypeCheckingPolicyHandler {
H A Durl_blacklist_policy_handler.h16 class POLICY_EXPORT URLBlacklistPolicyHandler
H A Dconfiguration_policy_handler.h29 struct POLICY_EXPORT PolicyToPreferenceMapEntry {
37 class POLICY_EXPORT ConfigurationPolicyHandler {
76 class POLICY_EXPORT TypeCheckingPolicyHandler
108 class POLICY_EXPORT IntRangePolicyHandlerBase
145 class POLICY_EXPORT SimplePolicyHandler : public TypeCheckingPolicyHandler {
165 class POLICY_EXPORT StringMappingListPolicyHandler
170 class POLICY_EXPORT MappingEntry {
219 class POLICY_EXPORT IntRangePolicyHandler : public IntRangePolicyHandlerBase {
241 class POLICY_EXPORT IntPercentageToDoublePolicyHandler
265 class POLICY_EXPORT SchemaValidatingPolicyHandle
[all...]
/external/chromium_org/components/policy/core/browser/cloud/
H A Dmessage_util.h17 POLICY_EXPORT base::string16 FormatDeviceManagementStatus(
21 POLICY_EXPORT base::string16 FormatValidationStatus(
27 POLICY_EXPORT base::string16 FormatStoreStatus(

Completed in 179 milliseconds

123