Home
last modified time | relevance | path

Searched refs:print_preview_tab_controller (Results 1 – 4 of 4) sorted by relevance

/external/chromium/chrome/browser/
Dbrowser_process.h169 print_preview_tab_controller() = 0;
Dbrowser_process_impl.h87 virtual printing::PrintPreviewTabController* print_preview_tab_controller();
Dbrowser_process_impl.cc558 BrowserProcessImpl::print_preview_tab_controller() { in print_preview_tab_controller() function in BrowserProcessImpl
/external/chromium/chrome/browser/printing/
Dprint_preview_tab_controller.cc30 return g_browser_process->print_preview_tab_controller(); in GetInstance()