Searched defs:toInsert (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocumentMarkerController.cpp218 RenderedDocumentMarker toInsert(newMarker);
219 if (toInsert.type() != DocumentMarker::TextMatch) {
220 mergeOverlapping(list.get(), toInsert);
222 MarkerList::iterator pos = std::lower_bound(list->begin(), list->end(), toInsert, startsFurther);
223 list->insert(pos - list->begin(), RenderedDocumentMarker(toInsert));
232 void DocumentMarkerController::mergeOverlapping(MarkerList* list, DocumentMarker& toInsert) argument
234 MarkerList::iterator firstOverlapping = std::lower_bound(list->begin(), list->end(), toInsert, doesNotOverlap);
236 list->insert(index, RenderedDocumentMarker(toInsert));
/external/chromium_org/third_party/skia/src/core/
H A DSkRTree.cpp132 Branch* toInsert = branch; local
135 toInsert = this->insert(root->child(childIndex)->fChild.subtree, branch, level);
139 if (NULL != toInsert) {
149 toDivide[fMaxChildren] = *toInsert;
168 *root->child(root->fNumChildren) = *toInsert;
/external/skia/src/core/
H A DSkRTree.cpp132 Branch* toInsert = branch; local
135 toInsert = this->insert(root->child(childIndex)->fChild.subtree, branch, level);
139 if (NULL != toInsert) {
149 toDivide[fMaxChildren] = *toInsert;
168 *root->child(root->fNumChildren) = *toInsert;
/external/chromium_org/third_party/icu/source/i18n/
H A Ducol_tok.h80 uint32_t toInsert; member in struct:UColToken
/external/icu4c/i18n/
H A Ducol_tok.h80 uint32_t toInsert; member in struct:UColToken
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1405 milliseconds