OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isFlex
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
GridLength.h
57
bool
isFlex
() const { return m_type == FlexType; }
61
double flex() const { ASSERT(
isFlex
()); return m_flex; }
/external/chromium_org/third_party/WebKit/Source/core/css/
CSSPrimitiveValue.h
212
bool
isFlex
() const { return primitiveType() == CSS_FR; }
Completed in 1857 milliseconds