Home
last modified time | relevance | path

Searched defs:hasIntrinsicHeight (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderReplaced.cpp358 bool hasIntrinsicHeight = constrainedSize.height() > 0; in computeReplacedLogicalWidth() local
414 bool hasIntrinsicHeight = constrainedSize.height() > 0; in computeReplacedLogicalHeight() local
/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGSVGElement.cpp648 bool SVGSVGElement::hasIntrinsicHeight() const in hasIntrinsicHeight() function in blink::SVGSVGElement