SelectionType 108 Source/core/editing/FrameSelection.h SelectionType selectionType() const { return m_selection.selectionType(); } SelectionType 60 Source/core/editing/VisibleSelection.h SelectionType selectionType() const { return m_selectionType; } SelectionType 162 Source/core/editing/VisibleSelection.h SelectionType m_selectionType; // None, Caret, Range SelectionType 293 Source/core/loader/EmptyClients.h virtual void respondToChangedSelection(LocalFrame*, SelectionType) OVERRIDE { } SelectionType 44 Source/core/page/EditorClient.h virtual void respondToChangedSelection(LocalFrame*, SelectionType) = 0; SelectionType 50 Source/web/EditorClientImpl.cpp void EditorClientImpl::respondToChangedSelection(LocalFrame* frame, WebCore::SelectionType selectionType) SelectionType 52 Source/web/EditorClientImpl.h virtual void respondToChangedSelection(WebCore::LocalFrame*, WebCore::SelectionType) OVERRIDE;