Searched defs:newSelection (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DFrameSelectionTest.cpp58 void FrameSelectionTest::setSelection(const VisibleSelection& newSelection) argument
60 m_dummyPageHolder->frame().selection().setSelection(newSelection);
H A DSpellChecker.cpp416 VisibleSelection newSelection(misspellingRange.get(), DOWNSTREAM);
417 if (newSelection != frame().selection().selection()) {
418 frame().selection().setSelection(newSelection);
780 const VisibleSelection newSelection = frame().selection().selection(); local
781 if (isSelectionInTextFormControl(newSelection)) {
782 Position newStart = newSelection.start();
786 } else if (newSelection.isContentEditable() || caretBrowsing) {
787 VisiblePosition newStart(newSelection.visibleStart());
H A DEditor.cpp667 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(cm
1071 changeSelectionAfterCommand(const VisibleSelection& newSelection, FrameSelection::SetSelectionOptions options) argument
[all...]
H A DFrameSelection.cpp194 VisibleSelection newSelection = passedNewSelection; local
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 alway
221 setSelection(const VisibleSelection& newSelection, SetSelectionOptions options, CursorAlignOnScroll align, TextGranularity granularity) argument
1008 VisibleSelection newSelection = m_selection; local
[all...]
/external/chromium_org/third_party/angle/src/compiler/translator/
H A DRewriteElseBlocks.cpp137 TIntermSelection *newSelection = new TIntermSelection(conditionSymbolSel, local
145 block->getSequence()->push_back(newSelection);
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLTextFormControlElement.cpp379 VisibleSelection newSelection; local
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));
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebLocalFrameImpl.cpp1175 VisibleSelection newSelection = VisibleSelection(basePosition, extentPosition); local
1176 frame()->selection().setSelection(newSelection, CharacterGranularity);
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DEventHandler.cpp321 static void setSelectionIfNeeded(FrameSelection& selection, const VisibleSelection& newSelection) argument
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; local
376 newSelection = VisibleSelection(pos);
377 newSelection
390 VisibleSelection newSelection; local
436 VisibleSelection newSelection; local
520 VisibleSelection newSelection = m_frame->selection().selection(); local
786 VisibleSelection newSelection; local
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 3183 milliseconds