HomeSort by relevance Sort by last modified time
    Searched refs:oldSelection (Results 1 - 9 of 9) 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...]
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/sdkman2/
AddonSitesDialog.java 348 ISelection oldSelection = mTableViewer.getSelection();
355 if (oldSelection != null && !oldSelection.isEmpty()) {
356 mTableViewer.setSelection(oldSelection, true /*reveal*/);
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 

Completed in 75 milliseconds