Searched defs:selectedIndex (Results 1 - 19 of 19) 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/
H A DHTMLOptionsCollection.cpp84 int HTMLOptionsCollection::selectedIndex() const function in class:WebCore::HTMLOptionsCollection
86 return toHTMLSelectElement(ownerNode())->selectedIndex();
H A DHTMLSelectElement.cpp121 if (optionIndex == selectedIndex())
169 int firstSelectionIndex = selectedIndex();
199 return optionToListIndex(selectedIndex());
391 int oldSelectedIndex = selectedIndex();
394 // Restore selectedIndex after changing the multiple flag to preserve
566 m_lastOnChangeIndex = selectedIndex();
657 int selected = selectedIndex();
788 int HTMLSelectElement::selectedIndex() const function in class:WebCore::HTMLSelectElement
1114 int listIndex = optionToListIndex(selectedIndex());
1261 setActiveSelectionAnchorIndex(selectedIndex());
[all...]
/external/chromium_org/third_party/WebKit/Source/web/
H A DAutofillPopupMenuClient.h90 virtual int selectedIndex() const { return m_selectedIndex; } function in class:blink::AutofillPopupMenuClient
H A DPopupListBox.h150 int selectedIndex() const { return m_selectedIndex; } function in class:WebCore::PopupListBox
H A DPopupContainer.cpp385 // ASSERT(popupWindow(popup)->listBox()->selectedIndex() == index);
430 int PopupContainer::selectedIndex() const function in class:WebCore::PopupContainer
432 return m_listBox->selectedIndex();
457 // We cannot use m_popupClient->selectedIndex() to choose tooltip message,
458 // because the selectedIndex() might return final selected index, not
H A DWebViewImpl.cpp985 && m_autofillPopup->selectedIndex() != -1) {
996 int selectedIndex = m_autofillPopup->selectedIndex(); local
998 if (!m_autofillPopupClient->canRemoveSuggestionAtIndex(selectedIndex))
1002 WebString value = m_autofillPopupClient->itemText(selectedIndex);
1006 m_autofillPopupClient->removeSuggestionAtIndex(selectedIndex);
/external/chromium/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;
140 selectedIndex = newIndex;
174 changeSelection(selectedIndex + 1);
177 changeSelection(selectedIndex - 1);
186 var app = appList[selectedIndex];
/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/chrome/android/java/src/org/chromium/chrome/browser/search_engines/
H A DTemplateUrlService.java146 public void setSearchEngine(int selectedIndex) { argument
148 nativeSetDefaultSearchProvider(mNativeTemplateUrlServiceAndroid, selectedIndex);
221 int selectedIndex);
220 nativeSetDefaultSearchProvider(long nativeTemplateUrlServiceAndroid, int selectedIndex) argument
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderMenuList.cpp205 setTextFromOption(selectElement()->selectedIndex());
332 m_popup->show(quad, size, select->optionToListIndex(select->selectedIndex()));
566 int RenderMenuList::selectedIndex() const function in class:WebCore::RenderMenuList
569 return select->optionToListIndex(select->selectedIndex());
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DStatusBarButton.js480 if (this._selectElement.selectedIndex >= 0)
481 return this._selectElement[this._selectElement.selectedIndex];
490 this._selectElement.selectedIndex = Array.prototype.indexOf.call(this._selectElement, option);
498 this._selectElement.selectedIndex = index;
504 selectedIndex: function()
506 return this._selectElement.selectedIndex;
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DPopupMenuTest.cpp111 virtual int selectedIndex() const { return m_selectIndex; } function in class:__anon11256::TestPopupMenuClient
203 int selectedIndex() const { return m_popupMenuClient.selectedIndex(); } function in class:__anon11256::SelectPopupMenuTest
328 EXPECT_EQ(2, selectedIndex());
335 EXPECT_EQ(3, selectedIndex());
342 EXPECT_EQ(4, selectedIndex());
360 EXPECT_EQ(1, selectedIndex());
382 EXPECT_EQ(0, selectedIndex());
400 EXPECT_EQ(2, selectedIndex());
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
H A DAXNodeObject.cpp1015 int selectedIndex = selectElement->selectedIndex(); local
1017 if (selectedIndex >= 0 && static_cast<size_t>(selectedIndex) < listItems.size()) {
1018 const AtomicString& overriddenDescription = listItems[selectedIndex]->fastGetAttribute(aria_labelAttr);
H A DAXRenderObject.cpp894 int selectedIndex = selectElement->selectedIndex(); local
896 if (selectedIndex >= 0 && static_cast<size_t>(selectedIndex) < listItems.size()) {
897 const AtomicString& overriddenDescription = listItems[selectedIndex]->fastGetAttribute(aria_labelAttr);
/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 ...

Completed in 524 milliseconds