HomeSort by relevance Sort by last modified time
    Searched refs:CheckAndGetValue (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/chrome/browser/extensions/
policy_handlers.cc 59 if (!CheckAndGetValue(policies, errors, &value))
111 return CheckAndGetValue(policies, errors, &value) &&
120 if (CheckAndGetValue(policies, NULL, &value) &&
202 if (!CheckAndGetValue(policies, errors, &value))
  /external/chromium_org/chrome/browser/download/
download_dir_policy_handler.cc 45 if (!CheckAndGetValue(policies, errors, &value))
  /external/chromium_org/chrome/browser/extensions/api/messaging/
native_messaging_policy_handler.cc 53 if (!CheckAndGetValue(policies, errors, &value))
  /external/chromium_org/chrome/browser/policy/
managed_bookmarks_policy_handler.cc 32 if (!CheckAndGetValue(policies, NULL, &value))
  /external/chromium_org/components/policy/core/browser/
configuration_policy_handler.cc 83 return CheckAndGetValue(policies, errors, &value);
86 bool TypeCheckingPolicyHandler::CheckAndGetValue(const PolicyMap& policies,
116 return CheckAndGetValue(policies, errors, &value) &&
176 return CheckAndGetValue(policies, errors, &value) &&
362 bool SchemaValidatingPolicyHandler::CheckAndGetValue(
configuration_policy_handler.h 91 bool CheckAndGetValue(const PolicyMap& policies,
281 bool CheckAndGetValue(const PolicyMap& policies,
configuration_policy_handler_unittest.cc 45 return SchemaValidatingPolicyHandler::CheckAndGetValue(
630 TEST(SchemaValidatingPolicyHandlerTest, CheckAndGetValue) {
676 // Test that CheckAndGetValue() actually dropped invalid properties.
683 TEST(SimpleSchemaValidatingPolicyHandlerTest, CheckAndGetValue) {
  /external/chromium_org/chrome/browser/chromeos/policy/
configuration_policy_handler_chromeos.cc 195 if (!CheckAndGetValue(policies, errors, &value))
409 if (!CheckAndGetValue(policies, NULL, &policy_value))
466 if (!CheckAndGetValue(policies, NULL, &policy_value))

Completed in 231 milliseconds