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/
FrameSelection.h 82 typedef unsigned SetSelectionOptions; // Union of values in SetSelectionOption and EUserTriggered
83 static inline EUserTriggered selectionOptionsToUserTriggered(SetSelectionOptions options)
106 void setSelection(const VisibleSelection&, SetSelectionOptions = CloseTyping | ClearTypingStyle, CursorAlignOnScroll = AlignCursorOnScrollIfNeeded, TextGranularity = CharacterGranularity);
108 bool setSelectedRange(Range*, EAffinity, DirectoinalOption directional = NonDirectional, SetSelectionOptions = CloseTyping | ClearTypingStyle);
SpellChecker.h 72 void respondToChangedSelection(const VisibleSelection& oldSelection, FrameSelection::SetSelectionOptions);
Editor.h 217 void respondToChangedSelection(const VisibleSelection& oldSelection, FrameSelection::SetSelectionOptions);
269 void changeSelectionAfterCommand(const VisibleSelection& newSelection, FrameSelection::SetSelectionOptions);
270 void notifyComponentsOnChangedSelection(const VisibleSelection& oldSelection, FrameSelection::SetSelectionOptions);
FrameSelection.cpp 135 SetSelectionOptions options = CloseTyping | ClearTypingStyle | userTriggered;
142 SetSelectionOptions options = CloseTyping | ClearTypingStyle | userTriggered;
148 SetSelectionOptions options = CloseTyping | ClearTypingStyle | userTriggered;
219 void FrameSelection::setSelection(const VisibleSelection& newSelection, SetSelectionOptions options, CursorAlignOnScroll align, TextGranularity granularity)
    [all...]
Editor.cpp 524 void Editor::notifyComponentsOnChangedSelection(const VisibleSelection& oldSelection, FrameSelection::SetSelectionOptions options)
    [all...]
SpellChecker.cpp     [all...]

Completed in 80 milliseconds