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

  /external/webkit/Source/WebCore/inspector/front-end/
Drawer.js 116 var newRight = WebInspector.Panel.counterRightMargin;
117 var rightPadding = (oldRight - newRight);
174 var newRight = this._drawerStatusBar.clientWidth - this._counters.offsetLeft;
176 var rightPadding = (newRight - oldRight);
  /external/llvm/include/llvm/ADT/
ImmutableSet.h 481 TreeTy* createNode(TreeTy* newLeft, TreeTy* oldTree, TreeTy* newRight) {
482 return createNode(newLeft, getValue(oldTree), newRight);
584 TreeTy* newRight = removeMinBinding(R,OldNode);
585 return balanceTree(L, getValue(OldNode), newRight);
    [all...]
  /external/webkit/Source/WebCore/rendering/
RootInlineBox.cpp 417 int newRight = block()->logicalRightOffsetForLine(selectionTop, false);
418 if (prevLeft > newLeft || prevRight < newRight)
443 int newRight = block()->logicalRightOffsetForLine(selectionBottom, false);
444 if (nextLeft > newLeft || nextRight < newRight)
    [all...]
  /external/webkit/Source/WebCore/dom/
DocumentMarkerController.cpp 253 DocumentMarker newRight = marker;
254 newRight.startOffset = endOffset;
255 markers.insert(i, newRight);
  /frameworks/av/services/audioflinger/
AudioFlinger.cpp     [all...]

Completed in 348 milliseconds