OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DeleteSelection
(Results
1 - 5
of
5
) 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);
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
...]
/external/chromium_org/ui/views/controls/textfield/
textfield_model.cc
332
DeleteSelection
();
353
DeleteSelection
();
492
// TODO(oshima): Change Delete/Backspace to use
DeleteSelection
,
496
DeleteSelection
();
526
void TextfieldModel::
DeleteSelection
() {
559
DeleteSelection
();
textfield_model.h
183
void
DeleteSelection
();
textfield.cc
[
all
...]
Completed in 680 milliseconds