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

  /external/webkit/Source/WebCore/dom/
StyledElement.cpp 311 attr->decl()->setLengthProperty(id, v->substring(0, l), false);
316 attr->decl()->setLengthProperty(id, value, false);
  /external/webkit/Source/WebCore/css/
CSSMutableStyleDeclaration.h 115 // setLengthProperty treats integers as pixels! (Needed for conversion of HTML attributes.)
116 void setLengthProperty(int propertyId, const String& value, bool important, bool multiLength = false);
CSSMutableStyleDeclaration.cpp 655 void CSSMutableStyleDeclaration::setLengthProperty(int propertyId, const String& value, bool important, bool /*multiLength*/)
    [all...]

Completed in 411 milliseconds