Home
last modified time | relevance | path

Searched refs:setSelection (Results 1 – 25 of 57) sorted by relevance

123

/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/
DPerformanceResultsPreferencePage.java512 this.dbConnectionCheckBox.setSelection(store.getDefaultBoolean(PRE_DATABASE_CONNECTION)); in initializeDefaults()
513 this.dbRelengRadioButton.setSelection(false); in initializeDefaults()
514 this.dbLocalRadioButton.setSelection(false); in initializeDefaults()
517 this.dbLocalRadioButton.setSelection(true); in initializeDefaults()
519 this.dbRelengRadioButton.setSelection(true); in initializeDefaults()
530 this.mVersionRadioButton.setSelection(false); in initializeDefaults()
531 this.dVersionRadionButton.setSelection(false); in initializeDefaults()
534 this.mVersionRadioButton.setSelection(true); in initializeDefaults()
536 this.dVersionRadionButton.setSelection(true); in initializeDefaults()
576 this.dbConnectionCheckBox.setSelection(store.getBoolean(PRE_DATABASE_CONNECTION)); in initializeValues()
[all …]
DComponentResultsView.java182 this.tabFolder.setSelection(0); in createTabs()
369 this.tabFolder.setSelection(tabIndex); in resetTabFolders()
371 table.setSelection(lineIndex); in resetTabFolders()
451 this.tabFolder.setSelection(i);
/external/webkit/Source/WebCore/editing/
DSetSelectionCommand.cpp46 selectionController->setSelection(m_selectionToSet, m_options); in doApply()
57 selectionController->setSelection(startingSelection(), m_options); in doUnapply()
DSelectionController.cpp97setSelection(VisibleSelection(pos.deepEquivalent(), pos.deepEquivalent(), pos.affinity()), options… in moveTo()
105setSelection(VisibleSelection(base.deepEquivalent(), extent.deepEquivalent(), base.affinity()), op… in moveTo()
113 setSelection(VisibleSelection(pos, affinity), options); in moveTo()
122 setSelection(selection, options); in moveTo()
130 setSelection(VisibleSelection(base, extent, affinity), options); in moveTo()
133 void SelectionController::setSelection(const VisibleSelection& s, SetSelectionOptions options, Curs… in setSelection() function in WebCore::SelectionController
161 document->frame()->selection()->setSelection(s, options); in setSelection()
277 setSelection(VisibleSelection(), 0); in respondToNodeModification()
328 setSelection(newSelection, 0); in textWillBeReplaced()
759 trialSelectionController.setSelection(m_selection); in modify()
[all …]
DSelectionController.h79 …void setSelection(const VisibleSelection&, SetSelectionOptions = CloseTyping | ClearTypingStyle, C…
80setSelection(const VisibleSelection& selection, TextGranularity granularity, DirectionalityPolicy …
DTypingCommand.cpp214 frame->selection()->setSelection(currentSelection); in insertText()
489 selection.setSelection(endingSelection()); in deleteKeyPressed()
585 selection.setSelection(endingSelection()); in forwardDeleteKeyPressed()
DEditor.cpp1486 m_frame->selection()->setSelection(selection, 0); in selectComposition()
1544 m_frame->selection()->setSelection(oldSelection, 0); in confirmComposition()
1825 … frame()->selection()->setSelection(VisibleSelection(badGrammarRange.get(), SEL_DEFAULT_AFFINITY)); in advanceToNextMisspelling()
1835 frame()->selection()->setSelection(VisibleSelection(misspellingRange.get(), DOWNSTREAM)); in advanceToNextMisspelling()
2029 frame()->selection()->setSelection(newSelection); in markMisspellingsAfterTypingToWord()
2269 m_frame->selection()->setSelection(selectionToReplace); in markAllMisspellingsAndBadGrammarInRanges()
2278 m_frame->selection()->setSelection(selectionToReplace); in markAllMisspellingsAndBadGrammarInRanges()
2539 m_frame->selection()->setSelection(newSelection); in transpose()
2732 m_frame->selection()->setSelection(newSelection, options); in changeSelectionAfterCommand()
3042 m_frame->selection()->setSelection(VisibleSelection(resultRange.get(), DOWNSTREAM)); in findString()
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/presentation/
DButtonPropertyEditorPresentation.java58 public final void setSelection(PropertyTable propertyTable, Property property, boolean selected) { in setSelection() method in ButtonPropertyEditorPresentation
59 m_impl.setSelection(propertyTable, property, selected); in setSelection()
DButtonPropertyEditorPresentationImpl.java82 public void setSelection(PropertyTable propertyTable, Property property, boolean selected) { in setSelection() method in ButtonPropertyEditorPresentationImpl
85 button.setSelection(selected); in setSelection()
DButtonPropertyEditorPresentationImplMac.java51 public final void setSelection(PropertyTable propertyTable, Property property, boolean selected) { in setSelection() method in ButtonPropertyEditorPresentationImplMac
/external/webkit/Source/WebCore/page/
DDOMSelection.cpp405 selection->setSelection(VisibleSelection(r)); in addRange()
416 … selection->setSelection(VisibleSelection(r->startPosition(), range->endPosition(), DOWNSTREAM)); in addRange()
419 selection->setSelection(VisibleSelection(r)); in addRange()
426 selection->setSelection(VisibleSelection(range.get())); in addRange()
429 … selection->setSelection(VisibleSelection(range->startPosition(), r->endPosition(), DOWNSTREAM)); in addRange()
DDragController.cpp334 m_page->dragCaretController()->setSelection(dragCaret); in tryDocumentDrag()
363 frame->selection()->setSelection(dragCaret); in setSelectionToDragCaret()
366 frame->selection()->setSelection(dragCaret); in setSelectionToDragCaret()
631 src->selection()->setSelection(VisibleSelection(range.get(), DOWNSTREAM)); in prepareClipboardForImageDrag()
744 src->selection()->setSelection(VisibleSelection::selectionFromContentsOfNode(node)); in startDrag()
854 m_page->dragCaretController()->setSelection(dragCaret); in placeDragCaret()
/external/skia/src/views/
DSkListView.cpp244 void SkListView::setSelection(int index)
271 this->setSelection(index);
284 this->setSelection(index);
507 this->setSelection(0);
588 void SkGridView::setSelection(int index)
616 this->setSelection(index);
629 this->setSelection(index);
896 this->setSelection(0);
DSkListWidget.cpp72 void SkListView::setSelection(int index) in setSelection() function in SkListView
98 this->setSelection(index); in moveSelectionUp()
117 this->setSelection(index); in moveSelectionDown()
487 this->setSelection(0); in onInflate()
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
DCSpinner.java124 m_spinner.setSelection(25); in CSpinner()
140 m_spinner.setSelection(25); in CSpinner()
210 setSelection(Math.max(m_value, m_minimum)); in setMinimum()
218 setSelection(Math.min(m_value, m_maximum)); in setMaximum()
234 public void setSelection(int newValue) { in setSelection() method in CSpinner
278 setSelection(newValue); in updateValue()
DCComboBox.java177 table.setSelection(index < 0 ? table.getItemCount() - 1 : index); in createText()
189 table.setSelection(index == table.getItemCount() ? 0 : index); in createText()
464 m_text.setSelection(start, end);
504 m_table.getTable().setSelection(m_selectionIndex);
608 table.setSelection(getSelectionIndex());
DCCombo3.java186 m_table.setSelection(new TableItem[]{item});
199 m_table.setSelection(selectionIndex);
202 m_table.setSelection((selectionIndex + 1) % m_table.getItemCount());
/external/llvm/include/llvm/CodeGen/PBQP/
DSolution.h77 void setSelection(Graph::NodeItr nItr, unsigned selection) { in setSelection() function
/external/webkit/Source/WebCore/page/chromium/
DEventHandlerChromium.cpp67 m_frame->selection()->setSelection(newSelection); in passMousePressEventToSubframe()
/external/webkit/Source/WebKit/chromium/src/
DContextMenuClientImpl.cpp133 selectedFrame->selection()->setSelection(VisibleSelection(pos)); in selectMisspelledWord()
136 selectedFrame->selection()->setSelection(VisibleSelection(pos)); in selectMisspelledWord()
/external/skia/include/views/
DSkWidget.h358 void setSelection(int);
430 void setSelection(int);
DSkWidgetViews.h226 void setSelection(int);
/external/webkit/Source/WebKit/android/jni/
DWebViewCore.h356 void setSelection(int start, int end);
716 static void setSelection(WebCore::Node* node, int start, int end);
/external/webkit/Source/WebCore/svg/
DSVGTextContentElement.cpp179 controller->setSelection(VisibleSelection(start, end)); in selectSubString()
/external/webkit/Source/WebCore/rendering/
DRenderView.h76 …void setSelection(RenderObject* start, int startPos, RenderObject* end, int endPos, SelectionRepai…

123