Searched refs:GetProtocolHandlerValue (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/custom_handlers/
H A Dprotocol_handler_registry_unittest.cc108 base::DictionaryValue* GetProtocolHandlerValue(std::string protocol, function in namespace:__anon3527
119 base::DictionaryValue* value = GetProtocolHandlerValue(protocol, url);
1059 handlers_ignored_by_pref.Append(GetProtocolHandlerValue("p1", URL_p1u1));
1060 handlers_ignored_by_pref.Append(GetProtocolHandlerValue("p1", URL_p1u2));
1061 handlers_ignored_by_pref.Append(GetProtocolHandlerValue("p1", URL_p1u2));
1062 handlers_ignored_by_pref.Append(GetProtocolHandlerValue("p3", URL_p3u1));
1064 handlers_ignored_by_policy.Append(GetProtocolHandlerValue("p1", URL_p1u2));
1065 handlers_ignored_by_policy.Append(GetProtocolHandlerValue("p1", URL_p1u3));
1066 handlers_ignored_by_policy.Append(GetProtocolHandlerValue("p2", URL_p2u1));

Completed in 1485 milliseconds