HomeSort by relevance Sort by last modified time
    Searched refs:setTextZoomFactor (Results 1 - 17 of 17) sorted by null

  /external/webkit/Source/WebKit/wx/
WebFrame.cpp 375 m_impl->frame->setTextZoomFactor(m_textMagnifier);
392 m_impl->frame->setTextZoomFactor(m_textMagnifier);
400 m_impl->frame->setTextZoomFactor(m_textMagnifier);
  /external/webkit/Source/WebKit2/UIProcess/API/qt/
qwkpage.h 112 void setTextZoomFactor(qreal zoomFactor);
qwkpage.cpp 665 void QWKPage::setTextZoomFactor(qreal zoomFactor)
  /external/webkit/Source/WebCore/page/
Frame.h 162 void setTextZoomFactor(float factor);
Frame.cpp 962 void Frame::setTextZoomFactor(float factor)
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
WKBundlePage.cpp 187 toImpl(pageRef)->setTextZoomFactor(zoomFactor);
  /external/webkit/Tools/MiniBrowser/qt/
BrowserWindow.cpp 396 page()->setTextZoomFactor(m_currentZoom);
  /external/webkit/Source/WebKit2/UIProcess/API/C/
WKPage.cpp 253 toImpl(pageRef)->setTextZoomFactor(zoomFactor);
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
WebPage.h 228 void setTextZoomFactor(double);
WebPage.cpp 668 void WebPage::setTextZoomFactor(double zoomFactor)
673 frame->setTextZoomFactor(static_cast<float>(zoomFactor));
    [all...]
  /external/webkit/Source/WebKit/android/jni/
WebSettings.cpp 358 pFrame->setTextZoomFactor(zoomFactor);
  /external/webkit/Source/WebKit2/UIProcess/
WebPageProxy.h 327 void setTextZoomFactor(double);
    [all...]
WebPageProxy.cpp     [all...]
  /external/webkit/Source/WebKit/android/WebCoreSupport/
FrameLoaderClientAndroid.cpp     [all...]
  /external/webkit/Source/WebKit/qt/Api/
qwebframe.cpp     [all...]
  /external/webkit/Source/WebKit/efl/ewk/
ewk_frame.cpp 1049 sd->frame->setTextZoomFactor(zoom);
    [all...]
  /external/webkit/Source/WebKit/gtk/webkit/
webkitwebview.cpp     [all...]

Completed in 238 milliseconds