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

  /external/chromium_org/chrome/browser/printing/
print_preview_dialog_controller_unittest.cc 84 WebContents* web_contents_1 = tab_strip_model->GetActiveWebContents(); local
85 ASSERT_TRUE(web_contents_1);
96 // Create preview dialog for |web_contents_1|
97 PrintViewManager::FromWebContents(web_contents_1)->PrintPreviewNow(false);
99 dialog_controller->GetOrCreatePreviewDialog(web_contents_1);
101 EXPECT_NE(web_contents_1, preview_dialog_1);
115 int tab_1_index = tab_strip_model->GetIndexOfWebContents(web_contents_1);
130 // When we get the preview dialog for |web_contents_1|,
132 dialog_controller->GetOrCreatePreviewDialog(web_contents_1);
  /external/chromium_org/chrome/browser/ui/find_bar/
find_bar_host_browsertest.cc 1158 WebContents* web_contents_1 = local
1238 WebContents* web_contents_1 = local
1274 WebContents* web_contents_1 = local
1347 WebContents* web_contents_1 = local
1516 WebContents* web_contents_1 = local
1540 WebContents* web_contents_1 = local
    [all...]
  /external/chromium_org/chrome/browser/sessions/
session_restore_browsertest.cc 609 content::WebContents* web_contents_1 = local
613 ASSERT_EQ(url1, web_contents_1->GetURL());
617 ASSERT_TRUE(web_contents_1->GetUserAgentOverride().empty());
621 web_contents_1->GetController().GetActiveEntry();
    [all...]

Completed in 75 milliseconds