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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
SetSelectionCommand.h 36 static PassRefPtr<SetSelectionCommand> create(const VisibleSelection& selection, FrameSelection::SetSelectionOptions options)
42 SetSelectionCommand(const VisibleSelection&, FrameSelection::SetSelectionOptions);
51 FrameSelection::SetSelectionOptions m_options;
SetSelectionCommand.cpp 34 SetSelectionCommand::SetSelectionCommand(const VisibleSelection& selection, FrameSelection::SetSelectionOptions options)
FrameSelection.h 73 typedef unsigned SetSelectionOptions; // Union of values in SetSelectionOption and EUserTriggered
74 static inline EUserTriggered selectionOptionsToUserTriggered(SetSelectionOptions options)
97 void setSelection(const VisibleSelection&, SetSelectionOptions = CloseTyping | ClearTypingStyle, CursorAlignOnScroll = AlignCursorOnScrollIfNeeded, TextGranularity = CharacterGranularity);
Editor.h 275 void respondToChangedSelection(const VisibleSelection& oldSelection, FrameSelection::SetSelectionOptions);
335 void changeSelectionAfterCommand(const VisibleSelection& newSelection, FrameSelection::SetSelectionOptions);
336 void notifyComponentsOnChangedSelection(const VisibleSelection& oldSelection, FrameSelection::SetSelectionOptions);
FrameSelection.cpp 128 SetSelectionOptions options = CloseTyping | ClearTypingStyle | userTriggered;
135 SetSelectionOptions options = CloseTyping | ClearTypingStyle | userTriggered;
141 SetSelectionOptions options = CloseTyping | ClearTypingStyle | userTriggered;
147 SetSelectionOptions options = CloseTyping | ClearTypingStyle | userTriggered;
155 SetSelectionOptions options = CloseTyping | ClearTypingStyle | userTriggered;
225 void FrameSelection::setSelection(const VisibleSelection& newSelection, SetSelectionOptions options, CursorAlignOnScroll align, TextGranularity granularity)
    [all...]
Editor.cpp 476 void Editor::notifyComponentsOnChangedSelection(const VisibleSelection& oldSelection, FrameSelection::SetSelectionOptions options)
    [all...]

Completed in 5528 milliseconds