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

  /external/webkit/Source/WebKit2/UIProcess/API/qt/
qwkpage.h 114 void setPageAndTextZoomFactors(qreal pageZoomFactor, qreal textZoomFactor);
qwkpage.cpp 680 void QWKPage::setPageAndTextZoomFactors(qreal pageZoomFactor, qreal textZoomFactor)
  /external/webkit/Source/WebCore/page/
Frame.cpp 959 setPageAndTextZoomFactors(factor, m_textZoomFactor);
964 setPageAndTextZoomFactors(m_pageZoomFactor, factor);
967 void Frame::setPageAndTextZoomFactors(float pageZoomFactor, float textZoomFactor)
1008 child->setPageAndTextZoomFactors(m_pageZoomFactor, m_textZoomFactor);
    [all...]
Frame.h 164 void setPageAndTextZoomFactors(float pageZoomFactor, float textZoomFactor);
  /external/webkit/Source/WebKit2/UIProcess/API/C/
WKPage.cpp 268 toImpl(pageRef)->setPageAndTextZoomFactors(pageZoomFactor, textZoomFactor);
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
WebPage.h 231 void setPageAndTextZoomFactors(double pageZoomFactor, double textZoomFactor);
WebPage.cpp 692 void WebPage::setPageAndTextZoomFactors(double pageZoomFactor, double textZoomFactor)
697 return frame->setPageAndTextZoomFactors(static_cast<float>(pageZoomFactor), static_cast<float>(textZoomFactor));
    [all...]
  /external/webkit/Source/WebKit/chromium/src/
WebViewImpl.cpp     [all...]
  /external/webkit/Source/WebKit/efl/ewk/
ewk_frame.cpp     [all...]
  /external/webkit/Source/WebKit2/UIProcess/
WebPageProxy.h 330 void setPageAndTextZoomFactors(double pageZoomFactor, double textZoomFactor);
    [all...]
WebPageProxy.cpp     [all...]
  /external/webkit/Source/WebKit/qt/Api/
qwebframe.cpp     [all...]
  /external/webkit/Source/WebKit/gtk/webkit/
webkitwebview.cpp     [all...]
  /external/webkit/Source/WebKit/win/
WebView.cpp     [all...]
  /external/webkit/Source/WebKit/mac/WebView/
WebView.mm     [all...]

Completed in 341 milliseconds