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 85 bool inViewport() const { return m_inViewport; }
376 const bool m_inViewport;
BisonCSSParser.h 222 void markViewportRuleBodyStart() { m_inViewport = true; }
223 void markViewportRuleBodyEnd() { m_inViewport = false; }
258 bool inViewport() const { return m_inViewport; }
286 bool m_inViewport;

Completed in 701 milliseconds