OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:POLICY_EXPORT
(Results
1 - 25
of
61
) sorted by null
1
2
3
/external/chromium_org/components/policy/core/common/
policy_switches.h
8
#include "components/policy/
policy_export
.h"
15
POLICY_EXPORT
extern const char kCloudPolicyInvalidationDelay[];
16
POLICY_EXPORT
extern const char kDisableCloudPolicyPush[];
17
POLICY_EXPORT
extern const char kEnableComponentCloudPolicy[];
20
POLICY_EXPORT
extern const char kFakeCloudPolicyType[];
policy_pref_names.h
8
#include "components/policy/
policy_export
.h"
13
POLICY_EXPORT
extern const char kLastPolicyStatisticsUpdate[];
14
POLICY_EXPORT
extern const char kUserPolicyRefreshRate[];
schema_internal.h
9
#include "components/policy/
policy_export
.h"
19
struct
POLICY_EXPORT
SchemaNode {
36
struct
POLICY_EXPORT
PropertyNode {
46
struct
POLICY_EXPORT
PropertiesNode {
71
struct
POLICY_EXPORT
SchemaData {
external_data_manager.h
11
#include "components/policy/
policy_export
.h"
20
class
POLICY_EXPORT
ExternalDataManager {
preg_parser_win.h
17
#include "components/policy/
policy_export
.h"
31
POLICY_EXPORT
extern const char kPRegFileHeader[8];
36
POLICY_EXPORT
bool ReadFile(const base::FilePath& file_path,
policy_details.h
12
#include "components/policy/
policy_export
.h"
17
struct
POLICY_EXPORT
PolicyDetails {
policy_namespace.h
11
#include "components/policy/
policy_export
.h"
18
enum
POLICY_EXPORT
PolicyDomain {
32
struct
POLICY_EXPORT
PolicyNamespace {
schema.h
13
#include "components/policy/
policy_export
.h"
18
struct
POLICY_EXPORT
SchemaData;
19
struct
POLICY_EXPORT
SchemaNode;
20
struct
POLICY_EXPORT
PropertyNode;
21
struct
POLICY_EXPORT
PropertiesNode;
29
class
POLICY_EXPORT
Schema {
64
class
POLICY_EXPORT
Iterator {
configuration_policy_provider.h
15
#include "components/policy/
policy_export
.h"
22
class
POLICY_EXPORT
ConfigurationPolicyProvider
25
class
POLICY_EXPORT
Observer {
preferences_mac.h
11
#include "components/policy/
policy_export
.h"
19
class
POLICY_EXPORT
MacPreferences {
external_data_fetcher.h
13
#include "components/policy/
policy_export
.h"
21
class
POLICY_EXPORT
ExternalDataFetcher {
policy_load_status.h
11
#include "components/policy/
policy_export
.h"
50
class
POLICY_EXPORT
PolicyLoadStatusSample {
policy_service_stub.h
11
#include "components/policy/
policy_export
.h"
17
class
POLICY_EXPORT
PolicyServiceStub : public PolicyService {
preferences_mock_mac.h
10
#include "components/policy/
policy_export
.h"
13
class
POLICY_EXPORT
MockPreferences : public MacPreferences {
policy_service.h
15
#include "components/policy/
policy_export
.h"
26
class
POLICY_EXPORT
PolicyService {
28
class
POLICY_EXPORT
Observer {
79
class
POLICY_EXPORT
PolicyChangeRegistrar : public PolicyService::Observer {
schema_registry.h
18
#include "components/policy/
policy_export
.h"
28
class
POLICY_EXPORT
SchemaRegistry : public base::NonThreadSafe {
30
class
POLICY_EXPORT
Observer {
87
class
POLICY_EXPORT
CombinedSchemaRegistry : public SchemaRegistry,
async_policy_provider.h
14
#include "components/policy/
policy_export
.h"
29
class
POLICY_EXPORT
AsyncPolicyProvider : public ConfigurationPolicyProvider,
/external/chromium_org/components/policy/
policy_export.h
12
#define
POLICY_EXPORT
__declspec(dllexport)
14
#define
POLICY_EXPORT
__declspec(dllimport)
19
#define
POLICY_EXPORT
__attribute__((visibility("default")))
21
#define
POLICY_EXPORT
26
#define
POLICY_EXPORT
/external/chromium_org/components/policy/core/common/cloud/
cloud_policy_constants.h
11
#include "components/policy/
policy_export
.h"
19
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[]
[
all
...]
enterprise_metrics.h
8
#include "components/policy/
policy_export
.h"
196
POLICY_EXPORT
extern const char kMetricToken[];
197
POLICY_EXPORT
extern const char kMetricPolicy[];
198
POLICY_EXPORT
extern const char kMetricEnrollment[];
199
POLICY_EXPORT
extern const char kMetricPolicyRefresh[];
200
POLICY_EXPORT
extern const char kMetricPolicyInvalidations[];
cloud_external_data_manager.h
15
#include "components/policy/
policy_export
.h"
28
class
POLICY_EXPORT
CloudExternalDataManager : public ExternalDataManager {
30
struct
POLICY_EXPORT
MetadataEntry {
user_info_fetcher.h
10
#include "components/policy/
policy_export
.h"
28
class
POLICY_EXPORT
UserInfoFetcher : public net::URLFetcherDelegate {
30
class
POLICY_EXPORT
Delegate {
/external/chromium_org/components/policy/core/browser/cloud/
message_util.h
12
#include "components/policy/
policy_export
.h"
17
POLICY_EXPORT
string16 FormatDeviceManagementStatus(
21
POLICY_EXPORT
string16 FormatValidationStatus(
27
POLICY_EXPORT
string16 FormatStoreStatus(
/external/chromium_org/components/policy/core/browser/
configuration_policy_handler.h
14
#include "components/policy/
policy_export
.h"
24
struct
POLICY_EXPORT
PolicyToPreferenceMapEntry {
32
class
POLICY_EXPORT
ConfigurationPolicyHandler {
62
class
POLICY_EXPORT
TypeCheckingPolicyHandler
94
class
POLICY_EXPORT
IntRangePolicyHandlerBase
131
class
POLICY_EXPORT
SimplePolicyHandler : public TypeCheckingPolicyHandler {
151
class
POLICY_EXPORT
StringToIntEnumListPolicyHandler
154
struct
POLICY_EXPORT
MappingEntry {
189
class
POLICY_EXPORT
IntRangePolicyHandler : public IntRangePolicyHandlerBase {
211
class
POLICY_EXPORT
IntPercentageToDoublePolicyHandle
[
all
...]
configuration_policy_handler_list.h
14
#include "components/policy/
policy_export
.h"
28
class
POLICY_EXPORT
ConfigurationPolicyHandlerList {
Completed in 860 milliseconds
1
2
3