HomeSort by relevance Sort by last modified time
    Searched refs:respondToChangedSelection (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/page/
EditorClient.h 44 virtual void respondToChangedSelection(LocalFrame*, SelectionType) = 0;
  /external/chromium_org/third_party/WebKit/Source/web/
EditorClientImpl.h 52 virtual void respondToChangedSelection(WebCore::LocalFrame*, WebCore::SelectionType) OVERRIDE;
EditorClientImpl.cpp 50 void EditorClientImpl::respondToChangedSelection(LocalFrame* frame, WebCore::SelectionType selectionType)
  /external/chromium_org/third_party/WebKit/Source/core/editing/
SpellChecker.h 72 void respondToChangedSelection(const VisibleSelection& oldSelection, FrameSelection::SetSelectionOptions);
Editor.h 217 void respondToChangedSelection(const VisibleSelection& oldSelection, FrameSelection::SetSelectionOptions);
Editor.cpp 526 client().respondToChangedSelection(&m_frame, m_frame.selection().selectionType());
    [all...]
SpellChecker.cpp     [all...]
FrameSelection.cpp 286 m_frame->editor().respondToChangedSelection(oldSelection, options);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/loader/
EmptyClients.h 287 virtual void respondToChangedSelection(LocalFrame*, SelectionType) OVERRIDE { }

Completed in 72 milliseconds