HomeSort by relevance Sort by last modified time
    Searched refs:selectedIndex (Results 1 - 25 of 129) sorted by null

1 2 3 4 5 6

  /external/chromium_org/third_party/WebKit/public/web/
WebPopupMenuInfo.h 43 int selectedIndex;
  /external/chromium_org/third_party/WebKit/Source/core/html/track/
VideoTrackList.h 20 int selectedIndex() const;
VideoTrackList.cpp 32 int VideoTrackList::selectedIndex() const
  /packages/apps/Settings/src/com/android/settings/
AppListPreference.java 49 CharSequence[] objects, Drawable[] imageDrawables, int selectedIndex) {
51 mSelectedIndex = selectedIndex;
97 int selectedIndex = -1;
104 selectedIndex = index;
111 if (selectedIndex != -1) {
112 setValueIndex(selectedIndex);
120 int selectedIndex = findIndexOfValue(getValue());
122 R.layout.app_preference_item, getEntries(), mEntryDrawables, selectedIndex);
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/omnibox/
AutocompleteController.java 186 * @param selectedIndex The index of the suggestion that was selected.
195 protected void onSuggestionSelected(int selectedIndex, OmniboxSuggestion.Type type,
198 nativeOnSuggestionSelected(mNativeAutocompleteControllerAndroid, selectedIndex,
230 * @param selectedIndex The index of the autocomplete entry selected.
237 public String updateMatchDestinationUrlWithQueryFormulationTime(int selectedIndex,
240 mNativeAutocompleteControllerAndroid, selectedIndex, elapsedTimeSinceInputChange);
261 int selectedIndex, String currentPageUrl, boolean isQueryInOmnibox,
267 int selectedIndex);
269 long nativeAutocompleteControllerAndroid, int selectedIndex,
  /external/chromium_org/third_party/WebKit/Source/platform/
PopupMenuClient.h 48 virtual int selectedIndex() const = 0;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/scripts/
Fingerprints.js 3 var type=formSelect.selectedIndex;
31 formSelect.selectedIndex=type;
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/ui/
select_widget.js 46 var currentSelection = this.selectNode_.selectedIndex;
70 var selectedIndex =
72 self.selectNode_.selectedIndex = selectedIndex;
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLOptionsCollection.idl 26 attribute long selectedIndex;
HTMLOptionsCollection.h 45 int selectedIndex() const;
HTMLOptionsCollection.cpp 105 int HTMLOptionsCollection::selectedIndex() const
107 return toHTMLSelectElement(ownerNode()).selectedIndex();
HTMLSelectElement.idl 48 attribute long selectedIndex;
HTMLSelectElementTest.cpp 53 EXPECT_EQ(2, toHTMLSelectElement(element)->selectedIndex());
65 EXPECT_EQ(2, toHTMLSelectElement(element)->selectedIndex());
  /packages/services/Telephony/src/com/android/phone/settings/
AccountSelectionPreference.java 82 int selectedIndex = mAccounts.length; // Points to nullSelectionString by default
92 selectedIndex = i;
100 setValueIndex(selectedIndex);
102 setSummary(mEntries[selectedIndex]);
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/servers/data/rebaselineserver/
util.js 44 if (select.selectedIndex == -1) {
47 return select.options[select.selectedIndex].value;
queue.js 76 this._selectNode.selectedIndex == -1;
105 if (this._selectNode.selectedIndex == -1)
109 this._selectNode.options[this._selectNode.selectedIndex].value);
main.js 284 testSelector.selectedIndex = optionIndexByTest[previouslySelectedTest];
286 testSelector.selectedIndex =
290 testSelector.selectedIndex = 1;
367 if (testSelector.selectedIndex == testSelector.options.length - 1) {
370 var nextTest = testSelector.options[testSelector.selectedIndex + 1].value;
544 var nextTestIndex = testSelector.selectedIndex + 1;
552 testSelector.selectedIndex = nextTestIndex;
562 var previousTestIndex = testSelector.selectedIndex - 1;
570 testSelector.selectedIndex = previousTestIndex;
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/components/
TargetsComboBoxController.js 36 this._selectElement.selectedIndex = Array.prototype.indexOf.call(/** @type {?} */ (this._selectElement), option);
53 var selectedOption = this._selectElement[this._selectElement.selectedIndex];
83 this._selectElement.selectedIndex = Array.prototype.indexOf.call(/** @type {?} */ (this._selectElement), option);
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
DropDownMenu.js 31 var selectedOption = options[this.element.selectedIndex];
55 this.element.selectedIndex = i;
59 this.element.selectedIndex = -1;
StatusBarButton.js 569 if (this._selectElement.selectedIndex >= 0)
570 return this._selectElement[this._selectElement.selectedIndex];
579 this._selectElement.selectedIndex = Array.prototype.indexOf.call(/** @type {?} */ (this._selectElement), option);
587 this._selectElement.selectedIndex = index;
593 selectedIndex: function()
595 return this._selectElement.selectedIndex;
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/app_launcher/
popup.js 57 var selectedIndex = 0;
67 addApp(appsDiv, item, i == selectedIndex);
73 selectedIndex = 0;
122 selectedIndex = newIndex;
156 changeSelection(selectedIndex + 1);
159 changeSelection(selectedIndex - 1);
168 var app = appList[selectedIndex];
  /external/chromium_org/third_party/WebKit/Source/web/
PopupMenuTest.cpp 118 virtual int selectedIndex() const { return m_selectIndex; }
204 int selectedIndex() const { return m_popupMenuClient.selectedIndex(); }
324 EXPECT_EQ(2, selectedIndex());
331 EXPECT_EQ(3, selectedIndex());
338 EXPECT_EQ(4, selectedIndex());
356 EXPECT_EQ(1, selectedIndex());
378 EXPECT_EQ(0, selectedIndex());
396 EXPECT_EQ(2, selectedIndex());
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/search_engines/
TemplateUrlService.java 146 public void setSearchEngine(int selectedIndex) {
148 nativeSetUserSelectedDefaultSearchProvider(mNativeTemplateUrlServiceAndroid, selectedIndex);
264 long nativeTemplateUrlServiceAndroid, int selectedIndex);
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/talking_alarm_clock/
popup.js 19 var ampm = $('a' + alarm + '_ampm').selectedIndex;
278 $('a1_ampm').selectedIndex = a1_ampm;
280 localStorage['a1_ampm'] = $('a1_ampm').selectedIndex;
323 $('a2_ampm').selectedIndex = a2_ampm;
325 localStorage['a2_ampm'] = $('a2_ampm').selectedIndex;
361 sound.selectedIndex = i;
365 localStorage['sound'] = sound.options[sound.selectedIndex].value;
367 localStorage['sound'] = sound.options[sound.selectedIndex].value;
398 var i = voice.selectedIndex;
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/ttsdemo/
ttsdemo.js 36 var i = voices.selectedIndex - 1;
52 var voiceIndex = voices.selectedIndex - 1;

Completed in 3242 milliseconds

1 2 3 4 5 6