Searched refs:newtab (Results 1 – 5 of 5) sorted by relevance
34 TabContents* newtab = last_active_browser->GetSelectedTabContents(); in WindowOpenHelper() local35 EXPECT_TRUE(newtab); in WindowOpenHelper()36 if (!newtab->controller().GetLastCommittedEntry() || in WindowOpenHelper()37 newtab->controller().GetLastCommittedEntry()->url() != url) in WindowOpenHelper()38 ui_test_utils::WaitForNavigation(&newtab->controller()); in WindowOpenHelper()39 EXPECT_EQ(url, newtab->controller().GetLastCommittedEntry()->url()); in WindowOpenHelper()41 EXPECT_EQ(opener_host->process(), newtab->render_view_host()->process()); in WindowOpenHelper()43 EXPECT_NE(opener_host->process(), newtab->render_view_host()->process()); in WindowOpenHelper()
626 TabContents* newtab = last_active_browser->GetSelectedTabContents(); in WindowOpenHelper() local627 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() local649 "newtab.html", &newtab)); in IN_PROC_BROWSER_TEST_F()653 newtab->render_view_host(), L"", L"testExtensionApi()", &result)); in IN_PROC_BROWSER_TEST_F()[all …]
25 // Create a "chrome://newtab" test tab. SiteInstance will be deleted when31 tabContents->controller().LoadURL(GURL("chrome://newtab"),45 EXPECT_NSEQ(@"chrome://newtab/", [controller pageURL]);
1083 struct tcb **newtab = (struct tcb **) in expand_tcbtab() local1088 if (newtab == NULL || newtcbs == NULL) { in expand_tcbtab()1095 newtab[i] = &newtcbs[i - tcbtabsize]; in expand_tcbtab()1097 tcbtab = newtab; in expand_tcbtab()
83 NSString* const kNewTabImage = @"newtab.pdf";