Searched defs:hasAspectRatio (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderObject.h480 bool hasAspectRatio() const { return isReplaced() && (isImage() || isVideo() || isCanvas()); } function in class:WebCore::RenderObject
/macosx-10.9.5/WebCore-7537.78.1/rendering/style/
H A DRenderStyle.h762 bool hasAspectRatio() const { return rareNonInheritedData->m_hasAspectRatio; } function in class:WebCore::RenderStyle

Completed in 91 milliseconds