Home | History | Annotate | Download | only in extensions

Lines Matching refs:url

21 // Simulates a page calling window.open on an URL, and waits for the navigation.
24 const GURL& url,
27 opener_host, L"", L"window.open('" + UTF8ToWide(url.spec()) + L"');"));
37 newtab->controller().GetLastCommittedEntry()->url() != url)
39 EXPECT_EQ(url, newtab->controller().GetLastCommittedEntry()->url());
46 // Simulates a page navigating itself to an URL, and waits for the navigation.
47 static void NavigateTabHelper(TabContents* contents, const GURL& url) {
54 L"window.location = '" + UTF8ToWide(url.spec()) + L"';",
59 contents->controller().GetLastCommittedEntry()->url() != url)
61 EXPECT_EQ(url, contents->controller().GetLastCommittedEntry()->url());
111 // in-app URL. See crbug.com/65953.
180 GetLastCommittedEntry()->url().path());