Searched refs:respondToChangedSelection (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/page/
H A DEditorClient.h42 virtual void respondToChangedSelection(LocalFrame*, SelectionType) = 0;
/external/chromium_org/third_party/WebKit/Source/web/
H A DEditorClientImpl.h49 virtual void respondToChangedSelection(LocalFrame*, SelectionType) OVERRIDE;
H A DEditorClientImpl.cpp48 void EditorClientImpl::respondToChangedSelection(LocalFrame* frame, SelectionType selectionType) function in class:blink::EditorClientImpl
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DSpellChecker.h74 void respondToChangedSelection(const VisibleSelection& oldSelection, FrameSelection::SetSelectionOptions);
H A DEditor.h216 void respondToChangedSelection(const VisibleSelection& oldSelection, FrameSelection::SetSelectionOptions);
H A DEditor.cpp545 client().respondToChangedSelection(m_frame, frame().selection().selectionType());
1086 // does not call EditorClient::respondToChangedSelection(), which, on the Mac, sends selection change notifications and
1089 client().respondToChangedSelection(m_frame, frame().selection().selectionType());
1263 void Editor::respondToChangedSelection(const VisibleSelection& oldSelection, FrameSelection::SetSelectionOptions options) function in class:blink::Editor
1265 spellChecker().respondToChangedSelection(oldSelection, options);
H A DSpellChecker.cpp771 void SpellChecker::respondToChangedSelection(const VisibleSelection& oldSelection, FrameSelection::SetSelectionOptions options) function in class:blink::SpellChecker
H A DFrameSelection.cpp286 m_frame->editor().respondToChangedSelection(oldSelection, options);
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLTextFormControlElementTest.cpp224 spellChecker->respondToChangedSelection(oldSelection, FrameSelection::CloseTyping | FrameSelection::ClearTypingStyle);
/external/chromium_org/third_party/WebKit/Source/core/loader/
H A DEmptyClients.h290 virtual void respondToChangedSelection(LocalFrame*, SelectionType) OVERRIDE { }

Completed in 297 milliseconds