OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:avoidsFloats
(Results
1 - 14
of
14
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderRubyText.h
50
virtual bool
avoidsFloats
() const;
RenderFieldset.h
45
virtual bool
avoidsFloats
() const { return true; }
RenderDeprecatedFlexibleBox.h
47
virtual bool
avoidsFloats
() const { return true; }
RenderRubyText.cpp
86
bool RenderRubyText::
avoidsFloats
() const
RenderTextControl.h
78
virtual bool
avoidsFloats
() const { return true; }
RenderFlexibleBox.h
49
virtual bool
avoidsFloats
() const OVERRIDE FINAL { return true; }
RenderGrid.h
52
virtual bool
avoidsFloats
() const OVERRIDE { return true; }
RenderBlockFlow.cpp
414
if (logicalTopEstimate != oldLogicalTop && !child->
avoidsFloats
() && childRenderBlock && childRenderBlock->containsFloats()) {
422
} else if (!child->
avoidsFloats
() || child->shrinkToAvoidFloats()) {
481
if (!child->
avoidsFloats
() && childRenderBlock->containsFloats())
562
if (!child->
avoidsFloats
() && childRenderBlock->containsFloats())
642
if (
avoidsFloats
() || isRoot() || isRenderView() || isFloatingOrOutOfFlowPositioned() || isTableCell()) {
672
while (prev && (prev->isFloatingOrOutOfFlowPositioned() || !prev->isBox() || !prev->isRenderBlock() || toRenderBlock(prev)->
avoidsFloats
())) {
[
all
...]
RenderTable.h
274
virtual bool
avoidsFloats
() const { return true; }
RenderBlock.h
538
virtual bool
avoidsFloats
() const;
[
all
...]
RenderBox.h
523
virtual bool
avoidsFloats
() const;
[
all
...]
RenderBox.cpp
[
all
...]
RenderTable.cpp
305
if (
avoidsFloats
() && cb->containsFloats())
[
all
...]
RenderBlock.cpp
[
all
...]
Completed in 414 milliseconds