HomeSort by relevance Sort by last modified time
    Searched defs:url_prefix (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/chrome/browser/safe_browsing/
protocol_manager_helper.h 22 std::string url_prefix; member in struct:SafeBrowsingProtocolConfig
safe_browsing_test.cc 112 explicit FakeSafeBrowsingService(const std::string& url_prefix)
113 : url_prefix_(url_prefix) {}
117 config.url_prefix = url_prefix_;
136 explicit TestSafeBrowsingServiceFactory(const std::string& url_prefix)
137 : url_prefix_(url_prefix) {}
268 std::string url_prefix = test_server_->GetURL("safebrowsing").spec(); variable
269 sb_factory_.reset(new TestSafeBrowsingServiceFactory(url_prefix));
safe_browsing_service_browsertest.cc 70 explicit FakeSafeBrowsingService(const std::string& url_prefix)
71 : url_prefix_(url_prefix) {}
75 config.url_prefix = url_prefix_;
94 explicit TestSafeBrowsingServiceFactory(const std::string& url_prefix)
95 : url_prefix_(url_prefix) {}
885 GURL url_prefix = test_server()->GetURL( variable
889 sb_factory_.reset(new TestSafeBrowsingServiceFactory(url_prefix.spec()));
    [all...]
  /external/chromium_org/chrome/browser/sync/
profile_sync_components_factory_impl.cc 639 std::string url_prefix = GetSyncServiceAttachmentsURL(sync_service_url_); local
650 new syncer::AttachmentUploaderImpl(url_prefix,
  /external/chromium_org/components/dom_distiller/core/
distiller_unittest.cc 144 string url_prefix = "http://a.com/"; local
146 result->page_urls.push_back(url_prefix + base::IntToString(page_num));
151 ? url_prefix + base::IntToString(page_num + 1)

Completed in 754 milliseconds