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

  /tools/motodev/src/plugins/launch/src/com/motorola/studio/android/launch/
LaunchConfigurationShortcut.java 127 IStructuredSelection newSelection;
133 newSelection = (IStructuredSelection) selection;
134 selectedObject = newSelection.getFirstElement();
  /external/webkit/Source/WebCore/rendering/
RenderTextControl.cpp 263 VisibleSelection newSelection = VisibleSelection(startPosition, endPosition);
266 frame->selection()->setSelection(newSelection);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
MoveGesture.java 782 TreeSelection newSelection = TreeSelection.EMPTY;
791 newSelection = new TreeSelection(treePath);
796 if (currentSelection == null || !currentSelection.equals(newSelection)) {
797 outline.setSelection(newSelection);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
PropertySheetPage.java 160 List<CanvasViewInfo> newSelection = new ArrayList<CanvasViewInfo>(selectionCount);
166 newSelection.add(info);
169 mSelection = newSelection;
  /external/webkit/Source/WebCore/editing/
SelectionController.cpp 318 VisibleSelection newSelection;
320 newSelection.setWithoutValidation(base, extent);
322 if (newSelection.isBaseFirst())
323 newSelection.setWithoutValidation(start, end);
325 newSelection.setWithoutValidation(end, start);
328 setSelection(newSelection, 0);
    [all...]
  /external/webkit/Source/WebCore/page/
EventHandler.cpp 269 static void setSelectionIfNeeded(SelectionController* selection, const VisibleSelection& newSelection)
272 if (selection->selection() != newSelection && selection->shouldChangeSelection(newSelection))
273 selection->setSelection(newSelection);
276 static void setNonDirectionalSelectionIfNeeded(SelectionController* selection, const VisibleSelection& newSelection, TextGranularity granularity)
279 if (selection->selection() != newSelection && selection->shouldChangeSelection(newSelection))
280 selection->setSelection(newSelection, granularity, MakeNonDirectionalSelection);
286 VisibleSelection newSelection;
292 newSelection = VisibleSelection(pos)
    [all...]
  /external/webkit/Source/WebCore/accessibility/
AccessibilityRenderObject.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface_3.6.1.M20100825-0800.jar 
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
org.eclipse.jface_3.6.2.M20110210-1200.jar 
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar 
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 209 milliseconds