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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
CompositeEditCommand.h 142 void deleteInsignificantText(PassRefPtrWillBeRawPtr<Text>, unsigned start, unsigned end);
143 void deleteInsignificantText(const Position& start, const Position& end);
InsertTextCommand.cpp 172 // and so deleteInsignificantText could remove it. Save the position before the node in case that happens.
175 deleteInsignificantText(startPosition, startPosition.downstream());
CompositeEditCommand.cpp 695 deleteInsignificantText(upstreamPos, position.downstream());
725 void CompositeEditCommand::deleteInsignificantText(PassRefPtrWillBeRawPtr<Text> textNode, unsigned start, unsigned end)
805 void CompositeEditCommand::deleteInsignificantText(const Position& start, const Position& end)
825 deleteInsignificantText(textNode, startOffset, endOffset);
832 deleteInsignificantText(pos, end);
    [all...]

Completed in 48 milliseconds