HomeSort by relevance Sort by last modified time
    Searched refs:url1 (Results 26 - 50 of 116) sorted by null

12 3 4 5

  /external/chromium_org/components/url_matcher/
url_matcher_unittest.cc 86 GURL url1("http://www.example.com/www.foobar.com/index.html");
96 EXPECT_FALSE(m1.IsMatch(matching_patterns, url1));
100 EXPECT_TRUE(m1.IsMatch(matching_patterns, url1));
106 EXPECT_TRUE(m2.IsMatch(matching_patterns, url1));
424 GURL url1("http://www.example.com/foo?bar=1");
444 EXPECT_FALSE(condition_set->IsMatch(matching_patterns, url1));
447 EXPECT_TRUE(condition_set->IsMatch(matching_patterns, url1));
457 EXPECT_FALSE(condition_set2->IsMatch(matching_patterns, url1));
464 EXPECT_TRUE(condition_set3->IsMatch(matching_patterns, url1));
473 EXPECT_TRUE(condition_set4->IsMatch(matching_patterns, url1));
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/weborigin/
KURLTest.cpp 635 WebCore::KURL url1(WebCore::ParsedURLString, "http://host/path/to/file.txt");
636 EXPECT_EQ("file.txt", url1.lastPathComponent());
644 WebCore::KURL url1(WebCore::ParsedURLString, "http://host/path/to/file.txt");
645 EXPECT_TRUE(url1.isHierarchical());
653 WebCore::KURL url1(WebCore::ParsedURLString, "http://host/path/to/file.txt");
654 EXPECT_EQ(20u, url1.pathAfterLastSlash());
662 WebCore::KURL url1(WebCore::ParsedURLString, "http://host/path/to/file.txt");
663 EXPECT_TRUE(url1.protocolIsInHTTPFamily());
671 WebCore::KURL url1(WebCore::ParsedURLString, "foo://bar");
672 EXPECT_TRUE(url1.protocolIs("foo"))
    [all...]
  /hardware/qcom/gps/core/
LocAdapterBase.cpp 92 reportXtraServer(const char* url1, const char* url2,
LocAdapterBase.h 90 virtual bool reportXtraServer(const char* url1, const char* url2,
  /hardware/qcom/gps/msm8960/core/
LocAdapterBase.h 88 virtual bool reportXtraServer(const char* url1, const char* url2,
LocAdapterBase.cpp 100 reportXtraServer(const char* url1, const char* url2,
  /external/chromium_org/content/browser/
cross_site_transfer_browsertest.cc 264 GURL url1 = test_server()->GetURL("files/site_isolation/blank.html?1"); local
265 NavigateToURL(shell(), url1); local
284 // There should be one history entry. url2 should have replaced url1.
303 // There should be two history entries. url2 should have replaced url1. url2
340 // There should be one history entry. url2 should have replaced url1.
350 // There should be two history entries. url2 should have replaced url1. url2
374 GURL url1 = test_server()->GetURL("files/site_isolation/blank.html?1"); local
375 NavigateToURL(shell(), url1); local
391 // There should be one history entry. url2b should have replaced url1.
407 // There should be two history entries. url2b should have replaced url1. url2
430 GURL url1 = test_server()->GetURL("files\/site_isolation\/blank.html?1"); local
431 NavigateToURL(shell(), url1); local
    [all...]
  /external/chromium_org/chrome/browser/history/
history_backend_unittest.cc 267 // |url1| is the source URL and |url2| is the destination.
269 // navigation entry for |url2| has replaced that for |url1|. The possibly
270 // updated transition code of the visit records for |url1| and |url2| is
273 void AddClientRedirect(const GURL& url1, const GURL& url2, bool did_replace,
278 if (url1.is_valid())
279 redirects.push_back(url1);
283 url2, time, dummy_context_id, 0, url1,
288 *transition1 = GetTransition(url1);
    [all...]
url_database_unittest.cc 72 const GURL url1("http://www.google.com/");
73 URLRow url_info1(url1);
93 EXPECT_TRUE(GetRowForURL(url1, &info));
132 URLID id1 = GetRowForURL(url1, &info);
148 // EXPECT_TRUE(db.GetURLInfo(url1, NULL) == NULL);
top_sites_impl_unittest.cc 587 MostVisitedURL url1; local
588 url1.url = GURL("http://asdf.com");
589 url1.redirects.push_back(url1.url);
590 url_list.push_back(url1);
605 EXPECT_TRUE(top_sites()->SetPageThumbnail(url1.url, thumbnail, score));
606 EXPECT_TRUE(top_sites()->GetPageThumbnail(url1.url, false, &result));
1149 MostVisitedURL url, url1; local
    [all...]
top_sites_database_unittest.cc 363 MostVisitedURL url1(mapsUrl, base::ASCIIToUTF16("Google Maps"));
364 db.SetPageThumbnail(url1, 1, Images());
414 url1.last_forced_time = base::Time::FromJsTime(792219600000); // 8/2/1995
415 db.UpdatePageRank(url1, TopSitesDatabase::kRankOfForcedURL);
  /external/chromium_org/chrome/browser/notifications/sync_notifier/
chrome_notifier_delegate_unittest.cc 134 GURL url1(kButtonOneUrl);
136 ASSERT_EQ(url1, tab->GetController().GetActiveEntry()->GetVirtualURL());
  /hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
LocEngAdapter.cpp 168 bool LocEngAdapter::reportXtraServer(const char* url1,
174 sendMsg(new LocEngReportXtraServer(mOwner, url1,
  /external/chromium_org/content/browser/fileapi/
dragged_file_util_unittest.cc 162 void VerifyFilesHaveSameContent(const FileSystemURL& url1,
164 // Get the file info and the platform path for url1.
168 file_system_context(), url1, &info1));
172 file_system_context(), url1, &platform_path1));
235 FileSystemURL url1 = GetOtherURL(file_system_context(), local
239 EXPECT_EQ(IsDirectoryEmpty(file_system_context(), url1),
245 VerifyFilesHaveSameContent(url1, url2);
  /external/chromium_org/chrome/browser/history/android/
bookmark_model_sql_handler_unittest.cc 212 GURL url1 = GURL("http://bookmark.com"); local
214 row.set_url(url1);
244 id_row.url = url1;
  /external/chromium_org/chrome/browser/sessions/
session_restore_browsertest.cc 388 GURL url1(ui_test_utils::GetTestUrl(
398 ui_test_utils::NavigateToURL(browser(), url1); local
547 GURL url1, GURL url2) {
550 EXPECT_EQ(url1, controller.GetEntryAtIndex(0)->GetURL());
559 GURL url1("http://google.com");
562 SerializedNavigationEntryTestHelper::CreateNavigation(url1.spec(), "one");
595 VerifyNavigationEntries(web_contents->GetController(), url1, url2);
614 VerifyNavigationEntries(web_contents->GetController(), url1, url2);
635 VerifyNavigationEntries(web_contents->GetController(), url1, url2);
644 GURL url1("http://google.com")
    [all...]
  /external/chromium_org/chrome/browser/sync/test/integration/
single_client_backup_rollback_test.cc 143 const BookmarkNode* url1 = tier1_a->GetChild(0); local
144 ASSERT_EQ(GURL("http://mail.google.com"), url1->url());
217 // -> http://www.nhl.com "url1"
220 ASSERT_TRUE(AddURL(0, GetOtherNode(0), 1, "url1",
two_client_typed_urls_sync_test.cc 195 GURL url1(kUrl1);
197 AddUrlToHistory(0, url1);
204 ASSERT_EQ(url1, post_sync_urls[0].url());
  /external/chromium_org/content/browser/renderer_host/
render_view_host_unittest.cc 80 const GURL url1("http://foo1");
94 NavigateAndCommit(url1);
  /hardware/qcom/gps/loc_api/libloc_api_50001/
LocEngAdapter.cpp 252 bool LocEngAdapter::reportXtraServer(const char* url1,
258 sendMsg(new LocEngReportXtraServer(mOwner, url1,
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
URLTest.java 714 URL url1 = new URL("file:\/\/\/anyfile"); local
    [all...]
  /cts/tests/tests/webkit/src/android/webkit/cts/
WebViewTest.java 675 String url1 = mWebServer.getAssetUrl(TestHtmlConstants.HTML_URL1);
679 mOnUiThread.loadUrlAndWaitForCompletion(url1);
680 pollingCheckWebBackForwardList(url1, 0, 1);
705 pollingCheckWebBackForwardList(url1, 0, 3);
    [all...]
WebViewClientTest.java 263 String url1 = mWebServer.getAssetUrl(TestHtmlConstants.HELLO_WORLD_URL); local
265 mOnUiThread.loadUrlAndWaitForCompletion(url1);
330 String url1 = mWebServer.getAssetUrl(TestHtmlConstants.HELLO_WORLD_URL); local
331 mOnUiThread.loadUrlAndWaitForCompletion(url1);
  /external/chromium_org/net/spdy/
spdy_session_unittest.cc     [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
URLClassLoaderTest.java 258 URL url1 = (URL) en.nextElement(); local
261 && url1.equals(new URL("jar:file:/"
426 URL url1 = new URL("file:///"); local
427 URLClassLoader loader = new URLClassLoader(new URL[] { url1 }, null);

Completed in 3195 milliseconds

12 3 4 5