Home
last modified time | relevance | path

Searched defs:textZoomFactor (Results 1 – 7 of 7) sorted by relevance

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/page/
H A DFrame.h159 float textZoomFactor() const { return m_textZoomFactor; } in textZoomFactor() function
H A DFrame.cpp1019 void Frame::setPageAndTextZoomFactors(float pageZoomFactor, float textZoomFactor) in setPageAndTextZoomFactors()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit2/UIProcess/API/qt/
H A Dqwkpage.cpp670 qreal QWKPage::textZoomFactor() const in textZoomFactor() function in QWKPage
690 void QWKPage::setPageAndTextZoomFactors(qreal pageZoomFactor, qreal textZoomFactor) in setPageAndTextZoomFactors()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit2/UIProcess/
H A DWebPageProxy.h344 …double textZoomFactor() const { return m_mainFrameHasCustomRepresentation ? 1 : m_textZoomFactor; } in textZoomFactor() function
H A DWebPageProxy.cpp1114 void WebPageProxy::setPageAndTextZoomFactors(double pageZoomFactor, double textZoomFactor) in setPageAndTextZoomFactors()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit2/UIProcess/API/C/
H A DWKPage.cpp267 …id WKPageSetPageAndTextZoomFactors(WKPageRef pageRef, double pageZoomFactor, double textZoomFactor) in WKPageSetPageAndTextZoomFactors()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit2/WebProcess/WebPage/
H A DWebPage.cpp701 double WebPage::textZoomFactor() const in textZoomFactor() function in WebKit::WebPage
733 void WebPage::setPageAndTextZoomFactors(double pageZoomFactor, double textZoomFactor) in setPageAndTextZoomFactors()