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

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLElement.h 115 unsigned parseBorderWidthAttribute(const AtomicString&) const;
HTMLTableElement.cpp 286 addPropertyToPresentationAttributeStyle(style, CSSPropertyBorderWidth, parseBorderWidthAttribute(value), CSSPrimitiveValue::CSS_PX);
355 m_borderAttr = parseBorderWidthAttribute(value);
HTMLElement.cpp 124 unsigned HTMLElement::parseBorderWidthAttribute(const AtomicString& value) const
134 addPropertyToPresentationAttributeStyle(style, CSSPropertyBorderWidth, parseBorderWidthAttribute(value), CSSPrimitiveValue::CSS_PX);
    [all...]

Completed in 237 milliseconds