OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasAutoHeightStyle
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderNamedFlowFragment.cpp
90
bool
hasAutoHeightStyle
= styleToUse->logicalHeight().isAuto()
94
return
hasAutoHeightStyle
&& !hasAnchoredEndpointsForHeight;
RenderRegion.cpp
264
bool
hasAutoHeightStyle
= style()->logicalHeight().isAuto() || style()->logicalHeight().isFitContent()
266
return
hasAutoHeightStyle
&& !hasAnchoredEndpointsForHeight;
Completed in 32 milliseconds