/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/ |
D | PerformanceResultsPreferencePage.java | 512 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 …]
|
D | ComponentResultsView.java | 182 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/ |
D | SetSelectionCommand.cpp | 46 selectionController->setSelection(m_selectionToSet, m_options); in doApply() 57 selectionController->setSelection(startingSelection(), m_options); in doUnapply()
|
D | SelectionController.cpp | 97 …setSelection(VisibleSelection(pos.deepEquivalent(), pos.deepEquivalent(), pos.affinity()), options… in moveTo() 105 …setSelection(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 …]
|
D | SelectionController.h | 79 …void setSelection(const VisibleSelection&, SetSelectionOptions = CloseTyping | ClearTypingStyle, C… 80 …setSelection(const VisibleSelection& selection, TextGranularity granularity, DirectionalityPolicy …
|
D | TypingCommand.cpp | 214 frame->selection()->setSelection(currentSelection); in insertText() 489 selection.setSelection(endingSelection()); in deleteKeyPressed() 585 selection.setSelection(endingSelection()); in forwardDeleteKeyPressed()
|
D | Editor.cpp | 1486 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/ |
D | ButtonPropertyEditorPresentation.java | 58 public final void setSelection(PropertyTable propertyTable, Property property, boolean selected) { in setSelection() method in ButtonPropertyEditorPresentation 59 m_impl.setSelection(propertyTable, property, selected); in setSelection()
|
D | ButtonPropertyEditorPresentationImpl.java | 82 public void setSelection(PropertyTable propertyTable, Property property, boolean selected) { in setSelection() method in ButtonPropertyEditorPresentationImpl 85 button.setSelection(selected); in setSelection()
|
D | ButtonPropertyEditorPresentationImplMac.java | 51 public final void setSelection(PropertyTable propertyTable, Property property, boolean selected) { in setSelection() method in ButtonPropertyEditorPresentationImplMac
|
/external/webkit/Source/WebCore/page/ |
D | DOMSelection.cpp | 405 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()
|
D | DragController.cpp | 334 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/ |
D | SkListView.cpp | 244 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);
|
D | SkListWidget.cpp | 72 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/ |
D | CSpinner.java | 124 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()
|
D | CComboBox.java | 177 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());
|
D | CCombo3.java | 186 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/ |
D | Solution.h | 77 void setSelection(Graph::NodeItr nItr, unsigned selection) { in setSelection() function
|
/external/webkit/Source/WebCore/page/chromium/ |
D | EventHandlerChromium.cpp | 67 m_frame->selection()->setSelection(newSelection); in passMousePressEventToSubframe()
|
/external/webkit/Source/WebKit/chromium/src/ |
D | ContextMenuClientImpl.cpp | 133 selectedFrame->selection()->setSelection(VisibleSelection(pos)); in selectMisspelledWord() 136 selectedFrame->selection()->setSelection(VisibleSelection(pos)); in selectMisspelledWord()
|
/external/skia/include/views/ |
D | SkWidget.h | 358 void setSelection(int); 430 void setSelection(int);
|
D | SkWidgetViews.h | 226 void setSelection(int);
|
/external/webkit/Source/WebKit/android/jni/ |
D | WebViewCore.h | 356 void setSelection(int start, int end); 716 static void setSelection(WebCore::Node* node, int start, int end);
|
/external/webkit/Source/WebCore/svg/ |
D | SVGTextContentElement.cpp | 179 controller->setSelection(VisibleSelection(start, end)); in selectSubString()
|
/external/webkit/Source/WebCore/rendering/ |
D | RenderView.h | 76 …void setSelection(RenderObject* start, int startPos, RenderObject* end, int endPos, SelectionRepai…
|