HomeSort by relevance Sort by last modified time
    Searched refs:web_contents_2 (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/printing/
print_preview_dialog_controller_unittest.cc 88 WebContents* web_contents_2 = tab_strip_model->GetActiveWebContents(); local
89 ASSERT_TRUE(web_contents_2);
104 // Create preview dialog for |web_contents_2|
105 PrintViewManager::FromWebContents(web_contents_2)->PrintPreviewNow(false);
107 dialog_controller->GetOrCreatePreviewDialog(web_contents_2);
109 EXPECT_NE(web_contents_2, preview_dialog_2);
116 int tab_2_index = tab_strip_model->GetIndexOfWebContents(web_contents_2);
  /external/chromium_org/chrome/browser/ui/find_bar/
find_bar_host_browsertest.cc 1177 WebContents* web_contents_2 = local
1254 WebContents* web_contents_2 = local
1300 WebContents* web_contents_2 = local
1400 WebContents* web_contents_2 = local
1534 WebContents* web_contents_2 = local
1552 WebContents* web_contents_2 = local
    [all...]
  /external/chromium_org/chrome/browser/sessions/
session_restore_browsertest.cc 614 content::WebContents* web_contents_2 = local
617 ASSERT_EQ(url2, web_contents_2->GetURL());
621 ASSERT_TRUE(web_contents_2->GetUserAgentOverride().empty());
628 entry = web_contents_2->GetController().GetActiveEntry();
    [all...]

Completed in 111 milliseconds