OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:enclosingListChild
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/editing/
InsertListCommand.cpp
46
static Node*
enclosingListChild
(Node* node, Node* listNode)
48
Node* listChild =
enclosingListChild
(node);
50
listChild =
enclosingListChild
(listChild->parentNode());
209
Node* listChildNode =
enclosingListChild
(selectionNode);
234
Node* firstChildInList =
enclosingListChild
(VisiblePosition(firstPositionInNode(listElement.get())).deepEquivalent().deprecatedNode(), listElement.get());
282
nextListChild =
enclosingListChild
(end.next().deepEquivalent().deprecatedNode(), listElement);
284
previousListChild =
enclosingListChild
(start.previous().deepEquivalent().deprecatedNode(), listElement);
385
Node* listChild =
enclosingListChild
(insertionPos.deprecatedNode());
htmlediting.h
226
Node*
enclosingListChild
(Node*);
InsertParagraphSeparatorCommand.cpp
170
Node* listChildNode =
enclosingListChild
(insertionPosition.parentAnchoredEquivalent().containerNode());
htmlediting.cpp
691
Node*
enclosingListChild
(Node *node)
714
Node* listChildNode =
enclosingListChild
(visiblePos.deepEquivalent().deprecatedNode());
[
all
...]
ReplaceSelectionCommand.cpp
476
&&
enclosingListChild
(sourceBlock) ==
enclosingListChild
(destinationNode)
[
all
...]
Completed in 265 milliseconds