HomeSort by relevance Sort by last modified time
    Searched defs:tab_controller (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/printing/
print_preview_message_handler.cc 35 printing::PrintPreviewTabController* tab_controller = local
37 if (!tab_controller)
39 return tab_controller->GetPrintPreviewForTab(tab_contents());
  /external/chromium/chrome/browser/ui/webui/
print_preview_handler.cc 50 printing::PrintPreviewTabController* tab_controller = local
52 if (!tab_controller)
54 return tab_controller->GetInitiatorTab(preview_tab);

Completed in 82 milliseconds