Home
last modified time | relevance | path

Searched defs:boxHeight (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/track/vtt/
DVTTRegion.cpp337 double boxHeight = box->getBoundingClientRect()->bottom() - box->getBoundingClientRect()->top(); in willRemoveVTTCueBox() local
/external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
DShape.cpp104 …float boxHeight = horizontalWritingMode ? logicalBoxSize.height().toFloat() : logicalBoxSize.width… in createShape() local
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DInlineFlowBox.cpp575 LayoutUnit boxHeight = ascent + descent; in computeLogicalBoxHeights() local
653 LayoutUnit boxHeight = curr->logicalHeight(); in placeBoxesInBlockDirection() local
DRenderLayer.cpp865 const float boxHeight = borderBox.height(); in perspectiveTransform() local