Home
last modified time | relevance | path

Searched refs:selectionForCommand (Results 1 – 4 of 4) sorted by relevance

/external/webkit/WebCore/editing/
DEditor.h253 Selection selectionForCommand(Event*);
DEditorCommand.cpp1036 const Selection& selection = frame->editor()->selectionForCommand(event); in enabledVisibleSelection()
1042 const Selection& selection = frame->editor()->selectionForCommand(event); in enabledVisibleSelectionAndMark()
1049 const Selection& selection = frame->editor()->selectionForCommand(event); in enableCaretInEditableText()
1073 return frame->editor()->selectionForCommand(event).isContentEditable(); in enabledDelete()
1081 return frame->editor()->selectionForCommand(event).isContentEditable(); in enabledInEditableText()
DEditor.cpp77 Selection Editor::selectionForCommand(Event* event) in selectionForCommand() function in WebCore::Editor
962 Selection selection = selectionForCommand(triggeringEvent); in insertTextWithoutSendingTextEvent()
973 selection = selectionForCommand(triggeringEvent); in insertTextWithoutSendingTextEvent()
/external/webkit/WebCore/
DChangeLog-2008-08-1011724 (WebCore::Editor::selectionForCommand):
66229 (WebCore::Editor::selectionForCommand): Renamed from selectionForEvent and
66233 (WebCore::Editor::handleKeypress): Updated for selectionForCommand change.
66245 selectionForCommand change.