OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:createRangeForSelection
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/editing/
PlainTextRange.h
52
PassRefPtr<Range>
createRangeForSelection
(const ContainerNode& scope) const;
PlainTextRange.cpp
65
PassRefPtr<Range> PlainTextRange::
createRangeForSelection
(const ContainerNode& scope) const
ApplyStyleCommand.cpp
289
startRange = PlainTextRange(startIndex).
createRangeForSelection
(*toContainerNode(scope));
290
endRange = PlainTextRange(endIndex).
createRangeForSelection
(*toContainerNode(scope));
[
all
...]
CompositeEditCommand.cpp
[
all
...]
htmlediting.cpp
[
all
...]
Completed in 959 milliseconds