Searched refs:PrintNow (Results 1 – 10 of 10) sorted by relevance
42 bool PrintNow();
58 bool PrintViewManager::PrintNow() { in PrintNow() function in printing::PrintViewManager
48 ASSERT_TRUE(tab_proxy->PrintNow()); in PrintNowTab()
231 bool initiateStatus = tabContents_->print_view_manager()->PrintNow();
307 wrapper->print_view_manager()->PrintNow(); in PrintAsync()
242 void PrintNow(int tab_handle, IPC::Message* reply_message);
332 IPC_MESSAGE_HANDLER_DELAY_REPLY(AutomationMsg_PrintNow, PrintNow) in OnMessageReceived()1449 void TestingAutomationProvider::PrintNow(int tab_handle, in PrintNow() function in TestingAutomationProvider1461 if (!wrapper->print_view_manager()->PrintNow()) { in PrintNow()
608 bool PrintNow();
1331 wrapper->print_view_manager()->PrintNow(); in ExecuteCommand()
1655 GetSelectedTabContentsWrapper()->print_view_manager()->PrintNow(); in Print()