Searched defs:textZoomFactor (Results 1 - 9 of 9) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/page/
H A DFrame.h157 float textZoomFactor() const { return m_textZoomFactor; } function in class:WebCore::Frame
H A DFrame.cpp897 void Frame::setPageAndTextZoomFactors(float pageZoomFactor, float textZoomFactor) argument
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/C/
H A DWKPage.cpp372 void WKPageSetPageAndTextZoomFactors(WKPageRef pageRef, double pageZoomFactor, double textZoomFactor) argument
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/
H A DWebPageProxy.h478 double textZoomFactor() const { return m_mainFrameHasCustomRepresentation ? 1 : m_textZoomFactor; } function in class:WebKit::WebPageProxy
H A DWebPageProxy.cpp1725 void WebPageProxy::setPageAndTextZoomFactors(double pageZoomFactor, double textZoomFactor) argument
/macosx-10.9.5/WebKit-7537.78.2/efl/ewk/
H A Dewk_frame.cpp663 Eina_Bool ewk_frame_text_zoom_set(Evas_Object* ewkFrame, float textZoomFactor) argument
H A Dewk_view.cpp1822 Eina_Bool ewk_view_text_zoom_set(Evas_Object* ewkView, float textZoomFactor) argument
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebPage/
H A DWebPage.cpp1205 double WebPage::textZoomFactor() const function in class:WebKit::WebPage
1251 void WebPage::setPageAndTextZoomFactors(double pageZoomFactor, double textZoomFactor) argument
/macosx-10.9.5/WebKit-7537.78.2/blackberry/Api/
H A DWebPage.cpp6040 void WebPagePrivate::setTextZoomFactor(float textZoomFactor) argument

Completed in 318 milliseconds