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

  /external/chromium_org/third_party/WebKit/Source/web/
PageScaleConstraintsSet.h 82 int m_lastContentsWidth;
PageScaleConstraintsSet.cpp 44 : m_lastContentsWidth(0)
101 if (contentsSize.width() > m_lastContentsWidth
107 m_lastContentsWidth = contentsSize.width();

Completed in 24 milliseconds