HomeSort by relevance Sort by last modified time
    Searched refs:oldSelection (Results 1 - 15 of 15) 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 507 ISelection oldSelection = mUserTableViewer.getSelection();
514 if (oldSelection != null && !oldSelection.isEmpty()) {
515 mUserTableViewer.setSelection(oldSelection, true /*reveal*/);
523 ISelection oldSelection = mSitesTableViewer.getSelection();
528 if (oldSelection != null && !oldSelection.isEmpty()) {
529 mSitesTableViewer.setSelection(oldSelection, true /*reveal*/);
  /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 

Completed in 118 milliseconds