OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:deleteInsignificantText
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/editing/
CompositeEditCommand.h
139
void
deleteInsignificantText
(PassRefPtr<Text>, unsigned start, unsigned end);
140
void
deleteInsignificantText
(const Position& start, const Position& end);
InsertTextCommand.cpp
175
// and so
deleteInsignificantText
could remove it. Save the position before the node in case that happens.
177
deleteInsignificantText
(startPosition, startPosition.downstream());
CompositeEditCommand.cpp
713
deleteInsignificantText
(upstreamPos, position.downstream());
743
void CompositeEditCommand::
deleteInsignificantText
(PassRefPtr<Text> textNode, unsigned start, unsigned end)
824
void CompositeEditCommand::
deleteInsignificantText
(const Position& start, const Position& end)
844
deleteInsignificantText
(textNode, startOffset, endOffset);
851
deleteInsignificantText
(pos, end);
[
all
...]
Completed in 75 milliseconds