OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:deleteSelection
(Results
1 - 13
of
13
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/editing/
TypingCommand.h
36
DeleteSelection
,
60
static void
deleteSelection
(Document&, Options = 0);
77
void
deleteSelection
(bool smartDelete);
MoveSelectionCommand.cpp
59
deleteSelection
(m_smartDelete);
TypingCommand.cpp
95
void TypingCommand::
deleteSelection
(Document& document, Options options)
105
lastTypingCommand->
deleteSelection
(options & SmartDelete);
109
TypingCommand::create(document,
DeleteSelection
, "", options)->apply();
258
case
DeleteSelection
:
259
deleteSelection
(m_smartDelete);
508
CompositeEditCommand::
deleteSelection
(selectionToDelete, m_smartDelete);
598
CompositeEditCommand::
deleteSelection
(selectionToDelete, m_smartDelete);
603
void TypingCommand::
deleteSelection
(bool smartDelete)
605
CompositeEditCommand::
deleteSelection
(smartDelete);
606
typingAddedToOpenCommand(
DeleteSelection
);
[
all
...]
InsertLineBreakCommand.cpp
69
deleteSelection
();
CompositeEditCommand.h
104
void
deleteSelection
(bool smartDelete = false, bool mergeBlocksAfterDelete = true, bool expandForSpecialElements = true, bool sanitizeMarkup = true);
105
void
deleteSelection
(const VisibleSelection&, bool smartDelete = false, bool mergeBlocksAfterDelete = true, bool expandForSpecialElements = true, bool sanitizeMarkup = true);
InputMethodController.cpp
211
TypingCommand::
deleteSelection
(*frame().document(), 0);
279
TypingCommand::
deleteSelection
(*frame().document(), TypingCommand::PreventSpellChecking);
427
TypingCommand::
deleteSelection
(*frame().document());
BreakBlockquoteCommand.cpp
55
deleteSelection
(false, false);
InsertTextCommand.cpp
135
deleteSelection
(false, true, false, false);
136
//
deleteSelection
eventually makes a new endingSelection out of a Position. If that Position doesn't have
CompositeEditCommand.cpp
568
void CompositeEditCommand::
deleteSelection
(bool smartDelete, bool mergeBlocksAfterDelete, bool expandForSpecialElements, bool sanitizeMarkup)
574
void CompositeEditCommand::
deleteSelection
(const VisibleSelection &selection, bool smartDelete, bool mergeBlocksAfterDelete, bool expandForSpecialElements, bool sanitizeMarkup)
[
all
...]
InsertParagraphSeparatorCommand.cpp
163
deleteSelection
(false, true);
ReplaceSelectionCommand.cpp
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar
org.eclipse.jface_3.6.1.M20100825-0800.jar
Completed in 205 milliseconds