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

  /external/webkit/Source/WebCore/page/
Frame.cpp 962 void Frame::setTextZoomFactor(float factor)
    [all...]
  /external/webkit/Source/WebKit2/UIProcess/API/qt/
qwkpage.cpp 665 void QWKPage::setTextZoomFactor(qreal zoomFactor)
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
WebPage.cpp 668 void WebPage::setTextZoomFactor(double zoomFactor)
673 frame->setTextZoomFactor(static_cast<float>(zoomFactor));
    [all...]
  /external/webkit/Source/WebKit2/UIProcess/
WebPageProxy.cpp     [all...]

Completed in 215 milliseconds