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

  /external/webkit/WebCore/page/
Frame.h 172 bool isZoomFactorTextOnly() const;
Frame.cpp 668 bool Frame::isZoomFactorTextOnly() const
675 if (m_zoomFactor == 1.0f || !isZoomFactorTextOnly())
686 if (m_zoomFactor == 1.0f || isZoomFactorTextOnly())
697 if (m_zoomFactor == percent && isZoomFactorTextOnly() == isTextOnly)
    [all...]
  /external/webkit/WebKit/qt/Api/
qwebframe.cpp     [all...]

Completed in 75 milliseconds