Searched defs:hasHeight (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DHTMLSrcsetParser.h52 bool hasHeight() const { return m_resourceHeight >= 0; } function in class:WebCore::DescriptorParsingResult
56 unsigned resourceHeight() const { ASSERT(hasHeight()); return m_resourceHeight; }
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DPatternAttributes.h129 bool hasHeight() const { return m_heightSet; } function in struct:WebCore::PatternAttributes
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
H A DFilterEffect.h157 bool hasHeight() const { return m_hasHeight; } function in class:WebCore::FilterEffect

Completed in 197 milliseconds