OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:atBeforeSideOfBlock
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBlockFlow.cpp
125
bool
atBeforeSideOfBlock
() const { return m_atBeforeSideOfBlock; }
450
bool
atBeforeSideOfBlock
= marginInfo.
atBeforeSideOfBlock
();
462
atBeforeSideOfBlock
&& logicalTopBeforeClear == logicalTopAfterClear);
493
if (marginInfo.
atBeforeSideOfBlock
() && !child->isSelfCollapsingBlock())
541
LayoutUnit RenderBlockFlow::adjustBlockChildForPagination(LayoutUnit logicalTopAfterClear, LayoutUnit estimateWithoutPagination, RenderBox* child, bool
atBeforeSideOfBlock
)
606
if (
atBeforeSideOfBlock
&& oldTop == result && !isOutOfFlowPositioned() && !isTableCell()) {
[
all
...]
RenderBlockFlow.h
380
LayoutUnit adjustBlockChildForPagination(LayoutUnit logicalTopAfterClear, LayoutUnit estimateWithoutPagination, RenderBox* child, bool
atBeforeSideOfBlock
);
Completed in 46 milliseconds