Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DStyleBuilderCustom.cpp629 if (!state.parentStyle()->hasAspectRatio()) in applyInheritCSSPropertyWebkitAspectRatio()
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyle.h733 bool hasAspectRatio() const { return rareNonInheritedData->m_hasAspectRatio; } in hasAspectRatio() function
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSComputedStyleDeclaration.cpp2556 if (!style->hasAspectRatio()) in getPropertyCSSValue()