OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PolicyServiceImpl
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/components/policy/core/common/
policy_service_impl.h
26
class POLICY_EXPORT
PolicyServiceImpl
32
// The
PolicyServiceImpl
will merge policies from |providers|. |providers|
34
// have the highest priority. The
PolicyServiceImpl
does not take ownership of
35
// the providers, and they must outlive the
PolicyServiceImpl
.
36
explicit
PolicyServiceImpl
(const Providers& providers);
38
virtual ~
PolicyServiceImpl
();
96
base::WeakPtrFactory<
PolicyServiceImpl
> update_task_ptr_factory_;
98
DISALLOW_COPY_AND_ASSIGN(
PolicyServiceImpl
);
policy_service_impl.cc
19
typedef
PolicyServiceImpl
::Providers::const_iterator Iterator;
72
PolicyServiceImpl
::
PolicyServiceImpl
(const Providers& providers)
90
PolicyServiceImpl
::~
PolicyServiceImpl
() {
96
void
PolicyServiceImpl
::AddObserver(PolicyDomain domain,
104
void
PolicyServiceImpl
::RemoveObserver(PolicyDomain domain,
118
const PolicyMap&
PolicyServiceImpl
::GetPolicies(
123
bool
PolicyServiceImpl
::IsInitializationComplete(PolicyDomain domain) const {
128
void
PolicyServiceImpl
::RefreshPolicies(const base::Closure& callback)
[
all
...]
Completed in 27 milliseconds