Searched refs:strictMode (Results 1 – 3 of 3) sorted by relevance
/external/webkit/WebCore/rendering/ |
D | InlineFlowBox.cpp | 341 bool strictMode = (curr && curr->document()->inStrictMode()); in verticallyAlignBoxes() local 343 computeLogicalBoxHeights(maxPositionTop, maxPositionBottom, maxAscent, maxDescent, strictMode); in verticallyAlignBoxes() 353 …placeBoxesVertically(heightOfBlock, maxHeight, maxAscent, strictMode, topPosition, bottomPosition,… in verticallyAlignBoxes() 401 int& maxAscent, int& maxDescent, bool strictMode) in computeLogicalBoxHeights() argument 407 if (hasTextChildren() || strictMode) { in computeLogicalBoxHeights() 468 …rr)->hasTextChildren()) || curr->boxModelObject()->hasHorizontalBordersOrPadding() || strictMode) { in computeLogicalBoxHeights() 478 …r)->computeLogicalBoxHeights(maxPositionTop, maxPositionBottom, maxAscent, maxDescent, strictMode); in computeLogicalBoxHeights() 482 void InlineFlowBox::placeBoxesVertically(int yPos, int maxHeight, int maxAscent, bool strictMode, in placeBoxesVertically() argument 496 …nlineFlowBox*>(curr)->placeBoxesVertically(yPos, maxHeight, maxAscent, strictMode, topPosition, bo… in placeBoxesVertically() 504 …rr)->hasTextChildren()) && !curr->boxModelObject()->hasHorizontalBordersOrPadding() && !strictMode) in placeBoxesVertically() [all …]
|
D | InlineFlowBox.h | 127 int& maxAscent, int& maxDescent, bool strictMode); 130 void placeBoxesVertically(int y, int maxHeight, int maxAscent, bool strictMode,
|
D | InlineBox.cpp | 105 bool strictMode = renderer()->document()->inStrictMode(); in height() local 108 if (strictMode || flowBox->hasTextChildren() || flowObject->hasHorizontalBordersOrPadding()) in height()
|