Home | History | Annotate | Download | only in UIProcess

Lines Matching refs:computedPagesCallback

2667 void WebPageProxy::computedPagesCallback(const Vector<WebCore::IntRect>& pageRects, double totalScaleFactorForPrinting, uint64_t callbackID)
2669 RefPtr<ComputedPagesCallback> callback = m_computedPagesCallbacks.take(callbackID);
2960 void WebPageProxy::computePagesForPrinting(WebFrameProxy* frame, const PrintInfo& printInfo, PassRefPtr<ComputedPagesCallback> prpCallback)
2962 RefPtr<ComputedPagesCallback> callback = prpCallback;