OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ClearTypingStyle
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/editing/
SpellingCorrectionCommand.cpp
51
applyCommandToComposite(SetSelectionCommand::create(m_selectionToBeCorrected, FrameSelection::SpellCorrectionTriggered | FrameSelection::CloseTyping | FrameSelection::
ClearTypingStyle
));
FrameSelection.h
69
ClearTypingStyle
= 1 << 2,
97
void setSelection(const VisibleSelection&, SetSelectionOptions = CloseTyping |
ClearTypingStyle
, CursorAlignOnScroll = AlignCursorOnScrollIfNeeded, TextGranularity = CharacterGranularity);
98
void setSelection(const VisibleSelection& selection, TextGranularity granularity) { setSelection(selection, CloseTyping |
ClearTypingStyle
, AlignCursorOnScrollIfNeeded, granularity); }
194
void
clearTypingStyle
();
274
inline void FrameSelection::
clearTypingStyle
()
FrameSelection.cpp
123
SetSelectionOptions options = CloseTyping |
ClearTypingStyle
| userTriggered;
130
SetSelectionOptions options = CloseTyping |
ClearTypingStyle
| userTriggered;
136
SetSelectionOptions options = CloseTyping |
ClearTypingStyle
| userTriggered;
142
SetSelectionOptions options = CloseTyping |
ClearTypingStyle
| userTriggered;
150
SetSelectionOptions options = CloseTyping |
ClearTypingStyle
| userTriggered;
224
bool shouldClearTypingStyle = options &
ClearTypingStyle
;
258
clearTypingStyle
();
[
all
...]
Editor.cpp
777
m_frame.selection().
clearTypingStyle
();
801
changeSelectionAfterCommand(newSelection, FrameSelection::CloseTyping | FrameSelection::
ClearTypingStyle
);
817
changeSelectionAfterCommand(newSelection, FrameSelection::CloseTyping | FrameSelection::
ClearTypingStyle
);
[
all
...]
Completed in 107 milliseconds