Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorStyleSheet.cpp337 … RefPtrWillBeRawPtr<MutableStylePropertySet> tempMutableStyle = MutableStylePropertySet::create(); in endComment() local
338 …m_commentParser.parseDeclaration(tempMutableStyle.get(), commentText, &handler, m_styleSheetConten… in endComment()
538 … RefPtrWillBeRawPtr<MutableStylePropertySet> tempMutableStyle = MutableStylePropertySet::create(); in verifyPropertyText() local
543 …CSSParser(parserContextForDocument(ownerDocument())).parseDeclaration(tempMutableStyle.get(), decl… in verifyPropertyText()