Home
last modified time | relevance | path

Searched refs:floatTop (Results 1 – 1 of 1) sorted by relevance

/external/webkit/WebCore/rendering/
Dbidi.cpp1151 int floatTop = (*f)->y() - (*f)->marginTop(); in layoutInlineChildren() local
1153 setHeight(floatTop + delta); in layoutInlineChildren()
1233 int floatTop = floats[floatIndex].rect.y(); in determineStartPosition() local
1235 …markLinesDirtyInVerticalRange(curr->blockHeight(), floatTop + max(floats[floatIndex].rect.height()… in determineStartPosition()