HomeSort by relevance Sort by last modified time
    Searched refs:newRight (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/line/
LineWidth.cpp 87 float newRight = m_block.logicalLeftForFloat(newFloat).toFloat();
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/
RootInlineBox.cpp 411 LayoutUnit newRight = block().logicalRightOffsetForLine(selectionTop, false);
412 if (prevLeft > newLeft || prevRight < newRight)
462 LayoutUnit newRight = block().logicalRightOffsetForLine(selectionBottom, false);
463 if (nextLeft > newLeft || nextRight < newRight)
    [all...]
  /external/llvm/include/llvm/ADT/
ImmutableSet.h 479 TreeTy* createNode(TreeTy* newLeft, TreeTy* oldTree, TreeTy* newRight) {
480 return createNode(newLeft, getValue(oldTree), newRight);
583 TreeTy* newRight = removeMinBinding(R,OldNode);
584 return balanceTree(L, getValue(OldNode), newRight);
    [all...]
  /frameworks/av/services/audioflinger/
Effects.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
DocumentMarkerController.cpp 348 DocumentMarker newRight = marker;
349 newRight.setStartOffset(endOffset);
351 list->insert(insertIndex, RenderedDocumentMarker::create(newRight));
  /external/robolectric/lib/main/
android-support-v4.jar 
  /external/chromium_org/third_party/closure_compiler/compiler/
compiler.jar 

Completed in 109 milliseconds