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

  /external/webkit/Source/WebCore/dom/
Range.idl 111 const unsigned short NODE_BEFORE_AND_AFTER = 2;
Range.h 68 enum CompareResults { NODE_BEFORE, NODE_AFTER, NODE_BEFORE_AND_AFTER, NODE_INSIDE };
Range.cpp 390 // if the node is the top document we should return NODE_BEFORE_AND_AFTER
398 return NODE_BEFORE_AND_AFTER;
592 // if the node is the top document we should return NODE_BEFORE_AND_AFTER
    [all...]
  /external/webkit/Source/WebCore/editing/
SelectionController.cpp 260 if (!ec && (compareResult == Range::NODE_BEFORE_AND_AFTER || compareResult == Range::NODE_INSIDE)) {
    [all...]

Completed in 680 milliseconds