OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ForSelection
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/editing/
PlainTextRange.h
59
enum GetRangeFor { ForGeneric,
ForSelection
};
PlainTextRange.cpp
67
return createRangeFor(scope,
ForSelection
);
81
TextIterator it(rangeOfContents(const_cast<ContainerNode*>(&scope)).get(), getRangeFor ==
ForSelection
? TextIteratorEmitsCharactersBetweenAllVisiblePositions : TextIteratorDefaultBehavior);
Completed in 116 milliseconds