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 78 typedef unsigned SetSelectionOptions; // Union of values in SetSelectionOption and EUserTriggered
79 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 74 void respondToChangedSelection(const VisibleSelection& oldSelection, FrameSelection::SetSelectionOptions);
Editor.h 216 void respondToChangedSelection(const VisibleSelection& oldSelection, FrameSelection::SetSelectionOptions);
274 void changeSelectionAfterCommand(const VisibleSelection& newSelection, FrameSelection::SetSelectionOptions);
275 void notifyComponentsOnChangedSelection(const VisibleSelection& oldSelection, FrameSelection::SetSelectionOptions);
FrameSelection.cpp 137 SetSelectionOptions options = CloseTyping | ClearTypingStyle | userTriggered;
144 SetSelectionOptions options = CloseTyping | ClearTypingStyle | userTriggered;
150 SetSelectionOptions options = CloseTyping | ClearTypingStyle | userTriggered;
221 void FrameSelection::setSelection(const VisibleSelection& newSelection, SetSelectionOptions options, CursorAlignOnScroll align, TextGranularity granularity)
    [all...]
Editor.cpp 543 void Editor::notifyComponentsOnChangedSelection(const VisibleSelection& oldSelection, FrameSelection::SetSelectionOptions options)
    [all...]
SpellChecker.cpp     [all...]

Completed in 131 milliseconds