HomeSort by relevance Sort by last modified time
    Searched refs:enclosingList (Results 1 - 5 of 5) sorted by null

  /external/webkit/WebCore/editing/
InsertListCommand.cpp 73 Node* startList = enclosingList(startOfSelection.deepEquivalent().node());
74 Node* endList = enclosingList(endOfSelection.deepEquivalent().node());
140 HTMLElement* listNode = enclosingList(listChildNode);
161 if (enclosingList(nextListChild) != listNode)
165 if (enclosingList(previousListChild) != listNode)
174 if (enclosingList(listNode)) {
htmlediting.h 197 HTMLElement* enclosingList(Node*);
IndentOutdentCommand.cpp 74 RefPtr<Element> listNode = enclosingList(lastNodeInSelectedParagraph);
115 else if (enclosingList(start.node()))
htmlediting.cpp 734 HTMLElement* enclosingList(Node* node)
816 HTMLElement* list = enclosingList(node);
819 while (HTMLElement* nextList = enclosingList(list))
    [all...]
  /external/webkit/WebCore/rendering/
RenderListItem.cpp 83 static Node* enclosingList(Node* node)
95 static Node* enclosingList(const RenderObject* renderer)
99 return enclosingList(node);
109 return enclosingList(node);
117 Node* otherList = enclosingList(renderer);
135 Node* list = enclosingList(this);
329 Node* listNode = enclosingList(node());

Completed in 49 milliseconds