Searched refs:usesContainerSize (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/graphics/
H A DSVGImageForContainer.h49 virtual bool usesContainerSize() const OVERRIDE { return m_image->usesContainerSize(); }
H A DSVGImage.h83 virtual bool usesContainerSize() const OVERRIDE { return true; }
H A DSVGImage.cpp132 if (!usesContainerSize())
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DGeneratedImage.h40 virtual bool usesContainerSize() const OVERRIDE { return true; }
H A DCrossfadeGeneratedImage.h45 virtual bool usesContainerSize() const OVERRIDE { return false; }
H A DImage.h80 virtual bool usesContainerSize() const { return false; } function in class:blink::Image
/external/chromium_org/third_party/WebKit/Source/core/fetch/
H A DImageResource.cpp238 return m_image->usesContainerSize();
331 if (m_image->usesContainerSize()) {
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLImageElement.cpp583 if (!renderer() && sourceImage->usesContainerSize())

Completed in 147 milliseconds