Searched refs:totalScaleFactorForPrinting (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebKit2/UIProcess/API/mac/
H A DWKPrintingView.mm263 static void pageDidComputePageRects(const Vector<WebCore::IntRect>& pageRects, double totalScaleFactorForPrinting, WKErrorRef, void* untypedContext)
280 view->_totalScaleFactorForPrinting = totalScaleFactorForPrinting;
/external/webkit/Source/WebKit2/UIProcess/
H A DWebPageProxy.h671 void computedPagesCallback(const Vector<WebCore::IntRect>&, double totalScaleFactorForPrinting, uint64_t);
H A DWebPageProxy.cpp2667 void WebPageProxy::computedPagesCallback(const Vector<WebCore::IntRect>& pageRects, double totalScaleFactorForPrinting, uint64_t callbackID) argument
2675 callback->performCallbackWithReturnValue(pageRects, totalScaleFactorForPrinting);

Completed in 70 milliseconds