Searched defs:setPageAndTextZoomFactors (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/page/
H A DFrame.cpp959 setPageAndTextZoomFactors(factor, m_textZoomFactor);
964 setPageAndTextZoomFactors(m_pageZoomFactor, factor);
967 void Frame::setPageAndTextZoomFactors(float pageZoomFactor, float textZoomFactor) function in class:WebCore::Frame
1008 child->setPageAndTextZoomFactors(m_pageZoomFactor, m_textZoomFactor);
/external/webkit/Source/WebKit2/UIProcess/API/qt/
H A Dqwkpage.cpp680 void QWKPage::setPageAndTextZoomFactors(qreal pageZoomFactor, qreal textZoomFactor) function in class:QWKPage
/external/webkit/Source/WebKit2/WebProcess/WebPage/
H A DWebPage.cpp692 void WebPage::setPageAndTextZoomFactors(double pageZoomFactor, double textZoomFactor) function in class:WebKit::WebPage
697 return frame->setPageAndTextZoomFactors(static_cast<float>(pageZoomFactor), static_cast<float>(textZoomFactor));
/external/webkit/Source/WebKit2/UIProcess/
H A DWebPageProxy.cpp1084 void WebPageProxy::setPageAndTextZoomFactors(double pageZoomFactor, double textZoomFactor) function in class:WebKit::WebPageProxy

Completed in 223 milliseconds