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.cpp417 RefPtr<MutableStylePropertySet> tempMutableStyle = MutableStylePropertySet::create(); in endComment() local
418 …m_commentParser->parseDeclaration(tempMutableStyle.get(), commentText, &handler, m_styleSheetConte… in endComment()
552 RefPtr<MutableStylePropertySet> tempMutableStyle = MutableStylePropertySet::create(); in setPropertyText() local
556 …createCSSParser(ownerDocument())->parseDeclaration(tempMutableStyle.get(), declarationText, &handl… in setPropertyText()