Home
last modified time | relevance | path

Searched refs:setTextZoomFactor (Results 1 – 20 of 20) sorted by relevance

/external/webkit/Source/WebKit/wx/
DWebFrame.cpp375 m_impl->frame->setTextZoomFactor(m_textMagnifier); in IncreaseTextSize()
392 m_impl->frame->setTextZoomFactor(m_textMagnifier); in DecreaseTextSize()
400 m_impl->frame->setTextZoomFactor(m_textMagnifier); in ResetTextSize()
/external/webkit/Source/WebKit2/UIProcess/API/qt/
Dqwkpage.h112 void setTextZoomFactor(qreal zoomFactor);
Dqwkpage.cpp665 void QWKPage::setTextZoomFactor(qreal zoomFactor) in setTextZoomFactor() function in QWKPage
/external/webkit/Source/WebCore/page/
DFrame.h162 void setTextZoomFactor(float factor);
DFrame.cpp962 void Frame::setTextZoomFactor(float factor) in setTextZoomFactor() function in WebCore::Frame
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
DWKBundlePage.cpp187 toImpl(pageRef)->setTextZoomFactor(zoomFactor); in WKBundlePageSetTextZoomFactor()
/external/webkit/Tools/MiniBrowser/qt/
DBrowserWindow.cpp396 page()->setTextZoomFactor(m_currentZoom); in applyZoom()
/external/webkit/Source/WebKit2/UIProcess/API/C/
DWKPage.cpp253 toImpl(pageRef)->setTextZoomFactor(zoomFactor); in WKPageSetTextZoomFactor()
/external/webkit/Source/WebKit2/WebProcess/WebPage/
DWebPage.h228 void setTextZoomFactor(double);
DWebPage.cpp668 void WebPage::setTextZoomFactor(double zoomFactor) in setTextZoomFactor() function in WebKit::WebPage
673 frame->setTextZoomFactor(static_cast<float>(zoomFactor)); in setTextZoomFactor()
/external/webkit/Source/WebKit/android/jni/
DWebSettings.cpp358 pFrame->setTextZoomFactor(zoomFactor); in Sync()
/external/webkit/Source/WebKit2/UIProcess/
DWebPageProxy.h327 void setTextZoomFactor(double);
DWebPageProxy.cpp1047 void WebPageProxy::setTextZoomFactor(double zoomFactor) in setTextZoomFactor() function in WebKit::WebPageProxy
/external/webkit/Source/WebKit/android/WebCoreSupport/
DFrameLoaderClientAndroid.cpp959 m_frame->setTextZoomFactor(oldZoomFactor); in transitionToCommittedForNewPage()
/external/webkit/Source/WebKit/qt/Api/
Dqwebframe.cpp1289 d->frame->setTextZoomFactor(factor); in setZoomFactor()
/external/webkit/Source/WebKit/efl/ewk/
Dewk_frame.cpp1049 sd->frame->setTextZoomFactor(zoom); in ewk_frame_zoom_set()
/external/webkit/Source/WebKit/gtk/webkit/
Dwebkitwebview.cpp4495 frame->setTextZoomFactor(zoomLevel); in webkit_web_view_apply_zoom_level()
/external/webkit/Source/WebKit2/
DChangeLog-2011-02-169146 … (WebKit::WebPageProxy::setTextZoomFactor): Bail out if the main frame has a custom representation.
25924 (QWKPage::setTextZoomFactor): Added
30934 (WebKit::WebPage::setTextZoomFactor):
31574 (WebKit::WebPageProxy::setTextZoomFactor):
31588 (WebKit::WebPage::setTextZoomFactor):
31629 (WebKit::WebPage::setTextZoomFactor):
/external/webkit/Source/WebKit/qt/
DChangeLog-2011-02-1622728 (QWebFrame::setTextZoomFactor):
22732 (QWebView::setTextZoomFactor):
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0652386 (WebCore::Frame::setTextZoomFactor): Ditto.
56721 (WebCore::FrameView::setTextZoomFactor):