Searched defs:styleDeclaration (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSVariablesMap.h44 static PassRefPtr<CSSVariablesMap> create(CSSStyleDeclaration* styleDeclaration) argument
46 return adoptRef(new CSSVariablesMap(styleDeclaration));
59 explicit CSSVariablesMap(CSSStyleDeclaration* styleDeclaration) argument
60 : m_styleDeclaration(styleDeclaration)
H A DStylePropertySet.cpp331 void MutableStylePropertySet::parseDeclaration(const String& styleDeclaration, StyleSheetContents* contextStyleSheet) argument
342 parser.parseDeclaration(this, styleDeclaration, 0, contextStyleSheet);
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorStyleSheet.h115 void setRawTextFromStyleDeclaration(const String& styleDeclaration) argument
120 ASSERT(end <= styleDeclaration.length());
121 rawText = styleDeclaration.substring(start, end - start);
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DPageSerializer.cpp318 void PageSerializer::retrieveResourcesForProperties(const StylePropertySet* styleDeclaration, Document* document) argument
320 if (!styleDeclaration)
326 unsigned propertyCount = styleDeclaration->propertyCount();
328 RefPtr<CSSValue> cssValue = styleDeclaration->propertyAt(i).value();
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGFontFaceElement.cpp56 RefPtr<MutableStylePropertySet> styleDeclaration = MutableStylePropertySet::create(CSSStrictMode); local
57 m_fontFaceRule->setProperties(styleDeclaration.release());

Completed in 133 milliseconds