OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isPercentage
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
LineClampValue.h
48
bool
isPercentage
() const { return m_type == LineClampPercentage; }
54
return value() == o.value() &&
isPercentage
() == o.
isPercentage
();
/external/chromium_org/third_party/WebKit/Source/core/html/
HTMLDimension.h
62
bool
isPercentage
() const { return m_type == Percentage; }
/external/chromium_org/third_party/WebKit/Source/core/css/
CSSPrimitiveValue.h
176
bool
isPercentage
() const { return primitiveType() == CSS_PERCENTAGE; }
Completed in 80 milliseconds