Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/css/
DMediaQueryList.cpp40 , m_matches(matches) in MediaQueryList()
80 if (newValue == m_matches) in setMatches()
83 m_matches = newValue; in setMatches()
91 return m_matches; in matches()
DMediaQueryList.h60 bool m_matches; variable