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

  /external/chromium_org/third_party/WebKit/Source/core/frame/
FrameView.h 477 unsigned m_visuallyNonEmptyPixelCount;
530 m_visuallyNonEmptyPixelCount += size.width() * size.height();
533 if (m_visuallyNonEmptyPixelCount > visualPixelThreshold)
FrameView.cpp 218 m_visuallyNonEmptyPixelCount = 0;
    [all...]

Completed in 33 milliseconds