OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isSelfCollapsingBlock
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBlockFlow.cpp
493
if (marginInfo.atBeforeSideOfBlock() && !child->
isSelfCollapsingBlock
())
681
if (parentHasFloats || (prev && toRenderBlockFlow(prev)->
isSelfCollapsingBlock
() && parentBlockFlow->lowestFloatLogicalBottom() > logicalTopOffset))
[
all
...]
RenderBlock.h
512
virtual bool
isSelfCollapsingBlock
() const OVERRIDE FINAL;
[
all
...]
RenderBox.h
303
virtual bool
isSelfCollapsingBlock
() const { return false; }
[
all
...]
RenderBlock.cpp
[
all
...]
RenderBox.cpp
[
all
...]
Completed in 215 milliseconds