Home
last modified time | relevance | path

Searched refs:shouldMerge (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
DReplaceSelectionCommand.h87 bool shouldMerge(const VisiblePosition&, const VisiblePosition&);
DReplaceSelectionCommand.cpp419 && 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