Searched refs:newRight (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | LineWidth.cpp | 110 float newRight = m_block.logicalLeftForFloat(newFloat); in shrinkAvailableWidthForNewFloatIfNeeded() local 112 newRight -= previousShapeOutsideInfo->leftMarginBoxDelta(); in shrinkAvailableWidthForNewFloatIfNeeded() 114 newRight += shapeOutsideInfo->leftMarginBoxDelta(); in shrinkAvailableWidthForNewFloatIfNeeded() 117 newRight -= floorToInt(m_block.textIndentOffset()); in shrinkAvailableWidthForNewFloatIfNeeded() 118 m_right = std::min<float>(m_right, newRight); in shrinkAvailableWidthForNewFloatIfNeeded()
|
D | RootInlineBox.cpp | 537 LayoutUnit newRight = block()->logicalRightOffsetForLine(selectionTop, false); in selectionTop() local 538 if (prevLeft > newLeft || prevRight < newRight) in selectionTop() 586 LayoutUnit newRight = block()->logicalRightOffsetForLine(selectionBottom, false); in selectionBottom() local 587 if (nextLeft > newLeft || nextRight < newRight) in selectionBottom()
|
/external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/ |
D | RopeByteString.java | 177 ByteString newRight = concatenateBytes(leftRope.right, right); in concatenate() local 178 result = new RopeByteString(leftRope.left, newRight); in concatenate() 187 ByteString newRight = new RopeByteString(leftRope.right, right); in concatenate() local 188 result = new RopeByteString(leftRope.left, newRight); in concatenate()
|
/external/llvm/include/llvm/ADT/ |
D | ImmutableSet.h | 479 TreeTy* createNode(TreeTy* newLeft, TreeTy* oldTree, TreeTy* newRight) { in createNode() argument 480 return createNode(newLeft, getValue(oldTree), newRight); in createNode() 583 TreeTy* newRight = removeMinBinding(R,OldNode); in combineTrees() local 584 return balanceTree(L, getValue(OldNode), newRight); in combineTrees()
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
D | DocumentMarkerController.cpp | 348 DocumentMarker newRight = marker; in removeMarkers() local 349 newRight.setStartOffset(endOffset); in removeMarkers() 351 list->insert(insertIndex, RenderedDocumentMarker(newRight)); in removeMarkers()
|