Home
last modified time | relevance | path

Searched defs:hasRelativeHeight (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DGeneratedImage.h42 virtual bool hasRelativeHeight() const OVERRIDE { return true; } in hasRelativeHeight() function
DCrossfadeGeneratedImage.h47 virtual bool hasRelativeHeight() const OVERRIDE { return false; } in hasRelativeHeight() function
DImage.h82 virtual bool hasRelativeHeight() const { return false; } in hasRelativeHeight() function
/external/chromium_org/third_party/WebKit/Source/core/svg/graphics/
DSVGImageForContainer.h51 virtual bool hasRelativeHeight() const OVERRIDE { return m_image->hasRelativeHeight(); } in hasRelativeHeight() function