Searched refs:styleDeclaration (Results 1 - 8 of 8) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/css/
H A DWebKitCSSMatrix.cpp58 RefPtr<MutableStylePropertySet> styleDeclaration = MutableStylePropertySet::create();
59 if (CSSParser::parseValue(styleDeclaration.get(), CSSPropertyWebkitTransform, string, true, CSSStrictMode, 0)) {
62 RefPtr<CSSValue> value = styleDeclaration->getPropertyCSSValue(CSSPropertyWebkitTransform);
H A DStylePropertySet.h221 void parseDeclaration(const String& styleDeclaration, StyleSheetContents* contextStyleSheet);
H A DStylePropertySet.cpp739 void MutableStylePropertySet::parseDeclaration(const String& styleDeclaration, StyleSheetContents* contextStyleSheet) argument
749 parser.parseDeclaration(this, styleDeclaration, 0, contextStyleSheet);
H A DStyleResolver.cpp1032 if (const StylePropertySet* styleDeclaration = keyframe->properties()) {
1033 unsigned propertyCount = styleDeclaration->propertyCount();
1035 CSSPropertyID property = styleDeclaration->propertyAt(i).id();
/macosx-10.9.5/WebCore-7537.78.1/inspector/
H A DInspectorStyleSheet.h120 void setRawTextFromStyleDeclaration(const String& styleDeclaration) argument
125 ASSERT(end <= styleDeclaration.length());
126 rawText = styleDeclaration.substring(start, end - start);
H A DInspectorStyleSheet.cpp493 String styleDeclaration; local
494 bool isStyleTextKnown = styleText(&styleDeclaration);
503 p.setRawTextFromStyleDeclaration(styleDeclaration);
/macosx-10.9.5/WebCore-7537.78.1/page/
H A DPageSerializer.cpp321 void PageSerializer::retrieveResourcesForProperties(const StylePropertySet* styleDeclaration, Document* document) argument
323 if (!styleDeclaration)
329 unsigned propertyCount = styleDeclaration->propertyCount();
331 RefPtr<CSSValue> cssValue = styleDeclaration->propertyAt(i).value();
/macosx-10.9.5/WebCore-7537.78.1/svg/
H A DSVGFontFaceElement.cpp56 RefPtr<MutableStylePropertySet> styleDeclaration = MutableStylePropertySet::create(CSSStrictMode); local
57 m_fontFaceRule->setProperties(styleDeclaration.release());

Completed in 287 milliseconds