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 1169 WebContents* web_contents_2 = local
1246 WebContents* web_contents_2 = local
1292 WebContents* web_contents_2 = local
1392 WebContents* web_contents_2 = local
1526 WebContents* web_contents_2 = local
1544 WebContents* web_contents_2 = local
    [all...]
  /external/chromium_org/chrome/browser/sessions/
session_restore_browsertest.cc 611 content::WebContents* web_contents_2 = local
614 ASSERT_EQ(url2, web_contents_2->GetURL());
618 ASSERT_TRUE(web_contents_2->GetUserAgentOverride().empty());
625 entry = web_contents_2->GetController().GetActiveEntry();
    [all...]

Completed in 237 milliseconds