Home | History | Annotate | Download | only in UIProcess

Lines Matching refs:beginPrinting

2942 void WebPageProxy::beginPrinting(WebFrameProxy* frame, const PrintInfo& printInfo)
2948 process()->send(Messages::WebPage::BeginPrinting(frame->frameID(), printInfo), m_pageID, m_isPerformingDOMPrintOperation ? CoreIPC::DispatchMessageEvenWhenWaitingForSyncReply : 0);