Searched refs:closeTyping (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/editing/
H A DTypingCommand.h69 static void closeTyping(EditCommand*);
72 void closeTyping() { m_openForMoreTyping = false; } function in class:WebCore::TypingCommand
H A DSelectionController.h81 bool setSelectedRange(Range*, EAffinity, bool closeTyping);
H A DTypingCommand.cpp275 void TypingCommand::closeTyping(EditCommand* cmd) function in class:WebCore::TypingCommand
278 static_cast<TypingCommand*>(cmd)->closeTyping();
H A DSelectionController.cpp137 bool closeTyping = options & CloseTyping; local
166 if (closeTyping)
167 TypingCommand::closeTyping(m_frame->editor()->lastEditCommand());
1424 bool SelectionController::setSelectedRange(Range* range, EAffinity affinity, bool closeTyping) argument
1462 if (closeTyping)
H A DEditor.h427 void changeSelectionAfterCommand(const VisibleSelection& newSelection, bool closeTyping, bool clearTypingStyle);
H A DEditor.cpp1546 TypingCommand::closeTyping(m_lastEditCommand.get());
2715 void Editor::changeSelectionAfterCommand(const VisibleSelection& newSelection, bool closeTyping, bool clearTypingStyle) argument
2728 if (closeTyping)
3151 bool closeTyping = options & SelectionController::CloseTyping; local
3171 if (shouldCheckSpellingAndGrammar && closeTyping && oldSelection.isContentEditable() && oldSelection.start().deprecatedNode() && oldSelection.start().anchorNode()->inDocument()) {

Completed in 80 milliseconds