OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:deleteKeyPressed
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/editing/
TypingCommand.h
61
static void
deleteKeyPressed
(Document&, Options = 0, TextGranularity = CharacterGranularity);
75
void
deleteKeyPressed
(TextGranularity, bool killRing);
TypingCommand.cpp
110
void TypingCommand::
deleteKeyPressed
(Document& document, Options options, TextGranularity granularity)
120
lastTypingCommand->
deleteKeyPressed
(granularity, options & KillRing);
260
deleteKeyPressed
(m_granularity, m_killRing);
399
void TypingCommand::
deleteKeyPressed
(TextGranularity granularity, bool killRing)
Editor.cpp
301
TypingCommand::
deleteKeyPressed
(*m_frame.document(), canSmartCopyOrDelete() ? TypingCommand::SmartDelete : 0, granularity);
324
TypingCommand::
deleteKeyPressed
(*m_frame.document(), options, granularity);
330
// FIXME: We should to move this down into
deleteKeyPressed
.
[
all
...]
EditorCommand.cpp
325
TypingCommand::
deleteKeyPressed
(*frame.document(), frame.selection().granularity() == WordGranularity ? TypingCommand::SmartDelete : 0);
[
all
...]
Completed in 28 milliseconds