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

  /external/webkit/Source/WebCore/editing/
DeleteButtonController.h 49 void respondToChangedSelection(const VisibleSelection& oldSelection);
SpellingCorrectionController.h 100 void respondToChangedSelection(const VisibleSelection& oldSelection) UNLESS_ENABLED({ UNUSED_PARAM(oldSelection); })
102 void stopPendingCorrection(const VisibleSelection& oldSelection) UNLESS_ENABLED({ UNUSED_PARAM(oldSelection); })
Editor.h 133 void respondToChangedSelection(const VisibleSelection& oldSelection);
358 void respondToChangedSelection(const VisibleSelection& oldSelection, SelectionController::SetSelectionOptions);
359 bool shouldChangeSelection(const VisibleSelection& oldSelection, const VisibleSelection& newSelection, EAffinity, bool stillSelecting) const;
SpellingCorrectionController.cpp 116 void SpellingCorrectionController::stopPendingCorrection(const VisibleSelection& oldSelection)
120 if (currentSelection == oldSelection)
367 void SpellingCorrectionController::respondToChangedSelection(const VisibleSelection& oldSelection)
374 if (!currentSelection.isCaret() || currentSelection == oldSelection)
DeleteButtonController.cpp 170 void DeleteButtonController::respondToChangedSelection(const VisibleSelection& oldSelection)
175 HTMLElement* oldElement = enclosingDeletableElement(oldSelection);
Editor.cpp 492 void Editor::respondToChangedSelection(const VisibleSelection& oldSelection)
496 m_deleteButtonController->respondToChangedSelection(oldSelection);
497 m_spellingCorrector->respondToChangedSelection(oldSelection);
    [all...]
SelectionController.cpp 178 VisibleSelection oldSelection = m_selection;
194 m_frame->editor()->respondToChangedSelection(oldSelection, options);
    [all...]
  /prebuilts/devtools/tools/lib/
sdkuilib.jar 
org-eclipse-jface-3.6.2.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar 
org.eclipse.jface_3.4.2.M20090107-0800.jar 
org.eclipse.jface_3.6.2.M20110210-1200.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface_3.6.1.M20100825-0800.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-jface/3.6.2/
org-eclipse-jface-3.6.2.jar 

Completed in 46 milliseconds