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

  /external/webkit/Source/WebCore/page/
Frame.h 163 float textZoomFactor() const { return m_textZoomFactor; }
243 float m_textZoomFactor;
Frame.cpp 162 , m_textZoomFactor(parentTextZoomFactor(this))
959 setPageAndTextZoomFactors(factor, m_textZoomFactor);
969 if (m_pageZoomFactor == pageZoomFactor && m_textZoomFactor == textZoomFactor)
1003 m_textZoomFactor = textZoomFactor;
1008 child->setPageAndTextZoomFactors(m_pageZoomFactor, m_textZoomFactor);
    [all...]
  /external/webkit/Source/WebKit2/UIProcess/
WebPageProxy.h 326 double textZoomFactor() const { return m_mainFrameHasCustomRepresentation ? 1 : m_textZoomFactor; }
    [all...]
WebPageProxy.cpp 122 , m_textZoomFactor(1)
    [all...]

Completed in 52 milliseconds