HomeSort by relevance Sort by last modified time
    Searched defs:StylePropertySerializer (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/css/
StylePropertySerializer.h 34 class StylePropertySerializer {
36 StylePropertySerializer(const StylePropertySet&);
StylePropertySerializer.cpp 24 #include "core/css/StylePropertySerializer.h"
41 StylePropertySerializer::StylePropertySerializer(const StylePropertySet& properties)
46 String StylePropertySerializer::getPropertyText(CSSPropertyID propertyID, const String& value, bool isImportant, bool isNotFirstDecl) const
60 String StylePropertySerializer::asText() const
251 String StylePropertySerializer::getPropertyValue(CSSPropertyID propertyID) const
341 String StylePropertySerializer::borderSpacingValue(const StylePropertyShorthand& shorthand) const
359 void StylePropertySerializer::appendFontLonghandValueIfExplicit(CSSPropertyID propertyID, StringBuilder& result, String& commonValue) const
395 String StylePropertySerializer::fontValue() const
425 String StylePropertySerializer::get4Values(const StylePropertyShorthand& shorthand) cons
    [all...]

Completed in 178 milliseconds