Searched refs:toAdd (Results 1 - 25 of 48) sorted by relevance

12

/external/chromium_org/third_party/skia/src/pathops/
H A DSkPathOpsBounds.h32 void add(const SkPathOpsBounds& toAdd) { argument
33 add(toAdd.fLeft, toAdd.fTop, toAdd.fRight, toAdd.fBottom);
/external/skia/src/pathops/
H A DSkPathOpsBounds.h32 void add(const SkPathOpsBounds& toAdd) { argument
33 add(toAdd.fLeft, toAdd.fTop, toAdd.fRight, toAdd.fBottom);
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderSlider.cpp84 LayoutUnit toAdd = borderAndPaddingWidth(); local
85 m_minPreferredLogicalWidth += toAdd;
86 m_maxPreferredLogicalWidth += toAdd;
H A DRenderFileUploadControl.cpp193 int toAdd = borderAndPaddingWidth(); local
194 m_minPreferredLogicalWidth += toAdd;
195 m_maxPreferredLogicalWidth += toAdd;
H A DRenderTextControl.cpp278 LayoutUnit toAdd = borderAndPaddingLogicalWidth(); local
280 m_minPreferredLogicalWidth += toAdd;
281 m_maxPreferredLogicalWidth += toAdd;
H A DRenderTableSection.cpp335 int toAdd = (tableHeight * m_grid[row].logicalHeight.percent() / 100) - rowsHeight[row - rowIndex]; local
339 toAdd = std::min(toAdd, extraRowSpanningHeight);
340 accumulatedPositionIncrease += toAdd;
341 extraRowSpanningHeight -= toAdd;
845 int toAdd = std::min<int>(extraLogicalHeight, (totalHeight * m_grid[r].logicalHeight.percent() / 100) - rowHeight); local
846 // If toAdd is negative, then we don't want to shrink the row (this bug
848 toAdd = std::max(0, toAdd);
849 totalLogicalHeightAdded += toAdd;
[all...]
H A DRenderDeprecatedFlexibleBox.cpp328 LayoutUnit toAdd = borderBottom() + paddingBottom() + horizontalScrollbarHeight(); local
398 setHeight(height() + toAdd);
619 LayoutUnit toAdd = borderBottom() + paddingBottom() + horizontalScrollbarHeight(); local
645 LayoutUnit minHeight = height() + toAdd;
714 setHeight(height() + toAdd);
H A DRenderMenuList.cpp366 LayoutUnit toAdd = borderAndPaddingWidth(); local
367 m_minPreferredLogicalWidth += toAdd;
368 m_maxPreferredLogicalWidth += toAdd;
/external/chromium_org/third_party/icu/source/common/unicode/
H A Denumset.h36 inline void add(T toAdd) { set(toAdd, 1); } argument
/external/icu/icu4c/source/common/unicode/
H A Denumset.h38 inline void add(T toAdd) { set(toAdd, 1); } argument
/external/chromium_org/chrome/browser/resources/options/
H A Dlanguage_dictionary_overlay_word_list.js152 var toAdd = [];
156 toAdd.push(entries[i]);
159 if (toAdd.length == 0)
161 for (var i = 0; i < toAdd.length; i++)
162 this.dataModel.splice(this.dataModel.length - 1, 0, toAdd[i]);
/external/dexmaker/src/dx/java/com/android/dx/rop/annotation/
H A DAnnotations.java189 * @param toAdd {@code non-null;} the annotations to add
192 public void addAll(Annotations toAdd) { argument
195 if (toAdd == null) {
196 throw new NullPointerException("toAdd == null");
199 for (Annotation a : toAdd.annotations.values()) {
/external/dexmaker/src/dx/java/com/android/dx/ssa/
H A DSsaBasicBlock.java616 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);
/external/dexmaker/src/dx/java/com/android/dx/ssa/back/
H A DRegisterAllocator.java164 SsaInsn toAdd = SsaInsn.makeFromRop(
169 insns.add(insnIndex, toAdd);
/external/chromium_org/third_party/icu/source/common/
H A Dcaniter.cpp470 UnicodeString *toAdd = new UnicodeString(prefix); local
472 if (toAdd == 0) {
476 *toAdd += item;
477 fillinResult->put(*toAdd, toAdd, status);
479 //if (PROGRESS) printf("Adding: %s\n", UToS(Tr(*toAdd)));
H A Duresbund.cpp741 U_CFUNC void ures_setResPath(UResourceBundle *resB, const char* toAdd) {
746 resB->fResPathLen = uprv_strlen(toAdd);
754 uprv_strcpy(resB->fResPath, toAdd);
757 static void ures_appendResPath(UResourceBundle *resB, const char* toAdd, int32_t lenToAdd, UErrorCode *status) { argument
784 uprv_strcpy(resB->fResPath + resPathLenOrig, toAdd);
/external/icu/icu4c/source/common/
H A Dcaniter.cpp470 UnicodeString *toAdd = new UnicodeString(prefix); local
472 if (toAdd == 0) {
476 *toAdd += item;
477 fillinResult->put(*toAdd, toAdd, status);
479 //if (PROGRESS) printf("Adding: %s\n", UToS(Tr(*toAdd)));
/external/chromium_org/chrome/browser/resources/chromeos/network_configuration/js/
H A Dnetwork_status.js64 var toAdd = diff[1];
68 dataModel.splice.apply(dataModel, [dataModel.length, 0].concat(toAdd));
620 var toAdd = diff[1];
623 toAdd.forEach(function(id) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.reconciler.dropins_1.1.2.R36x_v20101111-1430.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.launcher.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.launcher_1.1.0.v20100507.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.director.app_1.0.201.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.directorywatcher_1.0.203.R36x_v20101027.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.simpleconfigurator_1.0.200.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.engine_2.0.0.v20100606.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 298 milliseconds

12