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

  /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 777 TreeSelection newSelection = TreeSelection.EMPTY;
786 newSelection = new TreeSelection(treePath);
791 if (currentSelection == null || !currentSelection.equals(newSelection)) {
792 outline.setSelection(newSelection);
    [all...]
  /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...]
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 

Completed in 615 milliseconds