Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/page/
DFrame.h163 float textZoomFactor() const { return m_textZoomFactor; } in textZoomFactor() function
DFrame.cpp967 void Frame::setPageAndTextZoomFactors(float pageZoomFactor, float textZoomFactor) in setPageAndTextZoomFactors()
/external/webkit/Source/WebKit2/UIProcess/API/qt/
Dqwkpage.cpp660 qreal QWKPage::textZoomFactor() const in textZoomFactor() function in QWKPage
680 void QWKPage::setPageAndTextZoomFactors(qreal pageZoomFactor, qreal textZoomFactor) in setPageAndTextZoomFactors()
/external/webkit/Source/WebKit2/UIProcess/
DWebPageProxy.h326 …double textZoomFactor() const { return m_mainFrameHasCustomRepresentation ? 1 : m_textZoomFactor; } in textZoomFactor() function
DWebPageProxy.cpp1084 void WebPageProxy::setPageAndTextZoomFactors(double pageZoomFactor, double textZoomFactor) in setPageAndTextZoomFactors()
/external/webkit/Source/WebKit2/UIProcess/API/C/
DWKPage.cpp266 …id WKPageSetPageAndTextZoomFactors(WKPageRef pageRef, double pageZoomFactor, double textZoomFactor) in WKPageSetPageAndTextZoomFactors()
/external/webkit/Source/WebKit2/WebProcess/WebPage/
DWebPage.cpp660 double WebPage::textZoomFactor() const in textZoomFactor() function in WebKit::WebPage
692 void WebPage::setPageAndTextZoomFactors(double pageZoomFactor, double textZoomFactor) in setPageAndTextZoomFactors()