Home
last modified time | relevance | path

Searched refs:listBox (Results 1 – 5 of 5) sorted by relevance

/external/webkit/WebCore/platform/chromium/
DPopupMenuChromium.cpp355 if (!listBox()) in showExternal()
358 listBox()->setBaseWidth(rect.width()); in showExternal()
359 listBox()->updateFromElement(); in showExternal()
361 if (listBox()->numItems() < 1) { in showExternal()
384 listBox()->hidePopup(); in hidePopup()
478 listBox()->setBaseWidth(max(r.width() - kBorderSize * 2, 0)); in show()
480 listBox()->updateFromElement(); in show()
500 listBox()->updateFromElement(); in refresh()
1245 p.popup->listBox()->updateFromElement(); in updateFromElement()
DPopupMenuChromium.h154 PopupListBox* listBox() const { return m_listBox.get(); } in listBox() function
/external/webkit/WebCore/accessibility/gtk/
DAccessibilityObjectWrapperAtk.cpp733 AccessibilityListBox* listBox = static_cast<AccessibilityListBox*>(coreSelection); in webkit_accessible_selection_clear_selection() local
734 listBox->setSelectedChildren(selectedItems); in webkit_accessible_selection_clear_selection()
735 listBox->selectedChildren(selectedItems); in webkit_accessible_selection_clear_selection()
795 AccessibilityListBox* listBox = static_cast<AccessibilityListBox*>(coreSelection); in webkit_accessible_selection_select_all_selection() local
796 listBox->setSelectedChildren(children); in webkit_accessible_selection_select_all_selection()
798 listBox->selectedChildren(selectedItems); in webkit_accessible_selection_select_all_selection()
/external/webkit/WebCore/
DChangeLog-2008-08-1014771 Calls listBoxOnChange() in typeAheadFind() when the <select> tag is a listBox.
DChangeLog-2009-06-1654601 (WebCore::PopupContainer::listBox):