Home | History | Annotate | Download | only in css

Lines Matching refs:useCounter

92 class UseCounter;
97 CSSParserContext(CSSParserMode, UseCounter*);
98 // FIXME: We shouldn't need the UseCounter argument as we could infer it from the Document
100 CSSParserContext(const Document&, UseCounter*, const KURL& baseURL = KURL(), const String& charset = emptyString());
101 // FIXME: This constructor shouldn't exist if we properly piped the UseCounter through the CSS
102 // subsystem. Currently the UseCounter life time is too crazy and we need a way to override it.
103 CSSParserContext(const CSSParserContext&, UseCounter*);
128 UseCounter* useCounter() const { return m_useCounter; }
138 UseCounter* m_useCounter;