OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasSpecifiedEndpointsForHeight
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderNamedFlowFragment.cpp
88
bool
hasSpecifiedEndpointsForHeight
= styleToUse->logicalTop().isSpecified() && styleToUse->logicalBottom().isSpecified();
89
bool hasAnchoredEndpointsForHeight = isOutOfFlowPositioned() &&
hasSpecifiedEndpointsForHeight
;
RenderRegion.cpp
262
bool
hasSpecifiedEndpointsForHeight
= style()->logicalTop().isSpecified() && style()->logicalBottom().isSpecified();
263
bool hasAnchoredEndpointsForHeight = isOutOfFlowPositioned() &&
hasSpecifiedEndpointsForHeight
;
Completed in 329 milliseconds