Searched refs:toReplace (Results 1 – 5 of 5) sorted by relevance
63 void replaceRunWithRuns(Run* toReplace, BidiRunList<Run>& newRuns);145 void BidiRunList<Run>::replaceRunWithRuns(Run* toReplace, BidiRunList<Run>& newRuns) in replaceRunWithRuns() argument149 ASSERT(toReplace); in replaceRunWithRuns()151 if (m_firstRun == toReplace) { in replaceRunWithRuns()156 while (previousRun->next() != toReplace) in replaceRunWithRuns()162 newRuns.lastRun()->setNext(toReplace->next()); in replaceRunWithRuns()165 if (m_lastRun == toReplace) in replaceRunWithRuns()167 if (m_logicallyLastRun == toReplace) in replaceRunWithRuns()171 delete toReplace; in replaceRunWithRuns() local
289 CSSProperty* toReplace = slot ? slot : findCSSPropertyWithID(property.id()); in setProperty() local290 if (toReplace) { in setProperty()291 *toReplace = property; in setProperty()323 CSSProperty* toReplace = findCSSPropertyWithID(prefixingVariant); in setPrefixingVariantProperty() local324 if (toReplace && prefixingVariant != property.id()) in setPrefixingVariantProperty()325 …*toReplace = CSSProperty(prefixingVariant, property.value(), property.isImportant(), property.isSe… in setPrefixingVariantProperty()
410 const SkFlatData* toReplace, in findAndReplace() argument420 if (!*added || toReplace == NULL) { in findAndReplace()426 const SkFlatData* found = fHash.find(*toReplace); in findAndReplace()
768 NormalSsaInsn toReplace = new NormalSsaInsn( in scheduleUseBeforeAssigned() local774 toSchedule.set(insertPlace, toReplace); in scheduleUseBeforeAssigned()