Home
last modified time | relevance | path

Searched refs:DecodeValue (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/policy/
Duser_policy_cache.h56 Value* DecodeValue(const em::GenericValue& value) const;
Duser_policy_cache.cc203 Value* decoded_value = DecodeValue(named_value->value()); in MaybeDecodeOldstylePolicy()
226 Value* UserPolicyCache::DecodeValue(const em::GenericValue& value) const { in DecodeValue() function in policy::UserPolicyCache