OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasRelativeWidth
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
GeneratedImage.h
41
virtual bool
hasRelativeWidth
() const OVERRIDE { return true; }
CrossfadeGeneratedImage.h
46
virtual bool
hasRelativeWidth
() const OVERRIDE { return false; }
Image.h
81
virtual bool
hasRelativeWidth
() const { return false; }
Image.cpp
135
if (
hasRelativeWidth
())
/external/chromium_org/third_party/WebKit/Source/core/svg/graphics/
SVGImageForContainer.h
50
virtual bool
hasRelativeWidth
() const OVERRIDE { return m_image->
hasRelativeWidth
(); }
/external/chromium_org/third_party/WebKit/Source/core/fetch/
ImageResource.cpp
246
return m_image->
hasRelativeWidth
();
279
float widthScale = m_image->
hasRelativeWidth
() ? 1.0f : multiplier;
/external/chromium_org/third_party/WebKit/Source/core/html/
HTMLImageElement.cpp
616
if (renderer() && renderer()->isRenderImage() && image->image() && !image->image()->
hasRelativeWidth
())
Completed in 114 milliseconds