OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:s_canPropagateFloatIntoSibling
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/rendering/
RenderBlock.h
[
all
...]
RenderBlock.cpp
84
bool RenderBlock::
s_canPropagateFloatIntoSibling
= false;
205
s_canPropagateFloatIntoSibling
= style() ? !isFloatingOrPositioned() && !avoidsFloats() : false;
279
if (diff == StyleDifferenceLayout &&
s_canPropagateFloatIntoSibling
&& !canPropagateFloatIntoSibling && hasOverhangingFloats()) {
[
all
...]
Completed in 27 milliseconds