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

  /external/webkit/WebCore/editing/
htmlediting.h 55 Node* highestAncestor(Node*);
ApplyStyleCommand.cpp 599 Node* scope = highestAncestor(visibleStart.deepEquivalent().node());
    [all...]
htmlediting.cpp 836 Node* highestAncestor(Node* node)
    [all...]
SelectionController.cpp 188 if (node && highestAncestor(node)->nodeType() == Node::DOCUMENT_FRAGMENT_NODE)
    [all...]

Completed in 54 milliseconds