Searched defs:PolicyApplicator (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chromeos/network/
H A Dpolicy_applicator.h24 // (~PolicyApplicator).
25 class PolicyApplicator : public base::RefCounted<PolicyApplicator> { class in namespace:chromeos
52 PolicyApplicator(base::WeakPtr<ConfigurationHandler> handler,
61 friend class base::RefCounted<PolicyApplicator>;
78 // is true, the configuration is queued for sending until ~PolicyApplicator.
85 virtual ~PolicyApplicator();
98 DISALLOW_COPY_AND_ASSIGN(PolicyApplicator);
H A Dpolicy_applicator.cc38 const PolicyApplicator::GuidToPolicyMap& policies,
40 PolicyApplicator::GuidToPolicyMap::const_iterator it = policies.find(guid);
48 PolicyApplicator::PolicyApplicator( function in class:chromeos::PolicyApplicator
63 void PolicyApplicator::Run() {
66 base::Bind(&PolicyApplicator::GetProfilePropertiesCallback, this),
70 void PolicyApplicator::GetProfilePropertiesCallback(
96 base::Bind(&PolicyApplicator::GetEntryCallback, this, entry),
101 void PolicyApplicator::GetEntryCallback(
203 // delay the writing of the new config here until ~PolicyApplicator
[all...]

Completed in 200 milliseconds