OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasAnchoredEndpointsForHeight
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderNamedFlowFragment.cpp
89
bool
hasAnchoredEndpointsForHeight
= isOutOfFlowPositioned() && hasSpecifiedEndpointsForHeight;
94
return hasAutoHeightStyle && !
hasAnchoredEndpointsForHeight
;
RenderRegion.cpp
263
bool
hasAnchoredEndpointsForHeight
= isOutOfFlowPositioned() && hasSpecifiedEndpointsForHeight;
266
return hasAutoHeightStyle && !
hasAnchoredEndpointsForHeight
;
Completed in 465 milliseconds