OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:m_matcher
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/css/
MediaQueryList.cpp
36
:
m_matcher
(vector)
38
, m_evaluationRound(
m_matcher
->evaluationRound())
58
m_matcher
->addListener(listener, this);
66
m_matcher
->removeListener(listener.get(), this);
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())
90
setMatches(
m_matcher
->evaluate(m_media.get()));
MediaQueryList.h
56
RefPtr<MediaQueryMatcher>
m_matcher
;
member in class:WebCore::MediaQueryList
Completed in 1596 milliseconds