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

/external/chromium_org/chrome/browser/extensions/api/messaging/
H A Dnative_messaging_policy_handler.cc32 return CheckAndGetList(policies, errors, NULL);
40 if (CheckAndGetList(policies, &errors, &list) && list)
48 bool NativeMessagingHostListPolicyHandler::CheckAndGetList( function in class:extensions::NativeMessagingHostListPolicyHandler
/external/chromium_org/chrome/browser/extensions/
H A Dpolicy_handlers.cc34 return CheckAndGetList(policies, errors, NULL);
42 if (CheckAndGetList(policies, &errors, &list) && list)
50 bool ExtensionListPolicyHandler::CheckAndGetList( function in class:extensions::ExtensionListPolicyHandler

Completed in 264 milliseconds