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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderView.h 101 int maximalOutlineSize() const { return m_maximalOutlineSize; }
269 int m_maximalOutlineSize; // Used to apply a fudge factor to dirty-rect checks on blocks/tables.
RenderView.cpp 55 , m_maximalOutlineSize(0)
681 if (o != m_maximalOutlineSize) {
682 m_maximalOutlineSize = o;
    [all...]

Completed in 46 milliseconds