/external/chromium/chrome/browser/history/ |
D | history_types_unittest.cc | 41 GURL url2(kURL2); in AddSimpleData() local 55 GURL url2(kURL2); in AddAlternateData() local 71 GURL url2(kURL2); in TEST() local 110 GURL url2(kURL2); in TEST() local 134 GURL url2(kURL2); in TEST() local
|
D | url_database_unittest.cc | 82 const GURL url2("http://mail.google.com/"); in TEST_F() local 249 const GURL url2("http://www.google.com/no_icon"); in TEST_F() local
|
D | history_backend_unittest.cc | 101 void AddClientRedirect(const GURL& url1, const GURL& url2, bool did_replace, in AddClientRedirect() 704 GURL url2("http://www.example.com"); in TEST_F() local 744 GURL url2("http://www.example.com"); in TEST_F() local 826 const GURL url2("http://www.google.com/m"); in TEST_F() local
|
D | top_sites_unittest.cc | 478 GURL url2("http://images.google.com/"); in TEST_F() local 557 MostVisitedURL url2; in TEST_F() local 648 MostVisitedURL url2; in TEST_F() local 713 MostVisitedURL url2; in TEST_F() local
|
/external/chromium/chrome/browser/tab_contents/ |
D | web_contents_unittest.cc | 313 const GURL url2("http://www.yahoo.com"); in TEST_F() local 369 const GURL url2("http://www.yahoo.com"); in TEST_F() local 460 const GURL url2("http://www.yahoo.com"); in TEST_F() local 512 const GURL url2("http://www.yahoo.com"); in TEST_F() local 562 const GURL url2("http://www.yahoo.com"); in TEST_F() local 600 const GURL url2("http://www.google.com"); in TEST_F() local 689 const GURL url2("http://www.yahoo.com"); in TEST_F() local 719 const GURL url2("http://www.yahoo.com"); in TEST_F() local 760 const GURL url2("http://www.yahoo.com"); in TEST_F() local 813 const GURL url2("http://images.google.com"); in TEST_F() local [all …]
|
/external/chromium/chrome/browser/ |
D | browser_commands_unittest.cc | 51 GURL url2("http://foo/2"); in TEST_F() local 107 GURL url2("http://foo/2"); in TEST_F() local
|
D | background_contents_service_unittest.cc | 132 GURL url2("http://a/"); in TEST_F() local 221 GURL url2("http://b/"); in TEST_F() local
|
/external/chromium/chrome/browser/net/ |
D | resolve_proxy_msg_helper_unittest.cc | 88 GURL url2("http://www.google2.com/"); in TEST_F() local 142 GURL url2("http://www.google2.com/"); in TEST_F() local 199 GURL url2("http://www.google2.com/"); in TEST_F() local
|
D | url_info_unittest.cc | 30 GURL url1("http://domain1.com:80"), url2("https://domain2.com:443"); in TEST() local
|
D | passive_log_collector_unittest.cc | 161 std::string url2 = "chrome2://dontcare/"; in TEST() local
|
/external/chromium/chrome/browser/tabs/ |
D | pinned_tab_codec_unittest.cc | 34 GURL url2("http://www.google.com/2"); in TEST_F() local
|
/external/chromium/chrome/browser/extensions/ |
D | extension_webnavigation_unittest.cc | 26 const GURL url2("http://mail.google.com/"); in TEST_F() local
|
D | extension_updater_unittest.cc | 641 GURL url2("http://localhost/manifest2"); in TestMultipleManifestDownloading() local 829 GURL url2("http://localhost/extension2.crx"); in TestMultipleExtensionDownloading() local 904 GURL url2("http://www.somewebsite.com"); in TestGalleryRequests() local
|
/external/chromium/net/base/ |
D | registry_controlled_domain_unittest.cc | 74 bool CompareDomains(const std::string& url1, const std::string& url2) { in CompareDomains()
|
/external/chromium/chrome/browser/safe_browsing/ |
D | safe_browsing_database_unittest.cc | 86 const std::string& url2) { in InsertAddChunkHost2PrefixUrls() 103 const std::string& url2) { in InsertAddChunkHost2FullHashes() 152 const std::string& url2) { in InsertSubChunkHost2PrefixUrls() 172 const std::string& url2) { in InsertSubChunkHost2FullHashes()
|
/external/chromium/chrome/browser/sessions/ |
D | session_restore_browsertest.cc | 114 GURL url2(ui_test_utils::GetTestUrl( in IN_PROC_BROWSER_TEST_F() local
|
/external/chromium/chrome/browser/search_engines/ |
D | search_provider_install_data_unittest.cc | 262 std::string url2 = "http://" + host2 + "/p{searchTerms}"; in TEST_F() local
|
/external/webkit/Tools/DumpRenderTree/cf/ |
D | WebArchiveDumpSupport.cpp | 151 …CFStringRef url2 = static_cast<CFStringRef>(CFDictionaryGetValue(static_cast<CFDictionaryRef>(val2… in compareResourceURLs() local
|
/external/chromium/chrome/browser/ui/toolbar/ |
D | back_forward_menu_model_unittest.cc | 513 GURL url2 = GURL("http://www.a.com/2"); in TEST_F() local
|
/external/webkit/Source/WebKit/qt/tests/qwebview/ |
D | tst_qwebview.cpp | 482 QUrl url2 = QUrl("data:text/html,<html><head></head>" in renderingAfterMaxAndBack() local
|
/external/chromium/chrome/browser/bookmarks/ |
D | bookmark_html_writer_unittest.cc | 184 GURL url2("http://url2"); in TEST_F() local
|
/external/chromium/net/tools/dump_cache/ |
D | url_to_filename_encoder_unittest.cc | 113 void ValidateEncodeSame(const string& url1, const string& url2) { in ValidateEncodeSame()
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/ |
D | URLClassLoaderTest.java | 259 URL url2 = (URL) en.nextElement(); in test_findClassLjava_lang_String() local
|
/external/chromium/chrome/browser/ssl/ |
D | ssl_browser_tests.cc | 770 GURL url2 = https_server_.GetURL("files/ssl/google.html"); in IN_PROC_BROWSER_TEST_F() local 792 GURL url2 = https_server_expired_.GetURL("files/ssl/google.html"); in IN_PROC_BROWSER_TEST_F() local
|
/external/chromium/chrome/browser/prerender/ |
D | prerender_manager_unittest.cc | 252 GURL url2("http://images.google.com/"); in TEST_F() local
|