Searched defs:insertionPoint (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/editing/
H A DInsertListCommand.cpp305 VisiblePosition insertionPoint = VisiblePosition(positionBeforeNode(placeholder.get())); local
306 moveParagraphs(start, end, insertionPoint, true);
/external/icu4c/i18n/
H A Dalphaindex.cpp334 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 DRenderBlock.cpp897 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 Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 232 milliseconds