Home | History | Annotate | Download | only in extensions

Lines Matching refs:newtab

626   TabContents* newtab = last_active_browser->GetSelectedTabContents();
627 EXPECT_TRUE(newtab);
629 if (!newtab->controller().GetLastCommittedEntry() ||
630 newtab->controller().GetLastCommittedEntry()->url() != expected_url)
631 ui_test_utils::WaitForNavigation(&newtab->controller());
633 newtab->controller().GetLastCommittedEntry()->url());
635 *newtab_result = newtab;
644 TabContents* newtab;
649 "newtab.html", &newtab));
653 newtab->render_view_host(), L"", L"testExtensionApi()", &result));
667 "chrome-extension://thisissurelynotavalidextensionid/newtab.html", NULL));
672 // Tests that calling window.open from the newtab page to an extension URL
680 TabContents* newtab;
685 "/newtab.html",
686 &newtab));
691 newtab->render_view_host(), L"", L"testExtensionApi()", &result));