Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/css/
DCSSSelector.h46 , m_isForPage(false) in CSSSelector()
60 , m_isForPage(false) in CSSSelector()
268 bool isForPage() const { return m_isForPage; } in isForPage()
269 void setForPage() { m_isForPage = true; } in setForPage()
280 bool m_isForPage : 1; variable
DCSSSelector.cpp56 if (selector->m_isForPage) in specificity()