Searched refs:NormalSize (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/fetch/
H A DImageResource.h77 NormalSize, // Report the size of the image associated with a certain renderer enumerator in enum:blink::FINAL::SizeType
81 LayoutSize imageSizeForRenderer(const RenderObject*, float multiplier, SizeType = NormalSize); // returns the size of the complete image.
H A DImageResource.cpp270 else if (m_image->isSVGImage() && sizeType == NormalSize)
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderImageResource.h67 virtual LayoutSize imageSize(float multiplier) const { return getImageSize(multiplier, ImageResource::NormalSize); }

Completed in 108 milliseconds