HomeSort by relevance Sort by last modified time
    Searched refs:forwardDeleteKeyPressed (Results 1 - 4 of 4) sorted by null

  /external/webkit/WebCore/editing/
TypingCommand.h 47 static void forwardDeleteKeyPressed(Document*, bool smartDelete = false, TextGranularity = CharacterGranularity, bool killRing = false);
65 void forwardDeleteKeyPressed(TextGranularity, bool killRing);
TypingCommand.cpp 103 void TypingCommand::forwardDeleteKeyPressed(Document *document, bool smartDelete, TextGranularity granularity, bool killRing)
113 static_cast<TypingCommand*>(lastEditCommand)->forwardDeleteKeyPressed(granularity, killRing);
262 forwardDeleteKeyPressed(m_granularity, m_killRing);
511 void TypingCommand::forwardDeleteKeyPressed(TextGranularity granularity, bool killRing)
Editor.cpp 246 TypingCommand::forwardDeleteKeyPressed(m_frame->document(), canSmartCopyOrDelete(), granularity, killRing);
    [all...]
EditorCommand.cpp 447 TypingCommand::forwardDeleteKeyPressed(frame->document());
    [all...]

Completed in 1081 milliseconds