OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shouldMerge
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/editing/
ReplaceSelectionCommand.h
84
bool
shouldMerge
(const VisiblePosition&, const VisiblePosition&);
ReplaceSelectionCommand.cpp
404
&&
shouldMerge
(startOfInsertedContent, prev);
417
&&
shouldMerge
(endOfInsertedContent, next);
443
bool ReplaceSelectionCommand::
shouldMerge
(const VisiblePosition& source, const VisiblePosition& destination)
[
all
...]
Completed in 43 milliseconds