HomeSort by relevance Sort by last modified time
    Searched refs:listBox (Results 1 - 3 of 3) sorted by null

  /external/webkit/WebCore/platform/chromium/
PopupMenuChromium.h 70 // just forwarded to the child listBox (with the appropriate transforms).
154 PopupListBox* listBox() const { return m_listBox.get(); }
PopupMenuChromium.cpp 344 // Enable scrollbars after the listbox is inserted into the hierarchy,
355 if (!listBox())
358 listBox()->setBaseWidth(rect.width());
359 listBox()->updateFromElement();
361 if (listBox()->numItems() < 1) {
370 // Get the ChromeClient and pass it the popup menu's listbox data.
384 listBox()->hidePopup();
391 // Place the listbox within our border.
394 // Size ourselves to contain listbox + border.
478 listBox()->setBaseWidth(max(r.width() - kBorderSize * 2, 0))
    [all...]
  /external/webkit/WebCore/accessibility/gtk/
AccessibilityObjectWrapperAtk.cpp 733 AccessibilityListBox* listBox = static_cast<AccessibilityListBox*>(coreSelection);
734 listBox->setSelectedChildren(selectedItems);
735 listBox->selectedChildren(selectedItems);
795 AccessibilityListBox* listBox = static_cast<AccessibilityListBox*>(coreSelection);
796 listBox->setSelectedChildren(children);
798 listBox->selectedChildren(selectedItems);
    [all...]

Completed in 999 milliseconds