Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/css/
DStyleSheetContents.h63 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
DStyleSheetContents.cpp68 , 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()