/external/webkit/Source/WebKit/wx/ |
D | WebFrame.cpp | 375 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/ |
D | qwkpage.h | 112 void setTextZoomFactor(qreal zoomFactor);
|
D | qwkpage.cpp | 665 void QWKPage::setTextZoomFactor(qreal zoomFactor) in setTextZoomFactor() function in QWKPage
|
/external/webkit/Source/WebCore/page/ |
D | Frame.h | 162 void setTextZoomFactor(float factor);
|
D | Frame.cpp | 962 void Frame::setTextZoomFactor(float factor) in setTextZoomFactor() function in WebCore::Frame
|
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/ |
D | WKBundlePage.cpp | 187 toImpl(pageRef)->setTextZoomFactor(zoomFactor); in WKBundlePageSetTextZoomFactor()
|
/external/webkit/Tools/MiniBrowser/qt/ |
D | BrowserWindow.cpp | 396 page()->setTextZoomFactor(m_currentZoom); in applyZoom()
|
/external/webkit/Source/WebKit2/UIProcess/API/C/ |
D | WKPage.cpp | 253 toImpl(pageRef)->setTextZoomFactor(zoomFactor); in WKPageSetTextZoomFactor()
|
/external/webkit/Source/WebKit2/WebProcess/WebPage/ |
D | WebPage.h | 228 void setTextZoomFactor(double);
|
D | WebPage.cpp | 668 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/ |
D | WebSettings.cpp | 358 pFrame->setTextZoomFactor(zoomFactor); in Sync()
|
/external/webkit/Source/WebKit2/UIProcess/ |
D | WebPageProxy.h | 327 void setTextZoomFactor(double);
|
D | WebPageProxy.cpp | 1047 void WebPageProxy::setTextZoomFactor(double zoomFactor) in setTextZoomFactor() function in WebKit::WebPageProxy
|
/external/webkit/Source/WebKit/android/WebCoreSupport/ |
D | FrameLoaderClientAndroid.cpp | 959 m_frame->setTextZoomFactor(oldZoomFactor); in transitionToCommittedForNewPage()
|
/external/webkit/Source/WebKit/qt/Api/ |
D | qwebframe.cpp | 1289 d->frame->setTextZoomFactor(factor); in setZoomFactor()
|
/external/webkit/Source/WebKit/efl/ewk/ |
D | ewk_frame.cpp | 1049 sd->frame->setTextZoomFactor(zoom); in ewk_frame_zoom_set()
|
/external/webkit/Source/WebKit/gtk/webkit/ |
D | webkitwebview.cpp | 4495 frame->setTextZoomFactor(zoomLevel); in webkit_web_view_apply_zoom_level()
|
/external/webkit/Source/WebKit2/ |
D | ChangeLog-2011-02-16 | 9146 … (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/ |
D | ChangeLog-2011-02-16 | 22728 (QWebFrame::setTextZoomFactor): 22732 (QWebView::setTextZoomFactor):
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2010-12-06 | 52386 (WebCore::Frame::setTextZoomFactor): Ditto. 56721 (WebCore::FrameView::setTextZoomFactor):
|