Home
last modified time | relevance | path

Searched defs:isLength (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DBorderImageLength.h59 bool isLength() const { return m_type == LengthType; } in isLength() function
DGridLength.h57 bool isLength() const { return m_type == LengthType; } in isLength() function
/external/chromium_org/third_party/WebKit/Source/core/animation/
DAnimatableValue.h63 bool isLength() const { return type() == TypeLength; } in isLength() function
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSPrimitiveValue.h170 bool isLength() const in isLength() function