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

  /external/chromium_org/third_party/WebKit/Source/core/css/
StylePropertySerializer.h 53 void appendBackgroundPropertyAsText(StringBuilder& result, unsigned& numDecls) const;
StylePropertySerializer.cpp 68 unsigned numDecls = 0;
241 result.append(getPropertyText(propertyID, value, property.isImportant(), numDecls++));
245 appendBackgroundPropertyAsText(result, numDecls);
247 ASSERT(!numDecls ^ !result.isEmpty());
    [all...]

Completed in 46 milliseconds