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

/external/webkit/Source/WebCore/rendering/
H A DRenderTextControl.cpp263 VisibleSelection newSelection = VisibleSelection(startPosition, endPosition); local
266 frame->selection()->setSelection(newSelection);
/external/webkit/Source/WebCore/editing/
H A DSelectionController.cpp318 VisibleSelection newSelection; local
320 newSelection.setWithoutValidation(base, extent);
322 if (newSelection.isBaseFirst())
323 newSelection.setWithoutValidation(start, end);
325 newSelection.setWithoutValidation(end, start);
328 setSelection(newSelection, 0);
1391 VisibleSelection newSelection(beforeOwnerElement, afterOwnerElement);
1392 if (parent->selection()->shouldChangeSelection(newSelection)) {
1394 parent->selection()->setSelection(newSelection);
1417 VisibleSelection newSelection(VisibleSelectio
[all...]
H A DEditor.cpp993 VisibleSelection newSelection(cmd->endingSelection());
998 changeSelectionAfterCommand(newSelection, false, false);
1013 respondToChangedContents(newSelection);
1022 VisibleSelection newSelection(cmd->startingSelection());
1023 changeSelectionAfterCommand(newSelection, true, true);
1028 respondToChangedContents(newSelection);
1037 VisibleSelection newSelection(cmd->endingSelection());
1038 changeSelectionAfterCommand(newSelection, true, true);
1043 respondToChangedContents(newSelection);
2025 VisibleSelection newSelection(misspellingRang
2715 changeSelectionAfterCommand(const VisibleSelection& newSelection, bool closeTyping, bool clearTypingStyle) argument
2799 shouldChangeSelection(const VisibleSelection& oldSelection, const VisibleSelection& newSelection, EAffinity affinity, bool stillSelecting) const argument
[all...]
/external/webkit/Source/WebCore/page/
H A DEventHandler.cpp269 static void setSelectionIfNeeded(SelectionController* selection, const VisibleSelection& newSelection) argument
272 if (selection->selection() != newSelection && selection->shouldChangeSelection(newSelection))
273 selection->setSelection(newSelection);
276 static void setNonDirectionalSelectionIfNeeded(SelectionController* selection, const VisibleSelection& newSelection, TextGranularity granularity) argument
279 if (selection->selection() != newSelection && selection->shouldChangeSelection(newSelection))
280 selection->setSelection(newSelection, granularity, MakeNonDirectionalSelection);
286 VisibleSelection newSelection; local
292 newSelection
315 VisibleSelection newSelection; local
406 VisibleSelection newSelection = m_frame->selection()->selection(); local
750 VisibleSelection newSelection; local
[all...]
/external/webkit/Source/WebCore/accessibility/
H A DAccessibilityRenderObject.cpp2571 VisibleSelection newSelection = VisibleSelection(range.start, range.end); local
2572 m_renderer->frame()->selection()->setSelection(newSelection);
/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 220 milliseconds