Searched refs:ComposeUrl (Results 1 – 2 of 2) sorted by relevance
/external/chromium/chrome/browser/safe_browsing/ |
D | protocol_manager.cc | 722 std::string SafeBrowsingProtocolManager::ComposeUrl( in ComposeUrl() function in SafeBrowsingProtocolManager 740 std::string url = ComposeUrl(http_url_prefix_, "downloads", client_name_, in UpdateUrl() 750 std::string url= ComposeUrl(http_url_prefix_, "gethash", client_name_, in GetHashUrl() 760 return GURL(ComposeUrl(https_url_prefix_, "newkey", client_name_, version_, in MacKeyUrl() 773 std::string url = ComposeUrl(http_url_prefix_, "report", client_name_, in SafeBrowsingHitUrl()
|
D | protocol_manager.h | 228 static std::string ComposeUrl(const std::string& prefix,
|