Searched refs:m_parserContext (Results 1 – 2 of 2) sorted by relevance
63 const CSSParserContext& parserContext() const { return m_parserContext; } in parserContext()83 const String& charset() const { return m_parserContext.charset(); } in charset()120 const KURL& baseURL() const { return m_parserContext.baseURL(); } in baseURL()178 CSSParserContext m_parserContext; variable
68 , m_parserContext(context) in StyleSheetContents()87 , m_parserContext(o.m_parserContext) in StyleSheetContents()304 bool quirksMode = isQuirksModeBehavior(m_parserContext.mode()); in parseAuthorStyleSheet()422 return CSSParser::completeURL(m_parserContext, url); in completeURL()