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

  /external/webkit/Source/WebCore/css/
MediaQueryList.cpp 38 , m_evaluationRound(m_matcher->evaluationRound())
71 if (m_evaluationRound != m_matcher->evaluationRound() && evaluator)
73 notificationNeeded = m_changeRound == m_matcher->evaluationRound();
78 m_evaluationRound = m_matcher->evaluationRound();
89 if (m_evaluationRound != m_matcher->evaluationRound())
MediaQueryMatcher.h 52 unsigned evaluationRound() const { return m_evaluationRound; }

Completed in 952 milliseconds