Home
last modified time | relevance | path

Searched refs:totalScaleFactorForPrinting (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebKit2/UIProcess/API/mac/
DWKPrintingView.mm263 …utePageRects(const Vector<WebCore::IntRect>& pageRects, double totalScaleFactorForPrinting, WKErro…
280 view->_totalScaleFactorForPrinting = totalScaleFactorForPrinting;
/external/webkit/Source/WebKit2/UIProcess/
DWebPageProxy.messages.in124 …ComputedPagesCallback(Vector<WebCore::IntRect> pageRects, double totalScaleFactorForPrinting, uint…
DWebPageProxy.h671 …void computedPagesCallback(const Vector<WebCore::IntRect>&, double totalScaleFactorForPrinting, ui…
DWebPageProxy.cpp2667 …agesCallback(const Vector<WebCore::IntRect>& pageRects, double totalScaleFactorForPrinting, uint64… in computedPagesCallback() argument
2675 callback->performCallbackWithReturnValue(pageRects, totalScaleFactorForPrinting); in computedPagesCallback()