Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/html/track/vtt/
DVTTRegion.cpp332 double boxHeight = box->getBoundingClientRect()->bottom() - box->getBoundingClientRect()->top(); in willRemoveVTTCueBox() local
/external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
DShape.cpp119 float boxHeight = horizontalWritingMode ? logicalBoxSize.height() : logicalBoxSize.width(); in createShape() local
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DInlineFlowBox.cpp563 LayoutUnit boxHeight = ascent + descent; in computeLogicalBoxHeights() local
641 LayoutUnit boxHeight = curr->logicalHeight(); in placeBoxesInBlockDirection() local
DCompositedLayerMapping.cpp1638 float boxHeight = borderBox.height(); in computePerspectiveOrigin() local
DRenderObject.cpp1587 LayoutUnit boxHeight = isBox() ? toRenderBox(this)->height() : LayoutUnit(); in repaintAfterLayoutIfNeeded() local
DRenderLayer.cpp1045 const float boxHeight = borderBox.height(); in perspectiveTransform() local