OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:enclosingListChild
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/editing/
InsertListCommand.cpp
41
static Node*
enclosingListChild
(Node* node, Node* listNode)
43
Node* listChild =
enclosingListChild
(node);
45
listChild =
enclosingListChild
(listChild->parentNode());
200
Node* listChildNode =
enclosingListChild
(selectionNode);
225
Node* firstChildInList =
enclosingListChild
(VisiblePosition(firstPositionInNode(listNode.get())).deepEquivalent().deprecatedNode(), listNode.get());
272
nextListChild =
enclosingListChild
(end.next().deepEquivalent().deprecatedNode(), listNode);
274
previousListChild =
enclosingListChild
(start.previous().deepEquivalent().deprecatedNode(), listNode);
374
Node* listChild =
enclosingListChild
(insertionPos.deprecatedNode());
htmlediting.cpp
664
Node*
enclosingListChild
(Node *node)
711
Node* listChildNode =
enclosingListChild
(visiblePos.deepEquivalent().deprecatedNode());
[
all
...]
Completed in 47 milliseconds