OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nextList
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/editing/
IndentOutdentCommand.cpp
74
RefPtrWillBeRawPtr<Element>
nextList
= ElementTraversal::nextSibling(*selectedListItem);
94
if (canMergeLists(newList.get(),
nextList
.get()))
95
mergeIdenticalElements(newList.get(),
nextList
.get());
InsertListCommand.cpp
78
RefPtrWillBeRawPtr<HTMLElement>
nextList
= toHTMLElement(nextSibling);
79
if (canMergeLists(list.get(),
nextList
.get())) {
80
mergeIdenticalElements(list,
nextList
);
81
return
nextList
.release();
358
HTMLElement*
nextList
= adjacentEnclosingList(start, end.next(CannotCrossEditingBoundary), listTag);
362
else if (
nextList
)
363
insertNodeAt(listItemElement, positionBeforeNode(
nextList
));
409
if (canMergeLists(previousList,
nextList
))
410
mergeIdenticalElements(previousList,
nextList
);
/external/owasp/sanitizer/tools/findbugs/lib/
commons-lang-2.6.jar
Completed in 116 milliseconds