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

/external/chromium_org/chrome/browser/custom_handlers/
H A Dprotocol_handler_registry_unittest.cc116 base::DictionaryValue* GetProtocolHandlerValueWithDefault(std::string protocol, function in namespace:__anon3527
980 GetProtocolHandlerValueWithDefault("p1", URL_p1u2, true));
982 GetProtocolHandlerValueWithDefault("p1", URL_p1u1, true));
984 GetProtocolHandlerValueWithDefault("p1", URL_p1u2, false));
987 GetProtocolHandlerValueWithDefault("p1", URL_p1u1, false));
989 GetProtocolHandlerValueWithDefault("p3", URL_p3u1, true));

Completed in 558 milliseconds