Searched defs:SetSelectionOptions (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DFrameSelection.h78 typedef unsigned SetSelectionOptions; // Union of values in SetSelectionOption and EUserTriggered typedef in class:blink::FINAL
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);

Completed in 61 milliseconds