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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
FrameSelection.h 73 ClearTypingStyle = 1 << 2,
106 void setSelection(const VisibleSelection&, SetSelectionOptions = CloseTyping | ClearTypingStyle, CursorAlignOnScroll = AlignCursorOnScrollIfNeeded, TextGranularity = CharacterGranularity);
107 void setSelection(const VisibleSelection& selection, TextGranularity granularity) { setSelection(selection, CloseTyping | ClearTypingStyle, AlignCursorOnScrollIfNeeded, granularity); }
108 bool setSelectedRange(Range*, EAffinity, DirectoinalOption directional = NonDirectional, SetSelectionOptions = CloseTyping | ClearTypingStyle);
199 void clearTypingStyle();
298 inline void FrameSelection::clearTypingStyle()
Editor.cpp 673 frame().selection().clearTypingStyle();
699 changeSelectionAfterCommand(newSelection, FrameSelection::CloseTyping | FrameSelection::ClearTypingStyle);
715 changeSelectionAfterCommand(newSelection, FrameSelection::CloseTyping | FrameSelection::ClearTypingStyle);
    [all...]
DeleteSelectionCommand.cpp     [all...]
FrameSelection.cpp 137 SetSelectionOptions options = CloseTyping | ClearTypingStyle | userTriggered;
144 SetSelectionOptions options = CloseTyping | ClearTypingStyle | userTriggered;
150 SetSelectionOptions options = CloseTyping | ClearTypingStyle | userTriggered;
224 bool shouldClearTypingStyle = options & ClearTypingStyle;
258 clearTypingStyle();
    [all...]
ReplaceSelectionCommand.cpp     [all...]

Completed in 101 milliseconds