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

  /external/webkit/WebCore/editing/
DeleteButtonController.h 48 void respondToChangedSelection(const VisibleSelection& oldSelection);
DeleteButtonController.cpp 170 void DeleteButtonController::respondToChangedSelection(const VisibleSelection& oldSelection)
175 HTMLElement* oldElement = enclosingDeletableElement(oldSelection);
Editor.h 113 void respondToChangedSelection(const VisibleSelection& oldSelection);
Editor.cpp 385 void Editor::respondToChangedSelection(const VisibleSelection& oldSelection)
389 m_deleteButtonController->respondToChangedSelection(oldSelection);
    [all...]
SelectionController.cpp 143 VisibleSelection oldSelection = m_selection;
159 m_frame->respondToChangedSelection(oldSelection, closeTyping);
    [all...]
  /external/webkit/WebCore/page/
Frame.h 209 void respondToChangedSelection(const VisibleSelection& oldSelection, bool closeTyping);
210 bool shouldChangeSelection(const VisibleSelection& oldSelection, const VisibleSelection& newSelection, EAffinity, bool stillSelecting) const;
Frame.cpp 846 bool Frame::shouldChangeSelection(const VisibleSelection& oldSelection, const VisibleSelection& newSelection, EAffinity affinity, bool stillSelecting) const
848 return editor()->client()->shouldChangeSelectedRange(oldSelection.toNormalizedRange().get(), newSelection.toNormalizedRange().get(),
    [all...]
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 

Completed in 41 milliseconds