Searched defs:url_prefix (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/safe_browsing/
H A Dprotocol_manager_helper.h22 std::string url_prefix; member in struct:SafeBrowsingProtocolConfig
H A Dsafe_browsing_test.cc112 explicit FakeSafeBrowsingService(const std::string& url_prefix) argument
113 : url_prefix_(url_prefix) {}
117 config.url_prefix = url_prefix_;
139 explicit TestSafeBrowsingServiceFactory(const std::string& url_prefix) argument
140 : url_prefix_(url_prefix) {}
271 std::string url_prefix = test_server_->GetURL("safebrowsing").spec(); variable
272 sb_factory_.reset(new TestSafeBrowsingServiceFactory(url_prefix));
H A Dsafe_browsing_service_browsertest.cc71 explicit FakeSafeBrowsingService(const std::string& url_prefix) argument
72 : url_prefix_(url_prefix) {}
76 config.url_prefix = url_prefix_;
98 explicit TestSafeBrowsingServiceFactory(const std::string& url_prefix) argument
99 : url_prefix_(url_prefix) {}
1000 GURL url_prefix = test_server()->GetURL( variable
1004 sb_factory_.reset(new TestSafeBrowsingServiceFactory(url_prefix.spec()));
/external/chromium_org/net/url_request/
H A Dview_cache_helper.cc33 const std::string& url_prefix) {
35 GURL url = GURL(url_prefix + key);
68 const std::string& url_prefix,
71 return GetInfoHTML(std::string(), context, url_prefix, out, callback);
118 const std::string& url_prefix,
125 url_prefix_ = url_prefix;
32 FormatEntryInfo(disk_cache::Entry* entry, const std::string& url_prefix) argument
67 GetContentsHTML(const URLRequestContext* context, const std::string& url_prefix, std::string* out, const CompletionCallback& callback) argument
116 GetInfoHTML(const std::string& key, const URLRequestContext* context, const std::string& url_prefix, std::string* out, const CompletionCallback& callback) argument
/external/chromium_org/components/dom_distiller/core/
H A Ddistiller_unittest.cc145 string url_prefix = "http://a.com/"; local
147 result->page_urls.push_back(url_prefix + base::IntToString(page_num));
152 ? url_prefix + base::IntToString(page_num + 1)
/external/chromium_org/chrome/browser/extensions/updater/
H A Dextension_updater_unittest.cc1203 const std::string& url_prefix,
1228 GURL test_url(base::StringPrintf("%s/extension.crx", url_prefix.c_str()));
1202 TestProtectedDownload( const std::string& url_prefix, bool enable_oauth2, bool succeed_with_oauth2, int valid_authuser, int max_authuser) argument

Completed in 585 milliseconds