Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorStyleSheet.cpp553 String declarationText = propertyText + " " + bogusPropertyName + ": none"; in setPropertyText() local
555 …StyleSheetHandler handler(declarationText, ownerDocument(), m_style->parentStyleSheet()->contents(… in setPropertyText()
556 …createCSSParser(ownerDocument())->parseDeclaration(tempMutableStyle.get(), declarationText, &handl… in setPropertyText()