Home
last modified time | relevance | path

Searched refs:lengthIsSpecified (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderReplaced.cpp201 static inline bool lengthIsSpecified(Length length) in lengthIsSpecified() function
210 if (lengthIsSpecified(style()->width())) in computeReplacedLogicalWidth()
226 if (lengthIsSpecified(style()->logicalHeight())) in computeReplacedLogicalHeight()
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0652294 (WebCore::lengthIsSpecified): Added this helper function, based on RenderImage’s