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

  /external/chromium_org/third_party/angle/src/compiler/translator/
RewriteElseBlocks.cpp 137 TIntermSelection *newSelection = new TIntermSelection(conditionSymbolSel,
145 block->getSequence()->push_back(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;
  /external/chromium_org/third_party/WebKit/Source/core/editing/
SpellChecker.cpp 416 VisibleSelection newSelection(misspellingRange.get(), DOWNSTREAM);
417 if (newSelection != frame().selection().selection()) {
418 frame().selection().setSelection(newSelection);
    [all...]
FrameSelection.cpp 194 VisibleSelection newSelection = passedNewSelection;
195 bool isDirectional = shouldAlwaysUseDirectionalSelection(m_frame) || newSelection.isDirectional();
197 VisiblePosition base = m_originalBase.isNotNull() ? m_originalBase : newSelection.visibleBase();
199 VisiblePosition extent = newSelection.visibleExtent();
206 newSelection.setBase(newBase);
207 newSelection.setExtent(newExtent);
209 if (m_selection.base() == newSelection.base())
210 newSelection.setBase(m_originalBase);
214 newSelection.setIsDirectional(isDirectional); // Adjusting base and extent will make newSelection always directiona
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLTextFormControlElement.cpp 379 VisibleSelection newSelection;
381 newSelection.setWithoutValidation(endPosition, startPosition);
383 newSelection.setWithoutValidation(startPosition, endPosition);
384 newSelection.setIsDirectional(direction != SelectionHasNoDirection);
386 frame->selection().setSelection(newSelection, FrameSelection::CloseTyping | FrameSelection::ClearTypingStyle | (selectionOption == ChangeSelectionAndFocus ? 0 : FrameSelection::DoNotSetFocus));
    [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
PhoneNumberListAdapter.java 186 final String newSelection;
188 newSelection = prevSelection + " AND " + IGNORE_NUMBER_TOO_LONG_CLAUSE;
190 newSelection = IGNORE_NUMBER_TOO_LONG_CLAUSE;
192 loader.setSelection(newSelection);
  /packages/apps/Browser/src/com/android/browser/provider/
BrowserProvider2.java     [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebLocalFrameImpl.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/
EventHandler.cpp 321 static void setSelectionIfNeeded(FrameSelection& selection, const VisibleSelection& newSelection)
323 if (selection.selection() != newSelection)
324 selection.setSelection(newSelection);
341 VisibleSelection newSelection(selection);
342 newSelection.setBase(positionBeforeNode(rootUserSelectAll).upstream(CanCrossEditingBoundary));
343 newSelection.setExtent(positionAfterNode(rootUserSelectAll).downstream(CanCrossEditingBoundary));
345 return newSelection;
371 VisibleSelection newSelection;
376 newSelection = VisibleSelection(pos);
377 newSelection.expandUsingGranularity(WordGranularity)
    [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 819 milliseconds