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

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLTextFormControlElement.cpp 318 VisibleSelection newSelection;
320 newSelection = VisibleSelection(endPosition, startPosition);
322 newSelection = VisibleSelection(startPosition, endPosition);
323 newSelection.setIsDirectional(direction != SelectionHasNoDirection);
326 frame->selection()->setSelection(newSelection);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
MoveGesture.java 785 TreeSelection newSelection = TreeSelection.EMPTY;
794 newSelection = new TreeSelection(treePath);
799 if (currentSelection == null || !currentSelection.equals(newSelection)) {
800 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;
  /packages/apps/Browser/src/com/android/browser/provider/
BrowserProvider2.java     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/editing/
FrameSelection.cpp 199 VisibleSelection newSelection = passedNewSelection;
200 bool isDirectional = shouldAlwaysUseDirectionalSelection(m_frame) || newSelection.isDirectional();
202 VisiblePosition base = m_originalBase.isNotNull() ? m_originalBase : newSelection.visibleBase();
204 VisiblePosition newExtent = newSelection.visibleExtent();
208 if (newBase != base || newExtent != newSelection.visibleExtent()) {
210 newSelection.setBase(newBase);
211 newSelection.setExtent(newExtent);
213 if (m_selection.base() == newSelection.base())
214 newSelection.setBase(m_originalBase);
218 newSelection.setIsDirectional(isDirectional); // Adjusting base and extent will make newSelection always direct (…)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebFrameImpl.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/
EventHandler.cpp 369 static void setSelectionIfNeeded(FrameSelection* selection, const VisibleSelection& newSelection)
372 if (selection->selection() != newSelection && selection->shouldChangeSelection(newSelection))
373 selection->setSelection(newSelection);
390 VisibleSelection newSelection(selection);
391 newSelection.setBase(positionBeforeNode(rootUserSelectAll).upstream(CanCrossEditingBoundary));
392 newSelection.setExtent(positionAfterNode(rootUserSelectAll).downstream(CanCrossEditingBoundary));
394 return newSelection;
420 VisibleSelection newSelection;
425 newSelection = VisibleSelection(pos)
    [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/devtools/tools/lib/
org-eclipse-jface-3.6.2.jar 
hierarchyviewer2lib.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 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-jface/3.6.2/
org-eclipse-jface-3.6.2.jar 

Completed in 249 milliseconds