Home | History | Annotate | Download | only in extensions

Lines Matching refs:NewTab

34   TabContents* newtab = last_active_browser->GetSelectedTabContents();
35 EXPECT_TRUE(newtab);
36 if (!newtab->controller().GetLastCommittedEntry() ||
37 newtab->controller().GetLastCommittedEntry()->url() != url)
38 ui_test_utils::WaitForNavigation(&newtab->controller());
39 EXPECT_EQ(url, newtab->controller().GetLastCommittedEntry()->url());
41 EXPECT_EQ(opener_host->process(), newtab->render_view_host()->process());
43 EXPECT_NE(opener_host->process(), newtab->render_view_host()->process());
84 browser()->NewTab();
86 browser()->NewTab();
88 browser()->NewTab();
168 browser()->NewTab();
170 browser()->NewTab();