Home | History | Annotate | Download | only in printing

Lines Matching full:tab_contents

12 #include "chrome/browser/ui/tab_contents/tab_contents_wrapper.h"
20 #include "content/browser/tab_contents/tab_contents.h"
25 TabContents* tab_contents)
26 : TabContentsObserver(tab_contents) {
27 DCHECK(tab_contents);
39 return tab_controller->GetPrintPreviewForTab(tab_contents());
55 RenderViewHost* rvh = tab_contents()->render_view_host();
76 wrapper->print_view_manager()->OverrideTitle(tab_contents());
89 PrintPreviewTabController::PrintPreview(tab_contents());
93 PrintPreviewTabController::PrintPreview(tab_contents());
112 if (tab_contents()->delegate() &&
113 printing::PrintPreviewTabController::IsPrintPreviewTab(tab_contents())) {
114 tab_contents()->SetContentRestrictions(CONTENT_RESTRICTION_PRINT);