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

  /external/webkit/Source/WebCore/editing/
SetSelectionCommand.h 36 static PassRefPtr<SetSelectionCommand> create(const VisibleSelection& selection, SelectionController::SetSelectionOptions options)
42 SetSelectionCommand(const VisibleSelection&, SelectionController::SetSelectionOptions);
46 SelectionController::SetSelectionOptions m_options;
SetSelectionCommand.cpp 33 SetSelectionCommand::SetSelectionCommand(const VisibleSelection& selection, SelectionController::SetSelectionOptions options)
SelectionController.h 63 typedef unsigned SetSelectionOptions;
79 void setSelection(const VisibleSelection&, SetSelectionOptions = CloseTyping | ClearTypingStyle, CursorAlignOnScroll = AlignCursorOnScrollIfNeeded, TextGranularity = CharacterGranularity, DirectionalityPolicy = MakeDirectionalSelection);
SelectionController.cpp 94 SetSelectionOptions options = CloseTyping | ClearTypingStyle;
102 SetSelectionOptions options = CloseTyping | ClearTypingStyle;
110 SetSelectionOptions options = CloseTyping | ClearTypingStyle;
118 SetSelectionOptions options = CloseTyping | ClearTypingStyle;
127 SetSelectionOptions options = CloseTyping | ClearTypingStyle;
133 void SelectionController::setSelection(const VisibleSelection& s, SetSelectionOptions options, CursorAlignOnScroll align, TextGranularity granularity, DirectionalityPolicy directionalityPolicy)
    [all...]
Editor.h 358 void respondToChangedSelection(const VisibleSelection& oldSelection, SelectionController::SetSelectionOptions);
Editor.cpp     [all...]

Completed in 126 milliseconds