OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetUnmanaged
(Results
1 - 6
of
6
) sorted by null
/external/chromium/chrome/browser/policy/
user_policy_cache.h
32
virtual void
SetUnmanaged
() OVERRIDE;
cloud_policy_cache_base.h
55
virtual void
SetUnmanaged
() = 0;
device_policy_cache.h
37
virtual void
SetUnmanaged
() OVERRIDE;
device_token_fetcher.cc
97
// The call to |cache_->
SetUnmanaged
()| has to happen first because it sets
100
cache_->
SetUnmanaged
();
139
cache_->
SetUnmanaged
();
device_policy_cache.cc
179
void DevicePolicyCache::
SetUnmanaged
() {
user_policy_cache.cc
118
void UserPolicyCache::
SetUnmanaged
() {
Completed in 57 milliseconds