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 82 WebContents* web_contents_1 = tab_strip_model->GetActiveWebContents(); local
83 ASSERT_TRUE(web_contents_1);
94 // Create preview dialog for |web_contents_1|
95 PrintViewManager::FromWebContents(web_contents_1)->PrintPreviewNow(false);
97 dialog_controller->GetOrCreatePreviewDialog(web_contents_1);
99 EXPECT_NE(web_contents_1, preview_dialog_1);
113 int tab_1_index = tab_strip_model->GetIndexOfWebContents(web_contents_1);
128 // When we get the preview dialog for |web_contents_1|,
130 dialog_controller->GetOrCreatePreviewDialog(web_contents_1);
  /external/chromium_org/chrome/browser/ui/find_bar/
find_bar_host_browsertest.cc 1118 WebContents* web_contents_1 = local
1198 WebContents* web_contents_1 = local
1234 WebContents* web_contents_1 = local
1307 WebContents* web_contents_1 = local
1469 WebContents* web_contents_1 = local
1493 WebContents* web_contents_1 = local
    [all...]
  /external/chromium_org/chrome/browser/sessions/
session_restore_browsertest.cc 697 content::WebContents* web_contents_1 = local
701 ASSERT_EQ(url1, web_contents_1->GetURL());
705 ASSERT_TRUE(web_contents_1->GetUserAgentOverride().empty());
709 web_contents_1->GetController().GetActiveEntry();
    [all...]

Completed in 180 milliseconds