Searched refs:newRight (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/line/
H A DLineWidth.cpp87 float newRight = m_block.logicalLeftForFloat(newFloat).toFloat(); local
90 newRight += shapeDeltas.leftMarginBoxDelta();
92 newRight = m_right;
95 newRight -= floorToInt(m_block.textIndentOffset());
96 m_right = std::min<float>(m_right, newRight);
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRootInlineBox.cpp411 LayoutUnit newRight = block().logicalRightOffsetForLine(selectionTop, false); local
412 if (prevLeft > newLeft || prevRight < newRight)
462 LayoutUnit newRight = block().logicalRightOffsetForLine(selectionBottom, false); local
463 if (nextLeft > newLeft || nextRight < newRight)
/external/llvm/include/llvm/ADT/
H A DImmutableSet.h479 TreeTy* createNode(TreeTy* newLeft, TreeTy* oldTree, TreeTy* newRight) { argument
480 return createNode(newLeft, getValue(oldTree), newRight);
583 TreeTy* newRight = removeMinBinding(R,OldNode); local
584 return balanceTree(L, getValue(OldNode), newRight);
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocumentMarkerController.cpp348 DocumentMarker newRight = marker; local
349 newRight.setStartOffset(endOffset);
351 list->insert(insertIndex, RenderedDocumentMarker::create(newRight));
/external/robolectric/lib/main/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 6811 milliseconds