Searched refs:url_prefix (Results 1 - 14 of 14) 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 Dping_manager_unittest.cc38 config.url_prefix = kUrlPrefix;
95 config.url_prefix = kUrlPrefix;
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()));
H A Dping_manager.cc37 url_prefix_(config.url_prefix) {
H A Dsafe_browsing_service.cc430 config.url_prefix = kSbDefaultURLPrefix;
H A Dprotocol_manager.cc122 url_prefix_(config.url_prefix),
H A Dprotocol_manager_unittest.cc88 config.url_prefix = kUrlPrefix;
/external/chromium_org/net/url_request/
H A Dview_cache_helper.h37 // or the object is destroyed. |url_prefix| will be prepended to each entry
40 const std::string& url_prefix,
67 const std::string& url_prefix,
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/chrome/browser/extensions/
H A Dtest_blacklist_state_fetcher.cc24 config.url_prefix = kUrlPrefix;
H A Dblacklist_state_fetcher.cc166 safe_browsing_config_->url_prefix.c_str(),
/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 5879 milliseconds