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 258 std::string url_prefix = test_server_->GetURL("safebrowsing").spec(); variable
259 command_line->AppendSwitchASCII(switches::kSbURLPrefix, url_prefix);
safe_browsing_service_browsertest.cc 953 GURL url_prefix = test_server()->GetURL( variable
    [all...]
  /external/chromium_org/chrome_frame/test/
util_unittests.cc 241 MATCHER_P(UrlPathStartsWith, url_prefix, "url starts with prefix") {
242 return StartsWith(UTF8ToWide(arg.spec()), url_prefix, false);
245 ACTION_P3(HandleZone, mock, url_prefix, zone) {
246 if (StartsWith(UTF8ToWide(arg0.spec()), url_prefix, false))
255 const wchar_t* url_prefix; member in struct:Zones
271 EXPECT_CALL(mock, IsZoneAllowed(UrlPathStartsWith(zone.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);

Completed in 575 milliseconds