Home
last modified time | relevance | path

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

1234

/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/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowEditText.java51 public void setSelection(int index) { in setSelection() method in ShadowEditText
52 super.setSelection(index); in setSelection()
57 public void setSelection(int start, int end) { in setSelection() method in ShadowEditText
58 super.setSelection(start, end); in setSelection()
DShadowAbsSpinner.java27 public void setSelection(int position, boolean animate) { in setSelection() method in ShadowAbsSpinner
28 super.setSelection(position); in setSelection()
DShadowAutoCompleteTextView.java58 setSelection(getText().length()); in replaceText()
DShadowAdapterView.java46 setSelection(0); in setAdapter()
227 public void setSelection(final int position) { in setSelection() method in ShadowAdapterView
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
DAbsSpinnerTest.java57 spinner.setSelection(0); in getSelectedItemShouldReturnCorrectValue()
61 spinner.setSelection(1); in getSelectedItemShouldReturnCorrectValue()
80 spinner.setSelection(0, true); in setSelectionWithAnimatedTransition()
96 spinner.setSelection(AdapterView.INVALID_POSITION); in testGetSelectedView_noSelection()
112 spinner.setSelection(1); in testGetSelectedView_changed()
/external/chromium_org/chrome/browser/resources/uber/
Duber_frame.js54 setSelection(e.currentTarget);
79 setSelection(navItem);
86 function setSelection(newSelection) { function
/external/chromium_org/third_party/WebKit/Source/core/editing/
DSetSelectionCommand.cpp44 selection.setSelection(m_selectionToSet, m_options); in doApply()
51 selection.setSelection(startingSelection(), m_options); in doUnapply()
DFrameSelection.cpp124setSelection(VisibleSelection(pos.deepEquivalent(), pos.deepEquivalent(), pos.affinity(), m_select… in moveTo()
131setSelection(VisibleSelection(base.deepEquivalent(), extent.deepEquivalent(), base.affinity(), sel… in moveTo()
137 setSelection(VisibleSelection(pos, affinity, m_selection.isDirectional()), options); in moveTo()
144 setSelection(selection, options); in moveTo()
151 setSelection(VisibleSelection(base, extent, affinity, selectionHasDirection), options); in moveTo()
218 setSelection(newSelection, granularity); in setNonDirectionalSelectionIfNeeded()
221 void FrameSelection::setSelection(const VisibleSelection& newSelection, SetSelectionOptions options… in setSelection() function in WebCore::FrameSelection
242 document.frame()->selection().setSelection(s, options, align, granularity); in setSelection()
376 setSelection(VisibleSelection(), DoNotSetFocus); in respondToNodeModification()
474 setSelection(newSelection, DoNotSetFocus); in updateSelectionIfNeeded()
[all …]
DFrameSelection.h97 …void setSelection(const VisibleSelection&, SetSelectionOptions = CloseTyping | ClearTypingStyle, C…
98 …void setSelection(const VisibleSelection& selection, TextGranularity granularity) { setSelection(s… in setSelection() function
DTextInsertionBaseCommand.cpp53 frame->selection().setSelection(endingSelection); in applyTextInsertionCommand()
/external/clang/test/CodeGenObjC/
Ddebuginfo-properties.m15 // CHECK: [ DW_TAG_subprogram ] [line [[@LINE-2]]] [local] [def] [-[MyClass setSelection:]]
17 // CHECK: [ DW_TAG_subprogram ] [line [[@LINE-4]]] [local] [def] [-[OtherClass setSelection:]]
/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/chromium_org/third_party/WebKit/Source/core/page/
DDOMSelection.cpp408 selection.setSelection(VisibleSelection(r)); in addRange()
418 … selection.setSelection(VisibleSelection(r->startPosition(), range->endPosition(), DOWNSTREAM)); in addRange()
421 selection.setSelection(VisibleSelection(r)); in addRange()
430 selection.setSelection(VisibleSelection(range.get())); in addRange()
433 … selection.setSelection(VisibleSelection(range->startPosition(), r->endPosition(), DOWNSTREAM)); in addRange()
/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/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/input/
DImeTest.java121 mConnection.setSelection(2, 5); in testImeCopy()
149 mConnection.setSelection(1, 5); in testImeCut()
174 mConnection.setSelection(3, 5); in testImePaste()
238 mConnection.setSelection(1, 1); in testFinishComposingText()
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DSourceFrame.js290 setSelection: function(textRange) method in WebInspector.SourceFrame
299 this._textEditor.setSelection(this._selectionToSet);
369 this._textEditor.setSelection(selection);
484 this._textEditor.setSelection(range);
554 this._textEditor.setSelection(newRange.collapseToEnd());
/external/llvm/include/llvm/CodeGen/PBQP/
DSolution.h76 void setSelection(Graph::NodeItr nItr, unsigned selection) { in setSelection() function
/external/llvm/lib/MC/
DMCSectionCOFF.cpp31 void MCSectionCOFF::setSelection(int Selection, in setSelection() function in MCSectionCOFF
/external/llvm/include/llvm/MC/
DMCSectionCOFF.h74 void setSelection(int Selection, const MCSectionCOFF *Assoc = 0) const;

1234