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

  /external/webkit/Source/WebCore/editing/
htmlediting.h 57 Node* highestAncestor(Node*);
ApplyStyleCommand.cpp 257 Node* scope = highestAncestor(visibleStart.deepEquivalent().deprecatedNode());
    [all...]
SelectionController.cpp 232 if (node && highestAncestor(node)->nodeType() == Node::DOCUMENT_FRAGMENT_NODE)
304 if (isNone() || !node || highestAncestor(node)->nodeType() == Node::DOCUMENT_FRAGMENT_NODE)
    [all...]
htmlediting.cpp 777 Node* highestAncestor(Node* node)
    [all...]

Completed in 2334 milliseconds