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.h64 const CSSParserContext& parserContext() const { return m_parserContext; } in parserContext()
84 const String& charset() const { return m_parserContext.charset(); } in charset()
121 const KURL& baseURL() const { return m_parserContext.baseURL(); } in baseURL()
193 CSSParserContext m_parserContext; variable
DStyleSheetContents.cpp70 , m_parserContext(context) in StyleSheetContents()
89 , m_parserContext(o.m_parserContext) in StyleSheetContents()
323 bool quirksMode = isQuirksModeBehavior(m_parserContext.mode()); in parseAuthorStyleSheet()
477 return m_parserContext.completeURL(url); in completeURL()