OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nextList
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/editing/
IndentOutdentCommand.cpp
70
RefPtr<Element>
nextList
= selectedListItem->nextElementSibling();
90
if (canMergeLists(newList.get(),
nextList
.get()))
91
mergeIdenticalElements(newList.get(),
nextList
.get());
InsertListCommand.cpp
76
RefPtr<HTMLElement>
nextList
= toHTMLElement(list->nextElementSibling());
77
if (canMergeLists(list.get(),
nextList
.get())) {
78
mergeIdenticalElements(list,
nextList
);
79
return
nextList
.release();
347
Element*
nextList
= adjacentEnclosingList(start.deepEquivalent(), end.next(CannotCrossEditingBoundary), listTag);
351
else if (
nextList
)
352
insertNodeAt(listItemElement, positionBeforeNode(
nextList
));
396
if (canMergeLists(previousList,
nextList
))
397
mergeIdenticalElements(previousList,
nextList
);
/prebuilts/tools/common/netbeans-visual/
org-openide-util.jar
/prebuilts/tools/common/m2/internal/commons-lang/commons-lang/2.4/
commons-lang-2.4.jar
Completed in 960 milliseconds