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

/external/chromium_org/third_party/WebKit/Source/platform/text/
H A DBidiRunList.h63 void replaceRunWithRuns(Run* toReplace, BidiRunList<Run>& newRuns);
145 void BidiRunList<Run>::replaceRunWithRuns(Run* toReplace, BidiRunList<Run>& newRuns) argument
149 ASSERT(toReplace);
151 if (m_firstRun == toReplace) {
154 // Find the run just before "toReplace" in the list of runs.
156 while (previousRun->next() != toReplace)
162 newRuns.lastRun()->setNext(toReplace->next());
165 if (m_lastRun == toReplace)
167 if (m_logicallyLastRun == toReplace)
169 m_runCount += newRuns.runCount() - 1; // We added the new runs and removed toReplace
[all...]
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DStylePropertySet.cpp289 CSSProperty* toReplace = slot ? slot : findCSSPropertyWithID(property.id()); local
290 if (toReplace) {
291 *toReplace = property;
323 CSSProperty* toReplace = findCSSPropertyWithID(prefixingVariant); local
324 if (toReplace && prefixingVariant != property.id())
325 *toReplace = CSSProperty(prefixingVariant, property.value(), property.isImportant(), property.isSetFromShorthand(), getIndexInShorthandVectorForPrefixingVariant(property, prefixingVariant), property.metadata().m_implicit);
/external/chromium_org/third_party/skia/src/core/
H A DSkPictureFlat.h413 const SkFlatData* toReplace,
423 if (!*added || toReplace == NULL) {
429 const SkFlatData* found = fHash.find(*toReplace);
412 findAndReplace(const T& element, const SkFlatData* toReplace, bool* added, bool* replaced) argument
/external/skia/src/core/
H A DSkPictureFlat.h410 const SkFlatData* toReplace,
420 if (!*added || toReplace == NULL) {
426 const SkFlatData* found = fHash.find(*toReplace);
409 findAndReplace(const T& element, const SkFlatData* toReplace, bool* added, bool* replaced) argument
/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 303 milliseconds