Searched refs:shouldMerge (Results 1 – 2 of 2) sorted by relevance
87 bool shouldMerge(const VisiblePosition&, const VisiblePosition&);
419 && shouldMerge(startOfInsertedContent, prev); in shouldMergeStart()432 && shouldMerge(endOfInsertedContent, next); in shouldMergeEnd()465 bool ReplaceSelectionCommand::shouldMerge(const VisiblePosition& source, const VisiblePosition& des… in shouldMerge() function in blink::ReplaceSelectionCommand