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
73
) sorted by null
1
2
3
/external/chromium_org/components/policy/core/common/
policy_pref_names.h
8
#include "components/policy/
policy_export
.h"
13
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[];
policy_switches.h
8
#include "components/policy/
policy_export
.h"
15
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[];
policy_provider_android_delegate.h
14
class
POLICY_EXPORT
PolicyProviderAndroidDelegate {
schema_internal.h
9
#include "components/policy/
policy_export
.h"
19
struct
POLICY_EXPORT
SchemaNode {
41
struct
POLICY_EXPORT
PropertyNode {
51
struct
POLICY_EXPORT
PropertiesNode {
83
union
POLICY_EXPORT
RestrictionNode {
115
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,
mac_util.h
11
#include "components/policy/
policy_export
.h"
27
POLICY_EXPORT
scoped_ptr<base::Value> PropertyToValue(
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
14
#include "components/policy/
policy_export
.h"
19
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 {
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 {
proxy_policy_provider.h
10
#include "components/policy/
policy_export
.h"
16
class
POLICY_EXPORT
ProxyPolicyProvider
schema_registry.h
18
#include "components/policy/
policy_export
.h"
28
class
POLICY_EXPORT
SchemaRegistry : public base::NonThreadSafe {
30
class
POLICY_EXPORT
Observer {
47
class
POLICY_EXPORT
InternalObserver {
99
class
POLICY_EXPORT
CombinedSchemaRegistry
131
class
POLICY_EXPORT
ForwardingSchemaRegistry
external_data_fetcher.h
13
#include "components/policy/
policy_export
.h"
21
class
POLICY_EXPORT
ExternalDataFetcher {
/external/chromium_org/components/policy/
policy_export.h
13
#define
POLICY_EXPORT
__declspec(dllexport)
15
#define
POLICY_EXPORT
__declspec(dllimport)
21
#define
POLICY_EXPORT
__attribute__((visibility("default")))
23
#define
POLICY_EXPORT
30
#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"
216
POLICY_EXPORT
extern const char kMetricToken[];
217
POLICY_EXPORT
extern const char kMetricPolicy[];
218
POLICY_EXPORT
extern const char kMetricEnrollment[];
219
POLICY_EXPORT
extern const char kMetricEnrollmentRecovery[];
220
POLICY_EXPORT
extern const char kMetricPolicyRefresh[];
221
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/
configuration_policy_handler_parameters.h
10
#include "components/policy/
policy_export
.h"
16
struct
POLICY_EXPORT
PolicyHandlerParameters {
autofill_policy_handler.h
9
#include "components/policy/
policy_export
.h"
14
class
POLICY_EXPORT
AutofillPolicyHandler : public TypeCheckingPolicyHandler {
url_blacklist_policy_handler.h
11
#include "components/policy/
policy_export
.h"
16
class
POLICY_EXPORT
URLBlacklistPolicyHandler
browser_policy_connector_ios.h
14
#include "components/policy/
policy_export
.h"
23
class
POLICY_EXPORT
BrowserPolicyConnectorIOS : public BrowserPolicyConnector {
/external/chromium_org/components/policy/core/browser/cloud/
message_util.h
12
#include "components/policy/
policy_export
.h"
17
POLICY_EXPORT
base::string16 FormatDeviceManagementStatus(
21
POLICY_EXPORT
base::string16 FormatValidationStatus(
27
POLICY_EXPORT
base::string16 FormatStoreStatus(
Completed in 126 milliseconds
1
2
3