Home
last modified time | relevance | path

Searched refs:getSelection (Results 1 – 25 of 30) sorted by relevance

12

/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.java443 if (this.mVersionRadioButton.getSelection()) { in getDialogTitle()
725 String[] resultsDimensions = this.resultsDimensionsList.getSelection(); in modifyText()
936 if (this.mVersionRadioButton.getSelection()) { in storeValues()
944 store.setValue(PRE_DATABASE_CONNECTION, this.dbConnectionCheckBox.getSelection()); in storeValues()
945 final boolean dbLocal = this.dbLocalRadioButton.getSelection(); in storeValues()
977 if (this.statusValuesCheckBox.getSelection()) { in storeValues()
980 if (this.statusErrorNoneRadioButton.getSelection()) { in storeValues()
982 } else if (this.statusErrorNoticeableRadioButton.getSelection()) { in storeValues()
984 } else if (this.statusErrorSuspiciousRadioButton.getSelection()) { in storeValues()
986 } else if (this.statusErrorWeirdRadioButton.getSelection()) { in storeValues()
[all …]
DComponentsView.java441 …ResultsElement eventResultsElement = (ResultsElement) ((StructuredSelection)event.getSelection()).… in selectionChanged()
DComponentResultsView.java414 …ResultsElement selectedElement = (ResultsElement) ((TreeSelection) event.getSelection()).getFirstE…
DPerformancesView.java650 this.propertyPage.selectionChanged(this, event.getSelection()); in selectionChanged()
DBuildsView.java586 Object selection = this.viewer.getSelection(); in selectionChanged()
/external/chromium-trace/catapult/third_party/flot/
Djquery.flot.selection.min.js7getSelection()])}}function onMouseDown(e){if(e.which!=1)return;document.body.focus();if(document.o… function
Djquery.flot.selection.js102 plot.getPlaceholder().trigger("plotselecting", [ getSelection() ]);
158 function getSelection() { function
175 var r = getSelection();
298 plot.getSelection = getSelection;
Djquery.flot.crosshair.js112 if (plot.getSelection && plot.getSelection()) {
Djquery.flot.crosshair.min.js7 …}}function onMouseMove(e){if(crosshair.locked)return;if(plot.getSelection&&plot.getSelection()){cr…
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
DCursorLoaderTest.java31 assertThat(cursorLoader.getSelection(), equalTo(selection)); in testGetters()
52 assertThat(cursorLoader.getSelection(), equalTo(selection)); in testSetters()
/external/llvm/include/llvm/CodeGen/PBQP/
DSolution.h83 unsigned getSelection(GraphBase::NodeId nodeId) const { in getSelection() function
DReductionRules.h205 v += edgeCosts.getColAsVector(s.getSelection(mId)); in backpropagate()
208 v += edgeCosts.getRowAsVector(s.getSelection(mId)); in backpropagate()
/external/llvm/include/llvm/MC/
DMCSectionCOFF.h65 int getSelection() const { return Selection; } in getSelection() function
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowCursorLoader.java53 public String getSelection() { in getSelection() method in ShadowCursorLoader
/external/skia/include/views/
DSkWidget.h298 int getSelection() const { return fCurrIndex; } in getSelection() function
370 int getSelection() const { return fCurrIndex; } in getSelection() function
/external/skia/include/views/animated/
DSkWidgetViews.h223 int getSelection() const { return fCurrIndex; } in getSelection() function
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
DCSpinner.java135 if (m_spinner.getSelection() > 25) { in CSpinner()
253 public int getSelection() { in getSelection() method in CSpinner
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
DPropertyTable.java266 m_selection = verticalBar.getSelection(); in handleVerticalScrolling()
997 public ISelection getSelection() { in getSelection() method in PropertyTable
1032 SelectionChangedEvent selectionEvent = new SelectionChangedEvent(this, getSelection()); in setActivePropertyInfo()
/external/chromium-trace/catapult/third_party/polymer/components/webcomponentsjs/
DShadowDOM.min.js12getSelection()),e.wrappers.Selection=t}(window.ShadowDOMPolyfill),function(e){"use strict";functio… method
13getSelection;t.prototype=Object.create(n.prototype),l.prototype.getComputedStyle=function(e,t){ret… method in l
DShadowDOM.js3900 registerWrapper(window.Selection, Selection, window.getSelection());
3960 var originalGetSelection = document.getSelection;
3973 getSelection: function() { method
4102 var originalGetSelection = window.getSelection;
4115 OriginalWindow.prototype.getSelection = function() { method in OriginalWindow
4116 return wrap(this || window).getSelection();
4120 delete window.getSelection;
4133 getSelection: function() { method
Dwebcomponents.min.js12getSelection()),e.wrappers.Selection=t}(window.ShadowDOMPolyfill),function(e){"use strict";functio… method
13getSelection;t.prototype=Object.create(n.prototype),u.prototype.getComputedStyle=function(e,t){ret… method in u
/external/chromium-trace/catapult/tracing/third_party/components/webcomponentsjs/
DShadowDOM.js3900 registerWrapper(window.Selection, Selection, window.getSelection());
3960 var originalGetSelection = document.getSelection;
3973 getSelection: function() { method
4102 var originalGetSelection = window.getSelection;
4115 OriginalWindow.prototype.getSelection = function() { method in OriginalWindow
4116 return wrap(this || window).getSelection();
4120 delete window.getSelection;
4133 getSelection: function() { method
DShadowDOM.min.js12getSelection()),e.wrappers.Selection=t}(window.ShadowDOMPolyfill),function(e){"use strict";functio… method
13getSelection;t.prototype=Object.create(n.prototype),l.prototype.getComputedStyle=function(e,t){ret… method in l
Dwebcomponents.min.js12getSelection()),e.wrappers.Selection=t}(window.ShadowDOMPolyfill),function(e){"use strict";functio… method
13getSelection;t.prototype=Object.create(n.prototype),u.prototype.getComputedStyle=function(e,t){ret… method
/external/llvm/lib/MC/
DWinCOFFObjectWriter.cpp270 if (Sec.getSelection() != COFF::IMAGE_COMDAT_SELECT_ASSOCIATIVE) { in defineSection()
287 coff_symbol->Aux[0].Aux.SectionDefinition.Selection = Sec.getSelection(); in defineSection()

12