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

  /external/chromium_org/third_party/WebKit/Source/core/page/
Page.h 220 LayoutMilestones layoutMilestones() const { return m_layoutMilestones; }
313 LayoutMilestones m_layoutMilestones;
Page.cpp 120 , m_layoutMilestones(0)
570 // In the future, we may want a function that replaces m_layoutMilestones instead of just adding to it.
571 m_layoutMilestones |= milestones;
580 return m_isCountingRelevantRepaintedObjects && (m_layoutMilestones & DidHitRelevantRepaintedObjectsAreaThreshold);

Completed in 46 milliseconds