Home
last modified time | relevance | path

Searched refs:parseBorderWidthAttribute (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLElement.h115 unsigned parseBorderWidthAttribute(const AtomicString&) const;
DHTMLTableElement.cpp286 …ertyToPresentationAttributeStyle(style, CSSPropertyBorderWidth, parseBorderWidthAttribute(value), … in collectStyleForPresentationAttribute()
355 m_borderAttr = parseBorderWidthAttribute(value); in parseAttribute()
DHTMLElement.cpp124 unsigned HTMLElement::parseBorderWidthAttribute(const AtomicString& value) const in parseBorderWidthAttribute() function in blink::HTMLElement
134 …ertyToPresentationAttributeStyle(style, CSSPropertyBorderWidth, parseBorderWidthAttribute(value), … in applyBorderAttributeToStyle()