Searched defs:selectedIndex (Results 1 - 21 of 21) sorted by relevance

/external/chromium_org/third_party/WebKit/public/web/
H A DWebPopupMenuInfo.h43 int selectedIndex; member in struct:blink::WebPopupMenuInfo
/external/chromium_org/third_party/WebKit/Source/core/html/track/
H A DVideoTrackList.cpp32 int VideoTrackList::selectedIndex() const function in class:blink::VideoTrackList
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/app_launcher/
H A Dpopup.js57 var selectedIndex = 0; variable
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/core/html/
H A DHTMLOptionsCollection.cpp105 int HTMLOptionsCollection::selectedIndex() const function in class:blink::HTMLOptionsCollection
107 return toHTMLSelectElement(ownerNode()).selectedIndex();
H A DHTMLSelectElement.cpp125 if (optionIndex == selectedIndex())
173 int firstSelectionIndex = selectedIndex();
203 return optionToListIndex(selectedIndex());
270 int previousSelectedIndex = selectedIndex();
274 if (sendEvents && previousSelectedIndex != selectedIndex()) {
435 int oldSelectedIndex = selectedIndex();
438 // Restore selectedIndex after changing the multiple flag to preserve
617 m_lastOnChangeIndex = selectedIndex();
715 int selected = selectedIndex();
848 int HTMLSelectElement::selectedIndex() cons function in class:blink::HTMLSelectElement
[all...]
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/search_engines/
H A DTemplateUrlService.java146 public void setSearchEngine(int selectedIndex) { argument
148 nativeSetUserSelectedDefaultSearchProvider(mNativeTemplateUrlServiceAndroid, selectedIndex);
264 long nativeTemplateUrlServiceAndroid, int selectedIndex);
263 nativeSetUserSelectedDefaultSearchProvider( long nativeTemplateUrlServiceAndroid, int selectedIndex) argument
/external/chromium_org/third_party/WebKit/Source/web/
H A DPopupListBox.h146 int selectedIndex() const { return m_selectedIndex; } function in class:blink::FINAL
H A DPopupContainer.cpp404 // ASSERT(popupWindow(popup)->listBox()->selectedIndex() == index);
449 int PopupContainer::selectedIndex() const function in class:blink::PopupContainer
451 return m_listBox->selectedIndex();
476 // We cannot use m_popupClient->selectedIndex() to choose tooltip message,
477 // because the selectedIndex() might return final selected index, not
528 info->selectedIndex = selectedIndex();
H A DPopupMenuTest.cpp118 virtual int selectedIndex() const { return m_selectIndex; } function in class:__anon11366::TestPopupMenuClient
204 int selectedIndex() const { return m_popupMenuClient.selectedIndex(); } function in class:__anon11366::SelectPopupMenuTest
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/omnibox/
H A DAutocompleteController.java186 * @param selectedIndex The index of the suggestion that was selected.
195 protected void onSuggestionSelected(int selectedIndex, OmniboxSuggestion.Type type, argument
198 nativeOnSuggestionSelected(mNativeAutocompleteControllerAndroid, selectedIndex,
230 * @param selectedIndex The index of the autocomplete entry selected.
237 public String updateMatchDestinationUrlWithQueryFormulationTime(int selectedIndex, argument
240 mNativeAutocompleteControllerAndroid, selectedIndex, elapsedTimeSinceInputChange);
261 int selectedIndex, String currentPageUrl, boolean isQueryInOmnibox,
267 int selectedIndex);
269 long nativeAutocompleteControllerAndroid, int selectedIndex,
260 nativeOnSuggestionSelected(long nativeAutocompleteControllerAndroid, int selectedIndex, String currentPageUrl, boolean isQueryInOmnibox, boolean focusedFromFakebox, long elapsedTimeSinceModified, WebContents webContents) argument
266 nativeDeleteSuggestion(long nativeAutocompleteControllerAndroid, int selectedIndex) argument
268 nativeUpdateMatchDestinationURLWithQueryFormulationTime( long nativeAutocompleteControllerAndroid, int selectedIndex, long elapsedTimeSinceInputChange) argument
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderMenuList.cpp225 setTextFromOption(selectElement()->selectedIndex());
392 m_popup->show(quad, size, select->optionToListIndex(select->selectedIndex()));
591 int RenderMenuList::selectedIndex() const function in class:blink::RenderMenuList
594 return select->optionToListIndex(select->selectedIndex());
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
H A DStatusBarButton.js569 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/third_party/WebKit/Source/core/accessibility/
H A DAXNodeObject.cpp1022 int selectedIndex = selectElement.selectedIndex(); local
1024 if (selectedIndex >= 0 && static_cast<size_t>(selectedIndex) < listItems.size()) {
1025 const AtomicString& overriddenDescription = listItems[selectedIndex]->fastGetAttribute(aria_labelAttr);
H A DAXRenderObject.cpp897 int selectedIndex = selectElement->selectedIndex(); local
899 if (selectedIndex >= 0 && static_cast<size_t>(selectedIndex) < listItems.size()) {
900 const AtomicString& overriddenDescription = listItems[selectedIndex]->fastGetAttribute(aria_labelAttr);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/components/
H A DFilterBar.js617 return this._filterComboBox.selectedIndex() !== 0;
634 var option = this._options[this._filterComboBox.selectedIndex()];
649 selectedIndex: function(index)
651 return this._filterComboBox.selectedIndex();
659 var option = this._options[this._filterComboBox.selectedIndex()];
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.forms_3.5.2.r36_v20100702.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 2343 milliseconds