Searched defs:Relative (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLDimension.h44 Relative, Percentage, Absolute enumerator in enum:WebCore::HTMLDimension::HTMLDimensionType
61 bool isRelative() const { return m_type == Relative; }
/external/chromium_org/third_party/WebKit/Source/core/platform/
H A DLength.h38 Auto, Relative, Percent, Fixed, enumerator in enum:WebCore::LengthType
221 bool isRelative() const { return type() == Relative; }

Completed in 100 milliseconds