Lines Matching refs:url
60 std::string url = StringPrintf(
65 template_url->SetURL(url, 0, 0);
66 template_url->SetInstantURL(url, 0, 0);
324 // Make sure the url that will get committed when we press enter matches that
329 ASSERT_TRUE(default_turl->url());
330 EXPECT_EQ(default_turl->url()->ReplaceSearchTerms(
431 GURL url(test_server()->GetURL("files/instant/empty.html"));
432 ASSERT_NO_FATAL_FAILURE(SetLocationBarText(url.spec()));
450 GURL url(test_server()->GetURL("files/instant/empty.html"));
451 ASSERT_NO_FATAL_FAILURE(SetLocationBarText(url.spec()));
570 GURL url(test_server()->GetURL("files/instant/empty.html"));
571 ASSERT_NO_FATAL_FAILURE(SetLocationBarText(url.spec()));
633 GURL url(test_server()->GetURL("files/instant/403.html"));
635 location_bar_->location_entry()->SetUserText(UTF8ToUTF16(url.spec()));
647 // Try loading another url on the server. Instant shouldn't create a new tab
781 GURL url(test_server()->GetURL("files/instant/empty.html"));
782 location_bar_->location_entry()->SetUserText(UTF8ToUTF16(url.spec()));
785 url = test_server()->GetURL("files/instant/download.zip");
786 location_bar_->location_entry()->SetUserText(UTF8ToUTF16(url.spec()));
805 contents->controller().GetLastCommittedEntry()->url().spec());
807 // If there is a pending entry, the url should correspond to the download.
808 EXPECT_EQ(url.spec(),
809 contents->controller().pending_entry()->url().spec());
833 // Navigate to a new URL. This should reset the searchbox values.