OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasRelativeWidth
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
GeneratedImage.h
41
virtual bool
hasRelativeWidth
() const OVERRIDE { return true; }
CrossfadeGeneratedImage.h
48
virtual bool
hasRelativeWidth
() const { return false; }
Image.h
80
virtual bool
hasRelativeWidth
() const { return false; }
Image.cpp
135
if (
hasRelativeWidth
())
/external/chromium_org/third_party/WebKit/Source/core/svg/graphics/
SVGImageForContainer.h
48
virtual bool
hasRelativeWidth
() const OVERRIDE { return m_image->
hasRelativeWidth
(); }
SVGImage.h
58
virtual bool
hasRelativeWidth
() const OVERRIDE;
SVGImage.cpp
294
bool SVGImage::
hasRelativeWidth
() const
/external/chromium_org/third_party/WebKit/Source/core/fetch/
ImageResource.cpp
218
return m_image->
hasRelativeWidth
();
251
float widthScale = m_image->
hasRelativeWidth
() ? 1.0f : multiplier;
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
CanvasRenderingContext2D.cpp
[
all
...]
Completed in 57 milliseconds