Searched refs:toInsert (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
D | DocumentMarkerController.cpp | 218 RenderedDocumentMarker toInsert(newMarker); in addMarker() local 219 if (toInsert.type() != DocumentMarker::TextMatch) { in addMarker() 220 mergeOverlapping(list.get(), toInsert); in addMarker() 222 … MarkerList::iterator pos = std::lower_bound(list->begin(), list->end(), toInsert, startsFurther); in addMarker() 223 list->insert(pos - list->begin(), RenderedDocumentMarker(toInsert)); in addMarker() 232 void DocumentMarkerController::mergeOverlapping(MarkerList* list, DocumentMarker& toInsert) in mergeOverlapping() argument 234 …MarkerList::iterator firstOverlapping = std::lower_bound(list->begin(), list->end(), toInsert, doe… in mergeOverlapping() 236 list->insert(index, RenderedDocumentMarker(toInsert)); in mergeOverlapping()
|
/external/skia/src/core/ |
D | SkRTree.cpp | 132 Branch* toInsert = branch; in insert() local 135 toInsert = this->insert(root->child(childIndex)->fChild.subtree, branch, level); in insert() 139 if (NULL != toInsert) { in insert() 149 toDivide[fMaxChildren] = *toInsert; in insert() 168 *root->child(root->fNumChildren) = *toInsert; in insert()
|
/external/chromium_org/third_party/skia/src/core/ |
D | SkRTree.cpp | 132 Branch* toInsert = branch; in insert() local 135 toInsert = this->insert(root->child(childIndex)->fChild.subtree, branch, level); in insert() 139 if (NULL != toInsert) { in insert() 149 toDivide[fMaxChildren] = *toInsert; in insert() 168 *root->child(root->fNumChildren) = *toInsert; in insert()
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/ |
D | AbstractIteratorTester.java | 546 final Object toInsert = elementsToInsert.next(); in newAddMethod() local 552 rawIterator.add(toInsert); in newAddMethod() 559 final E toInsert = elementsToInsert.next(); 565 li.set(toInsert);
|
/external/chromium_org/third_party/icu/source/i18n/ |
D | ucol_bld.cpp | 466 count = tok->next->toInsert; in ucol_getSimpleCEGenerator() 491 uint32_t count = tok->toInsert; in ucol_getCEGenerator() 745 tok->toInsert = 1; in ucol_initBuffers() 758 tok->toInsert = t[tok->strength]; in ucol_initBuffers() 761 tok->toInsert = t[tok->strength]; in ucol_initBuffers() 782 fprintf(stderr,"%i", tok->toInsert); in ucol_initBuffers()
|
D | ucol_tok.h | 80 uint32_t toInsert; member
|
/external/icu4c/i18n/ |
D | ucol_bld.cpp | 467 count = tok->next->toInsert; in ucol_getSimpleCEGenerator() 492 uint32_t count = tok->toInsert; in ucol_getCEGenerator() 753 tok->toInsert = 1; in ucol_initBuffers() 766 tok->toInsert = t[tok->strength]; in ucol_initBuffers() 769 tok->toInsert = t[tok->strength]; in ucol_initBuffers() 790 fprintf(stderr,"%i", tok->toInsert); in ucol_initBuffers()
|
D | ucol_tok.h | 80 uint32_t toInsert; member
|