Home
last modified time | relevance | path

Searched refs:evaluationRound (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
DMediaQueryList.cpp38 , m_evaluationRound(m_matcher->evaluationRound()) in MediaQueryList()
71 if (m_evaluationRound != m_matcher->evaluationRound() && evaluator) in evaluate()
73 notificationNeeded = m_changeRound == m_matcher->evaluationRound(); in evaluate()
78 m_evaluationRound = m_matcher->evaluationRound(); in setMatches()
89 if (m_evaluationRound != m_matcher->evaluationRound()) in matches()
DMediaQueryMatcher.h52 unsigned evaluationRound() const { return m_evaluationRound; } in evaluationRound() function