Searched refs:selectionForCommand (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/editing/
H A DEditor.h313 VisibleSelection selectionForCommand(Event*);
H A DEditorCommand.cpp87 // Related to Editor::selectionForCommand.
1159 const VisibleSelection& selection = frame->editor()->selectionForCommand(event);
1178 const VisibleSelection& selection = frame->editor()->selectionForCommand(event);
1185 const VisibleSelection& selection = frame->editor()->selectionForCommand(event);
1201 return frame->editor()->selectionForCommand(event).rootEditableElement();
H A DEditor.cpp99 VisibleSelection Editor::selectionForCommand(Event* event) function in class:WebCore::Editor
1086 VisibleSelection selection = selectionForCommand(triggeringEvent);
1109 selection = selectionForCommand(triggeringEvent);

Completed in 53 milliseconds