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

  /external/webkit/Source/WebCore/page/
Frame.h 163 float textZoomFactor() const { return m_textZoomFactor; }
243 float m_textZoomFactor;
  /external/webkit/Source/WebKit2/UIProcess/
WebPageProxy.h 326 double textZoomFactor() const { return m_mainFrameHasCustomRepresentation ? 1 : m_textZoomFactor; }
    [all...]

Completed in 25 milliseconds