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

  /external/chromium/net/url_request/
view_cache_helper.h 40 // or the object is destroyed. |url_prefix| will be prepended to each entry
43 const std::string& url_prefix,
65 const std::string& url_prefix,
view_cache_helper.cc 65 const std::string& url_prefix) {
67 GURL url = GURL(url_prefix + key);
108 const std::string& url_prefix,
111 return GetInfoHTML(std::string(), context, url_prefix, out, callback);
118 const std::string& url_prefix,
125 url_prefix_ = url_prefix;
  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_test.cc 305 std::string url_prefix = local
309 command_line->AppendSwitchASCII(switches::kSbInfoURLPrefix, url_prefix);
310 command_line->AppendSwitchASCII(switches::kSbMacKeyURLPrefix, url_prefix);
safe_browsing_database_unittest.cc 44 const SBPrefix& url_prefix) {
51 host.entry->SetPrefixAt(0, url_prefix);
121 const SBPrefix& url_prefix) {
129 host.entry->SetPrefixAt(0, url_prefix);
    [all...]
  /external/chromium/chrome/browser/ui/tests/
browser_uitest.cc 111 std::wstring url_prefix(L"javascript:(function(){w=window.open();");
112 GURL fork_url(url_prefix +
  /external/chromium/chrome/browser/
browser_about_handler.cc     [all...]

Completed in 1131 milliseconds