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 77 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);
202 void clearTypingStyle();
299 inline void FrameSelection::clearTypingStyle()
Editor.cpp 696 m_frame.selection().clearTypingStyle();
722 changeSelectionAfterCommand(newSelection, FrameSelection::CloseTyping | FrameSelection::ClearTypingStyle);
738 changeSelectionAfterCommand(newSelection, FrameSelection::CloseTyping | FrameSelection::ClearTypingStyle);
    [all...]
DeleteSelectionCommand.cpp     [all...]
FrameSelection.cpp 135 SetSelectionOptions options = CloseTyping | ClearTypingStyle | userTriggered;
142 SetSelectionOptions options = CloseTyping | ClearTypingStyle | userTriggered;
148 SetSelectionOptions options = CloseTyping | ClearTypingStyle | userTriggered;
222 bool shouldClearTypingStyle = options & ClearTypingStyle;
256 clearTypingStyle();
    [all...]
ReplaceSelectionCommand.cpp     [all...]

Completed in 393 milliseconds