Searched refs:toReplace (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/platform/text/
H A DBidiRunList.h62 void replaceRunWithRuns(Run* toReplace, BidiRunList<Run>& newRuns);
144 void BidiRunList<Run>::replaceRunWithRuns(Run* toReplace, BidiRunList<Run>& newRuns) argument
148 ASSERT(toReplace);
150 if (m_firstRun == toReplace)
153 // Find the run just before "toReplace" in the list of runs.
155 while (previousRun->next() != toReplace)
161 newRuns.lastRun()->setNext(toReplace->next());
164 if (m_lastRun == toReplace)
166 if (m_logicallyLastRun == toReplace)
168 m_runCount += newRuns.runCount() - 1; // We added the new runs and removed toReplace
[all...]
/external/chromium_org/third_party/skia/src/core/
H A DSkPictureFlat.h462 const SkFlatData* toReplace, bool* added,
469 if (*added && toReplace != NULL) {
471 int indexToReplace = fSortedData.find(toReplace);
477 const_cast<SkFlatData*>(flat)->setIndex(toReplace->index());
478 fIndexedData[toReplace->index()] = flat;
484 int oldHash = ChecksumToHashIndex(toReplace->checksum());
485 if (fHash[oldHash] == toReplace) {
489 fController->unalloc((void*)toReplace);
461 findAndReplace(const T& element, const SkFlatData* toReplace, bool* added, bool* replaced) argument
/external/skia/src/core/
H A DSkPictureFlat.h462 const SkFlatData* toReplace, bool* added,
469 if (*added && toReplace != NULL) {
471 int indexToReplace = fSortedData.find(toReplace);
477 const_cast<SkFlatData*>(flat)->setIndex(toReplace->index());
478 fIndexedData[toReplace->index()] = flat;
484 int oldHash = ChecksumToHashIndex(toReplace->checksum());
485 if (fHash[oldHash] == toReplace) {
489 fController->unalloc((void*)toReplace);
461 findAndReplace(const T& element, const SkFlatData* toReplace, bool* added, bool* replaced) argument
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DStylePropertySet.cpp261 CSSProperty* toReplace = slot ? slot : findCSSPropertyWithID(property.id()); local
262 if (toReplace) {
263 *toReplace = property;
314 CSSProperty* toReplace = findCSSPropertyWithID(prefixingVariant); local
315 if (toReplace && prefixingVariant != property.id())
316 *toReplace = CSSProperty(prefixingVariant, property.value(), property.isImportant(), property.isSetFromShorthand(), getIndexInShorthandVectorForPrefixingVariant(property, prefixingVariant), property.metadata().m_implicit);
/external/dexmaker/src/dx/java/com/android/dx/ssa/
H A DSsaBasicBlock.java768 NormalSsaInsn toReplace = new NormalSsaInsn(
774 toSchedule.set(insertPlace, toReplace);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.lucene.analysis_1.9.1.v20100518-1140.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 211 milliseconds