Home
last modified time | relevance | path

Searched defs:hasWidth (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/loader/cache/
DCachedImage.cpp181 bool hasWidth = m_image->size().width() > 0; in imageSize() local
205 bool hasWidth = m_image->rect().width() > 0; in imageRect() local
/external/webkit/Source/WebCore/platform/graphics/filters/
DFilterEffect.h100 bool hasWidth() const { return m_hasWidth; } in hasWidth() function
/external/webkit/Source/WebCore/svg/
DPatternAttributes.h128 bool hasWidth() const { return m_widthSet; } in hasWidth() function