Searched defs:web_contents_2 (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/printing/
H A Dprint_preview_dialog_controller_unittest.cc86 WebContents* web_contents_2 = tab_strip_model->GetActiveWebContents(); local
87 ASSERT_TRUE(web_contents_2);
102 // Create preview dialog for |web_contents_2|
103 PrintViewManager::FromWebContents(web_contents_2)->PrintPreviewNow(false);
105 dialog_controller->GetOrCreatePreviewDialog(web_contents_2);
107 EXPECT_NE(web_contents_2, preview_dialog_2);
114 int tab_2_index = tab_strip_model->GetIndexOfWebContents(web_contents_2);
/external/chromium_org/chrome/browser/sessions/
H A Dsession_restore_browsertest.cc699 content::WebContents* web_contents_2 = local
702 ASSERT_EQ(url2, web_contents_2->GetURL());
706 ASSERT_TRUE(web_contents_2->GetUserAgentOverride().empty());
713 entry = web_contents_2->GetController().GetActiveEntry();
/external/chromium_org/chrome/browser/ui/find_bar/
H A Dfind_bar_host_browsertest.cc1129 WebContents* web_contents_2 = local
1131 EXPECT_NE(web_contents_1, web_contents_2);
1134 FindInPageWchar(web_contents_2, L"given", kFwd, kIgnoreCase, &ordinal);
1206 WebContents* web_contents_2 = local
1208 EXPECT_NE(web_contents_1, web_contents_2);
1252 WebContents* web_contents_2 = local
1254 EXPECT_NE(web_contents_1, web_contents_2);
1257 FindInPageWchar(web_contents_2, L"text", kFwd, kIgnoreCase, &ordinal);
1352 WebContents* web_contents_2 = local
1354 EXPECT_NE(web_contents_1, web_contents_2);
1479 WebContents* web_contents_2 = local
1497 WebContents* web_contents_2 = local
[all...]

Completed in 439 milliseconds