Searched refs:TypingCommand (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DTypingCommand.cpp27 #include "core/editing/TypingCommand.h"
52 TypingCommandLineOperation(TypingCommand* typingCommand, bool selectInsertedText, const String& text)
71 TypingCommand* m_typingCommand;
76 TypingCommand::TypingCommand(Document& document, ETypingCommand commandType, const String &textToInsert, Options options, TextGranularity granularity, TextCompositionType compositionType) function in class:WebCore::TypingCommand
93 void TypingCommand::deleteSelection(Document& document, Options options)
101 if (RefPtr<TypingCommand> lastTypingCommand = lastTypingCommandIfStillOpenForTyping(frame)) {
107 TypingCommand::create(document, DeleteSelection, "", options)->apply();
110 void TypingCommand::deleteKeyPressed(Document& document, Options options, TextGranularity granularity)
114 if (RefPtr<TypingCommand> lastTypingComman
[all...]
H A DTypingCommand.h33 class TypingCommand : public TextInsertionBaseCommand { class in namespace:WebCore
81 static PassRefPtr<TypingCommand> create(Document& document, ETypingCommand command, const String& text = "", Options options = 0, TextGranularity granularity = CharacterGranularity)
83 return adoptRef(new TypingCommand(document, command, text, options, granularity, TextCompositionNone));
86 static PassRefPtr<TypingCommand> create(Document& document, ETypingCommand command, const String& text, Options options, TextCompositionType compositionType)
88 return adoptRef(new TypingCommand(document, command, text, options, CharacterGranularity, compositionType));
91 TypingCommand(Document&, ETypingCommand, const String& text, Options, TextGranularity, TextCompositionType);
98 static PassRefPtr<TypingCommand> lastTypingCommandIfStillOpenForTyping(Frame*);
113 static void updateSelectionIfDifferentFromCurrentSelection(TypingCommand*, Frame*);
H A DInputMethodController.cpp36 #include "core/editing/TypingCommand.h"
203 TypingCommand::deleteSelection(*m_frame.document(), 0);
213 TypingCommand::closeTyping(&m_frame);
271 TypingCommand::deleteSelection(*m_frame.document(), TypingCommand::PreventSpellChecking);
279 TypingCommand::insertText(*m_frame.document(), text, TypingCommand::SelectInsertedText | TypingCommand::PreventSpellChecking, TypingCommand::TextCompositionUpdate);
396 TypingCommand
[all...]
H A DInsertTextCommand.h78 friend class TypingCommand;
H A DEditor.cpp56 #include "core/editing/TypingCommand.h"
301 TypingCommand::deleteKeyPressed(*m_frame.document(), canSmartCopyOrDelete() ? TypingCommand::SmartDelete : 0, granularity);
310 TypingCommand::Options options = 0;
312 options |= TypingCommand::SmartDelete;
314 options |= TypingCommand::KillRing;
319 TypingCommand::forwardDeleteKeyPressed(*m_frame.document(), options, granularity);
324 TypingCommand::deleteKeyPressed(*m_frame.document(), options, granularity);
880 TypingCommand::Options options = 0;
882 options |= TypingCommand
[all...]
H A DEditorCommand.cpp46 #include "core/editing/TypingCommand.h"
325 TypingCommand::deleteKeyPressed(*frame.document(), frame.selection().granularity() == WordGranularity ? TypingCommand::SmartDelete : 0);
462 TypingCommand::forwardDeleteKeyPressed(*frame.document());
522 TypingCommand::insertLineBreak(*frame.document(), 0);
538 TypingCommand::insertParagraphSeparatorInQuotedContent(*frame.document());
552 TypingCommand::insertParagraphSeparator(*frame.document(), 0);
564 TypingCommand::insertText(*frame.document(), value, 0);
H A DFrameSelection.cpp45 #include "core/editing/TypingCommand.h"
255 TypingCommand::closeTyping(m_frame);
/external/chromium_org/third_party/WebKit/Source/core/
H A Dwebcore_remaining.target.darwin-arm.mk268 third_party/WebKit/Source/core/editing/TypingCommand.cpp \
H A Dwebcore_remaining.target.darwin-mips.mk268 third_party/WebKit/Source/core/editing/TypingCommand.cpp \
H A Dwebcore_remaining.target.darwin-x86.mk268 third_party/WebKit/Source/core/editing/TypingCommand.cpp \
H A Dwebcore_remaining.target.linux-arm.mk268 third_party/WebKit/Source/core/editing/TypingCommand.cpp \
H A Dwebcore_remaining.target.linux-mips.mk268 third_party/WebKit/Source/core/editing/TypingCommand.cpp \
H A Dwebcore_remaining.target.linux-x86.mk268 third_party/WebKit/Source/core/editing/TypingCommand.cpp \

Completed in 76 milliseconds