Searched defs:insertionPoint (Results 1 - 5 of 5) sorted by relevance
/external/webkit/Source/WebCore/editing/ |
H A D | InsertListCommand.cpp | 305 VisiblePosition insertionPoint = VisiblePosition(positionBeforeNode(placeholder.get())); local 306 moveParagraphs(start, end, insertionPoint, true);
|
/external/icu4c/i18n/ |
H A D | alphaindex.cpp | 334 int32_t insertionPoint = binarySearch(indexCharacters, *item, *collatorPrimaryOnly_); local 335 if (insertionPoint < 0) { 337 ownedString(*item, ownedItem, errorCode), ~insertionPoint, errorCode); 339 const UnicodeString &itemAlreadyIn = *getString(indexCharacters, insertionPoint); 342 ownedString(*item, ownedItem, errorCode), insertionPoint);
|
/external/webkit/Source/WebCore/rendering/ |
H A D | RenderBlock.cpp | 897 void RenderBlock::makeChildrenNonInline(RenderObject *insertionPoint) argument 901 // blocks. If |insertionPoint| is defined, then it represents the insertion point for 903 // means that we cannot coalesce inlines before |insertionPoint| with inlines following 904 // |insertionPoint|, because the new child is going to be inserted in between the inlines, 907 ASSERT(!insertionPoint || insertionPoint->parent() == this); 919 getInlineRun(child, insertionPoint, inlineRunStart, inlineRunEnd);
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
H A D | org.eclipse.ui.ide_3.6.2.M20101117-0800.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
H A D | org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
Completed in 232 milliseconds