Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorStyleSheet.cpp184 OwnPtr<CSSParser> m_commentParser; member in WebCore::__anonc65c8ed30111::StyleSheetHandler
410 if (!m_commentParser) in endComment()
411 m_commentParser = createCSSParser(m_document); in endComment()
418m_commentParser->parseDeclaration(tempMutableStyle.get(), commentText, &handler, m_styleSheetConte… in endComment()