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

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DStyleGeneratedImage.h46 virtual bool imageHasRelativeWidth() const OVERRIDE { return !m_fixedSize; }
47 virtual bool imageHasRelativeHeight() const OVERRIDE { return !m_fixedSize; }
49 virtual bool usesImageContainerSize() const OVERRIDE { return !m_fixedSize; }
62 bool m_fixedSize; member in class:blink::FINAL

Completed in 2753 milliseconds