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

  /external/chromium_org/third_party/WebKit/Source/core/css/parser/
CSSPropertyParser.h 78 bool inViewport() const { return m_inViewport; }
359 const bool m_inViewport;
BisonCSSParser.h 211 void markViewportRuleBodyStart() { m_inViewport = true; }
212 void markViewportRuleBodyEnd() { m_inViewport = false; }
247 bool inViewport() const { return m_inViewport; }
275 bool m_inViewport;

Completed in 49 milliseconds