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

  /external/chromium_org/third_party/WebKit/Source/core/css/
MediaQueryList.cpp 39 , m_changeRound(m_evaluationRound - 1) // m_evaluationRound and m_changeRound initial values must be different.
73 notificationNeeded = m_changeRound == m_matcher->evaluationRound();
84 m_changeRound = m_evaluationRound;
MediaQueryList.h 59 unsigned m_changeRound; // Used to know if the query has changed in the last style selector change.

Completed in 1009 milliseconds