Home
last modified time | relevance | path

Searched refs:PrintNow (Results 1 – 10 of 10) sorted by relevance

/external/chromium/chrome/browser/printing/
Dprint_view_manager.h42 bool PrintNow();
Dprint_view_manager.cc58 bool PrintViewManager::PrintNow() { in PrintNow() function in printing::PrintViewManager
Dprinting_layout_uitest.cc48 ASSERT_TRUE(tab_proxy->PrintNow()); in PrintNowTab()
/external/chromium/chrome/browser/ui/cocoa/applescript/
Dtab_applescript.mm231 bool initiateStatus = tabContents_->print_view_manager()->PrintNow();
/external/chromium/chrome/browser/automation/
Dautomation_provider_win.cc307 wrapper->print_view_manager()->PrintNow(); in PrintAsync()
Dtesting_automation_provider.h242 void PrintNow(int tab_handle, IPC::Message* reply_message);
Dtesting_automation_provider.cc332 IPC_MESSAGE_HANDLER_DELAY_REPLY(AutomationMsg_PrintNow, PrintNow) in OnMessageReceived()
1449 void TestingAutomationProvider::PrintNow(int tab_handle, in PrintNow() function in TestingAutomationProvider
1461 if (!wrapper->print_view_manager()->PrintNow()) { in PrintNow()
/external/chromium/chrome/browser/tab_contents/
Dtab_contents.h608 bool PrintNow();
Drender_view_context_menu.cc1331 wrapper->print_view_manager()->PrintNow(); in ExecuteCommand()
/external/chromium/chrome/browser/ui/
Dbrowser.cc1655 GetSelectedTabContentsWrapper()->print_view_manager()->PrintNow(); in Print()