Home
last modified time | relevance | path

Searched refs:url4 (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/ui/base/webui/
Dweb_ui_util_unittest.cc32 GURL url4("http://some/random/username/and/more@x"); in TEST() local
33 webui::ParsePathAndScale(url4, &path, &factor); in TEST()
/external/chromium_org/chrome/browser/bookmarks/
Dbookmark_html_writer_unittest.cc193 GURL url4("javascript:alert(\"Hello!\");"); in TEST_F() local
222 model->bookmark_bar_node(), 2, url4_title, url4, t4, NULL); in TEST_F()
276 AssertBookmarkEntryEquals(parsed_bookmarks[3], true, url4, url4_title, t4, in TEST_F()
/external/chromium_org/components/history/core/browser/
Durl_database_unittest.cc129 const GURL url4("http://maps.google.com/"); in TEST_F() local
130 URLRow url_info4(url4); in TEST_F()
143 URLID id4 = GetRowForURL(url4, &info); in TEST_F()
/external/chromium_org/content/browser/frame_host/
Dnavigation_controller_impl_unittest.cc2561 const GURL url4("http://foo/4"); in TEST_F() local
2576 url4, Referrer(), ui::PAGE_TRANSITION_TYPED, std::string()); in TEST_F()
2577 main_test_rfh()->SendNavigate(3, url4); in TEST_F()
2594 main_test_rfh()->SendNavigate(3, url4); in TEST_F()
2626 const GURL url4("http://foo/4"); in TEST_F() local
2678 url4, Referrer(), ui::PAGE_TRANSITION_TYPED, std::string()); in TEST_F()
2683 main_test_rfh()->SendNavigate(4, url4); in TEST_F()
2684 EXPECT_EQ(url4, controller.GetVisibleEntry()->GetURL()); in TEST_F()
2696 EXPECT_EQ(url4, controller.GetVisibleEntry()->GetURL()); in TEST_F()
2758 EXPECT_EQ(controller.GetEntryAtIndex(4)->GetURL(), url4); in TEST_F()
[all …]
/external/chromium_org/chrome/browser/history/
Dhistory_browsertest.cc340 GURL url4 = ui_test_utils::GetTestUrl( in IN_PROC_BROWSER_TEST_F() local
350 browser2, url4, NEW_FOREGROUND_TAB, in IN_PROC_BROWSER_TEST_F()
355 ASSERT_EQ(url4, urls[0]); in IN_PROC_BROWSER_TEST_F()
Dhistory_unittest.cc1387 const GURL url4("http://www.google.com/url4/"); in TEST_F() local
1469 redirects.push_back(url4); in TEST_F()
1473 url4, base::Time::Now(), context_id, 0, GURL(), in TEST_F()
/external/chromium_org/chrome/browser/
Dbrowser_commands_unittest.cc65 GURL url4("http://foo/4"); in TEST_F() local
74 url4, content::Referrer(), ui::PAGE_TRANSITION_LINK, std::string()); in TEST_F()
/external/chromium_org/components/url_matcher/
Durl_matcher_unittest.cc427 GURL url4("http://www.example.com:8080/foo?bar=1"); in TEST() local
475 EXPECT_FALSE(condition_set4->IsMatch(matching_patterns, url4)); in TEST()