Lines Matching refs:newtab
626 TabContents* newtab = last_active_browser->GetSelectedTabContents(); in WindowOpenHelper() local
627 EXPECT_TRUE(newtab); in WindowOpenHelper()
629 if (!newtab->controller().GetLastCommittedEntry() || in WindowOpenHelper()
630 newtab->controller().GetLastCommittedEntry()->url() != expected_url) in WindowOpenHelper()
631 ui_test_utils::WaitForNavigation(&newtab->controller()); in WindowOpenHelper()
633 newtab->controller().GetLastCommittedEntry()->url()); in WindowOpenHelper()
635 *newtab_result = newtab; in WindowOpenHelper()
644 TabContents* newtab; in IN_PROC_BROWSER_TEST_F() local
649 "newtab.html", &newtab)); in IN_PROC_BROWSER_TEST_F()
653 newtab->render_view_host(), L"", L"testExtensionApi()", &result)); in IN_PROC_BROWSER_TEST_F()
680 TabContents* newtab; in IN_PROC_BROWSER_TEST_F() local
686 &newtab)); in IN_PROC_BROWSER_TEST_F()
691 newtab->render_view_host(), L"", L"testExtensionApi()", &result)); in IN_PROC_BROWSER_TEST_F()