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

  /external/chromium_org/third_party/WebKit/Source/core/css/
StylePropertySerializer.h 50 String getPropertyText(CSSPropertyID, const String& value, bool isImportant, bool isNotFirstDecl) const;
StylePropertySerializer.cpp 46 String StylePropertySerializer::getPropertyText(CSSPropertyID propertyID, const String& value, bool isImportant, bool isNotFirstDecl) const
241 result.append(getPropertyText(propertyID, value, property.isImportant(), numDecls++));
    [all...]

Completed in 345 milliseconds