Searched refs:shouldEraseMarkersAfterChangeSelection (Results 1 - 19 of 19) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/platform/text/
H A DTextCheckerClient.h44 virtual bool shouldEraseMarkersAfterChangeSelection(TextCheckingType) const = 0;
/macosx-10.9.5/WebKit-7537.78.2/gtk/WebCoreSupport/
H A DTextCheckerClientGtk.h45 virtual bool shouldEraseMarkersAfterChangeSelection(WebCore::TextCheckingType) const;
H A DTextCheckerClientGtk.cpp47 bool TextCheckerClientGtk::shouldEraseMarkersAfterChangeSelection(TextCheckingType) const function in class:WebKit::TextCheckerClientGtk
/macosx-10.9.5/WebKit-7537.78.2/qt/WebCoreSupport/
H A DTextCheckerClientQt.h44 virtual bool shouldEraseMarkersAfterChangeSelection(TextCheckingType) const;
H A DTextCheckerClientQt.cpp50 bool TextCheckerClientQt::shouldEraseMarkersAfterChangeSelection(TextCheckingType) const function in class:WebCore::TextCheckerClientQt
/macosx-10.9.5/WebKit-7537.78.2/blackberry/WebCoreSupport/
H A DEditorClientBlackBerry.h83 virtual bool shouldEraseMarkersAfterChangeSelection(TextCheckingType) const;
H A DEditorClientBlackBerry.cpp551 bool EditorClientBlackBerry::shouldEraseMarkersAfterChangeSelection(TextCheckingType) const function in class:WebCore::EditorClientBlackBerry
/macosx-10.9.5/WebKit-7537.78.2/efl/WebCoreSupport/
H A DEditorClientEfl.h137 virtual bool shouldEraseMarkersAfterChangeSelection(TextCheckingType) const;
H A DEditorClientEfl.cpp405 bool EditorClientEfl::shouldEraseMarkersAfterChangeSelection(TextCheckingType) const function in class:WebCore::EditorClientEfl
/macosx-10.9.5/WebKit-7537.78.2/win/WebCoreSupport/
H A DWebEditorClient.h102 virtual bool shouldEraseMarkersAfterChangeSelection(WebCore::TextCheckingType) const;
H A DWebEditorClient.cpp641 bool WebEditorClient::shouldEraseMarkersAfterChangeSelection(TextCheckingType) const function in class:WebEditorClient
/macosx-10.9.5/WebKit-7537.78.2/wince/WebCoreSupport/
H A DEditorClientWinCE.h94 virtual bool shouldEraseMarkersAfterChangeSelection(WebCore::TextCheckingType) const;
H A DEditorClientWinCE.cpp459 bool EditorClientWinCE::shouldEraseMarkersAfterChangeSelection(TextCheckingType) const function in class:WebKit::EditorClientWinCE
/macosx-10.9.5/WebKit-7537.78.2/mac/WebCoreSupport/
H A DWebEditorClient.h133 virtual bool shouldEraseMarkersAfterChangeSelection(WebCore::TextCheckingType) const OVERRIDE;
H A DWebEditorClient.mm722 bool WebEditorClient::shouldEraseMarkersAfterChangeSelection(TextCheckingType type) const
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebCoreSupport/
H A DWebEditorClient.h139 virtual bool shouldEraseMarkersAfterChangeSelection(WebCore::TextCheckingType) const OVERRIDE;
H A DWebEditorClient.cpp418 bool WebEditorClient::shouldEraseMarkersAfterChangeSelection(WebCore::TextCheckingType type) const function in class:WebKit::WebEditorClient
/macosx-10.9.5/WebCore-7537.78.1/loader/
H A DEmptyClients.h379 virtual bool shouldEraseMarkersAfterChangeSelection(TextCheckingType) const { return true; } function in class:WebCore::EmptyTextCheckerClient
/macosx-10.9.5/WebCore-7537.78.1/editing/
H A DEditor.cpp2402 if (!m_alternativeTextController->shouldRemoveMarkersUponEditing() && (!textChecker() || textChecker()->shouldEraseMarkersAfterChangeSelection(TextCheckingTypeSpelling)))
3034 if (!textChecker() || textChecker()->shouldEraseMarkersAfterChangeSelection(TextCheckingTypeSpelling)) {
3038 if (!textChecker() || textChecker()->shouldEraseMarkersAfterChangeSelection(TextCheckingTypeGrammar)) {

Completed in 179 milliseconds