HomeSort by relevance Sort by last modified time
    Searched defs:toAdd (Results 1 - 25 of 57) sorted by null

1 2 3

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderSlider.cpp 84 LayoutUnit toAdd = borderAndPaddingWidth();
85 m_minPreferredLogicalWidth += toAdd;
86 m_maxPreferredLogicalWidth += toAdd;
RenderFileUploadControl.cpp 199 int toAdd = borderAndPaddingWidth();
200 m_minPreferredLogicalWidth += toAdd;
201 m_maxPreferredLogicalWidth += toAdd;
RenderTextControl.cpp 262 LayoutUnit toAdd = borderAndPaddingLogicalWidth();
264 m_minPreferredLogicalWidth += toAdd;
265 m_maxPreferredLogicalWidth += toAdd;
RenderMenuList.cpp 311 LayoutUnit toAdd = borderAndPaddingWidth();
312 m_minPreferredLogicalWidth += toAdd;
313 m_maxPreferredLogicalWidth += toAdd;
RenderDeprecatedFlexibleBox.cpp 364 LayoutUnit toAdd = borderBottom() + paddingBottom() + horizontalScrollbarHeight();
434 setHeight(height() + toAdd);
654 LayoutUnit toAdd = borderBottom() + paddingBottom() + horizontalScrollbarHeight();
680 LayoutUnit minHeight = height() + toAdd;
749 setHeight(height() + toAdd);
    [all...]
RenderListBox.cpp 234 LayoutUnit toAdd = borderAndPaddingWidth();
235 m_minPreferredLogicalWidth += toAdd;
236 m_maxPreferredLogicalWidth += toAdd;
RenderTableSection.cpp 290 int toAdd = (tableHeight * m_grid[row].logicalHeight.percent() / 100) - rowsHeight[row - rowIndex];
294 toAdd = min(toAdd, extraRowSpanningHeight);
295 accumulatedPositionIncrease += toAdd;
296 extraRowSpanningHeight -= toAdd;
657 int toAdd = min<int>(extraLogicalHeight, (totalHeight * m_grid[r].logicalHeight.percent() / 100) - rowHeight);
658 // If toAdd is negative, then we don't want to shrink the row (this bug
660 toAdd = max(0, toAdd);
661 totalLogicalHeightAdded += toAdd;
    [all...]
RenderBlock.cpp     [all...]
  /libcore/luni/src/main/java/org/apache/harmony/xml/dom/
InnerNodeImpl.java 109 NodeList toAdd = newChild.getChildNodes();
110 for (int i = 0; i < toAdd.getLength(); i++) {
111 insertChildAt(toAdd.item(i), index + i);
  /dalvik/dx/src/com/android/dx/ssa/back/
RegisterAllocator.java 162 SsaInsn toAdd = SsaInsn.makeFromRop(
167 insns.add(insnIndex, toAdd);
  /external/dexmaker/src/dx/java/com/android/dx/ssa/back/
RegisterAllocator.java 164 SsaInsn toAdd = SsaInsn.makeFromRop(
169 insns.add(insnIndex, toAdd);
  /external/chromium_org/third_party/icu/source/common/
caniter.cpp 469 UnicodeString *toAdd = new UnicodeString(prefix);
471 if (toAdd == 0) {
475 *toAdd += item;
476 fillinResult->put(*toAdd, toAdd, status);
478 //if (PROGRESS) printf("Adding: %s\n", UToS(Tr(*toAdd)));
  /external/icu4c/common/
caniter.cpp 470 UnicodeString *toAdd = new UnicodeString(prefix);
472 if (toAdd == 0) {
476 *toAdd += item;
477 fillinResult->put(*toAdd, toAdd, status);
479 //if (PROGRESS) printf("Adding: %s\n", UToS(Tr(*toAdd)));
  /libcore/luni/src/main/java/java/util/concurrent/
CopyOnWriteArrayList.java 287 Object[] toAdd = collection.toArray();
288 Object[] newElements = new Object[elements.length + toAdd.length];
290 System.arraycopy(toAdd, 0, newElements, index, toAdd.length);
292 newElements, index + toAdd.length, elements.length - index);
294 return toAdd.length > 0;
307 Object[] toAdd = collection.toArray();
308 Object[] newElements = new Object[elements.length + toAdd.length];
311 for (Object o : toAdd) {
316 if (addedCount < toAdd.length)
    [all...]
  /libcore/luni/src/test/java/libcore/java/util/concurrent/
CopyOnWriteArrayListTest.java 191 List<Object> toAdd = Arrays.asList(new Object[1000]);
193 list.addAll(toAdd);
  /dalvik/dx/src/com/android/dx/ssa/
SsaBasicBlock.java 615 NormalSsaInsn toAdd = new NormalSsaInsn(
619 insns.add(insns.size() - 1, toAdd);
638 NormalSsaInsn toAdd = new NormalSsaInsn(
642 insns.add(getCountPhiInsns(), toAdd);
757 NormalSsaInsn toAdd = new NormalSsaInsn(
763 toSchedule.add(insertPlace++, toAdd);
949 NormalSsaInsn toAdd = new NormalSsaInsn(
962 insns.set(movesFromPhisAtBeginning + 1, toAdd);
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/ssa/
SsaBasicBlock.java 616 NormalSsaInsn toAdd = new NormalSsaInsn(
620 insns.add(insns.size() - 1, toAdd);
639 NormalSsaInsn toAdd = new NormalSsaInsn(
643 insns.add(getCountPhiInsns(), toAdd);
758 NormalSsaInsn toAdd = new NormalSsaInsn(
764 toSchedule.add(insertPlace++, toAdd);
950 NormalSsaInsn toAdd = new NormalSsaInsn(
963 insns.set(movesFromPhisAtBeginning + 1, toAdd);
    [all...]
  /frameworks/base/services/java/com/android/server/
NotificationManagerService.java 611 final ArrayList<ComponentName> toAdd;
617 toAdd = new ArrayList<ComponentName>();
629 toAdd.add(component);
646 final int N = toAdd.size();
648 final ComponentName component = toAdd.get(i);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.reconciler.dropins_1.1.2.R36x_v20101111-1430.jar 
org.eclipse.equinox.launcher.jar 
org.eclipse.equinox.launcher_1.1.0.v20100507.jar 
org.eclipse.equinox.p2.director.app_1.0.201.R36x_v20100823.jar 
org.eclipse.equinox.p2.directorywatcher_1.0.203.R36x_v20101027.jar 
org.eclipse.equinox.simpleconfigurator_1.0.200.v20100503.jar 
org.eclipse.equinox.p2.engine_2.0.0.v20100606.jar 

Completed in 524 milliseconds

1 2 3