HomeSort by relevance Sort by last modified time
    Searched full:new_base_url (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/search/
instant_service_unittest.cc 73 const std::string new_base_url = "https://bar.com/"; local
74 SetUserSelectedDefaultSearchProvider(new_base_url);
86 const std::string new_base_url = "https://www.google.es/"; local
87 NotifyGoogleBaseURLUpdate(new_base_url);
94 const std::string new_base_url = "https://www.google.es/"; local
95 NotifyGoogleBaseURLUpdate(new_base_url);
155 const std::string new_base_url = "https://www.google.es/"; local
156 NotifyGoogleBaseURLUpdate(new_base_url);
  /external/chromium_org/content/renderer/
dom_serializer_browsertest.cc 686 GURL new_base_url(doc.baseURL());
687 ASSERT_EQ(new_base_url, path_dir_url);
    [all...]

Completed in 224 milliseconds