HomeSort by relevance Sort by last modified time
    Searched refs:newSelection (Results 1 - 25 of 34) sorted by null

1 2

  /external/chromium_org/third_party/WebKit/Source/core/editing/
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...]
Editor.cpp 667 VisibleSelection newSelection(cmd->endingSelection());
670 changeSelectionAfterCommand(newSelection, 0);
686 respondToChangedContents(newSelection);
696 VisibleSelection newSelection(cmd->startingSelection());
697 newSelection.validatePositionsIfNeeded();
698 if (newSelection.start().document() == frame().document() && newSelection.end().document() == frame().document())
699 changeSelectionAfterCommand(newSelection, FrameSelection::CloseTyping | FrameSelection::ClearTypingStyle);
704 respondToChangedContents(newSelection);
714 VisibleSelection newSelection(cmd->endingSelection())
    [all...]
FrameSelectionTest.cpp 58 void FrameSelectionTest::setSelection(const VisibleSelection& newSelection)
60 m_dummyPageHolder->frame().selection().setSelection(newSelection);
ApplyBlockElementCommand.cpp 78 VisibleSelection newSelection(visibleStart, visibleEnd.previous(CannotCrossEditingBoundary), endingSelection().isDirectional());
79 if (newSelection.isNone())
81 setEndingSelection(newSelection);
SpellChecker.cpp 416 VisibleSelection newSelection(misspellingRange.get(), DOWNSTREAM);
417 if (newSelection != frame().selection().selection()) {
418 frame().selection().setSelection(newSelection);
    [all...]
htmlediting.cpp     [all...]
Editor.h 274 void changeSelectionAfterCommand(const VisibleSelection& newSelection, FrameSelection::SetSelectionOptions);
  /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...]
FocusController.cpp 469 VisibleSelection newSelection(position, position, DOWNSTREAM);
470 frame->selection().setSelection(newSelection);
    [all...]
  /external/chromium_org/third_party/angle/src/compiler/translator/
RewriteElseBlocks.cpp 137 TIntermSelection *newSelection = new TIntermSelection(conditionSymbolSel,
145 block->getSequence()->push_back(newSelection);
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLTextFormControlElementTest.cpp 217 VisibleSelection newSelection(newPosition, DOWNSTREAM);
218 document().frame()->selection().setSelection(newSelection, FrameSelection::CloseTyping | FrameSelection::ClearTypingStyle | FrameSelection::DoNotUpdateAppearance);
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...]
  /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/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);
  /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...]
  /packages/apps/Browser/src/com/android/browser/provider/
BrowserProvider2.java     [all...]
  /external/chromium_org/chrome/browser/resources/inspect/
inspect.js 736 var newSelection = line.nextElementSibling;
738 selectLine(newSelection);
  /external/chromium_org/third_party/WebKit/Source/web/
WebLocalFrameImpl.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/source_frame/
CodeMirrorTextEditor.js     [all...]
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
Workspace.java     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Element.cpp     [all...]
  /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 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface_3.6.1.M20100825-0800.jar 
  /prebuilts/devtools/tools/lib/
org-eclipse-jface-3.6.2.jar 

Completed in 758 milliseconds

1 2