HomeSort by relevance Sort by last modified time
    Searched refs:styleDeclaration (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/page/
PageSerializer.cpp 341 void PageSerializer::retrieveResourcesForProperties(const StylePropertySet* styleDeclaration, Document& document)
343 if (!styleDeclaration)
349 unsigned propertyCount = styleDeclaration->propertyCount();
351 RefPtrWillBeRawPtr<CSSValue> cssValue = styleDeclaration->propertyAt(i).value();
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFontFaceElement.cpp 55 RefPtrWillBeRawPtr<MutableStylePropertySet> styleDeclaration = MutableStylePropertySet::create(HTMLStandardMode);
56 m_fontFaceRule->setProperties(styleDeclaration.release());
  /external/chromium_org/third_party/WebKit/Source/core/css/
StylePropertySet.h 218 void parseDeclaration(const String& styleDeclaration, StyleSheetContents* contextStyleSheet);
StylePropertySet.cpp 334 void MutableStylePropertySet::parseDeclaration(const String& styleDeclaration, StyleSheetContents* contextStyleSheet)
345 parser.parseDeclaration(this, styleDeclaration, 0, contextStyleSheet);

Completed in 247 milliseconds