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

  /external/webkit/WebCore/dom/
Range.idl 111 const unsigned short NODE_BEFORE_AND_AFTER = 2;
Range.h 67 enum CompareResults { NODE_BEFORE, NODE_AFTER, NODE_BEFORE_AND_AFTER, NODE_INSIDE };
Range.cpp 370 // if the node is the top document we should return NODE_BEFORE_AND_AFTER
378 return NODE_BEFORE_AND_AFTER;
569 // if the node is the top document we should return NODE_BEFORE_AND_AFTER
    [all...]

Completed in 42 milliseconds