Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/css/
DStylePropertySet.cpp334 void MutableStylePropertySet::parseDeclaration(const String& styleDeclaration, StyleSheetContents* … in parseDeclaration() function in WebCore::MutableStylePropertySet
345 parser.parseDeclaration(this, styleDeclaration, 0, contextStyleSheet); in parseDeclaration()
DStylePropertySet.h221 void parseDeclaration(const String& styleDeclaration, StyleSheetContents* contextStyleSheet);
DPropertySetCSSStyleDeclaration.cpp161 m_propertySet->parseDeclaration(text, contextStyleSheet()); in setCSSText()
DCSSParser.h112 …bool parseDeclaration(MutableStylePropertySet*, const String&, SourceDataHandler*, StyleSheetConte…
515 …PassRefPtr<ImmutableStylePropertySet> parseDeclaration(const String&, StyleSheetContents* contextS…
DCSSParser-in.cpp1205 …return CSSParser(context, UseCounter::getFrom(&document)).parseDeclaration(string, document.elemen… in parseInlineStyleDeclaration()
1208 PassRefPtr<ImmutableStylePropertySet> CSSParser::parseDeclaration(const String& string, StyleSheetC… in parseDeclaration() function in WebCore::CSSParser
1225 bool CSSParser::parseDeclaration(MutableStylePropertySet* declaration, const String& string, Source… in parseDeclaration() function in WebCore::CSSParser
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorStyleSheet.cpp418 …m_commentParser->parseDeclaration(tempMutableStyle.get(), commentText, &handler, m_styleSheetConte… in endComment()
556 …createCSSParser(ownerDocument())->parseDeclaration(tempMutableStyle.get(), declarationText, &handl… in setPropertyText()
1807 …createCSSParser(&m_element->document())->parseDeclaration(tempDeclaration.get(), m_styleText, &han… in getStyleAttributeData()
/external/chromium_org/third_party/polymer/
Dpolymer.js29 …element&&(this.parseDeclarations(a.__proto__),a.parseDeclaration.call(this,a.element))},parseDecla… method
/external/chromium_org/third_party/WebKit/Source/core/dom/
DElement.cpp3469 …static_pointer_cast<MutableStylePropertySet>(inlineStyle)->parseDeclaration(newStyleString, docume… in setInlineStyleFromString()