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

  /external/webkit/Source/WebCore/platform/chromium/
PopupMenuChromium.cpp 90 class PopupListBox : public FramelessScrollView {
92 static PassRefPtr<PopupListBox> create(PopupMenuClient* client, const PopupContainerSettings& settings)
94 return adoptRef(new PopupListBox(client, settings));
108 // PopupListBox methods
154 friend class RefCounted<PopupListBox>;
156 PopupListBox(PopupMenuClient* client, const PopupContainerSettings& settings)
171 ~PopupListBox()
317 : m_listBox(PopupListBox::create(client, settings))
609 // PopupListBox implementation
611 bool PopupListBox::handleMouseDownEvent(const PlatformMouseEvent& event
    [all...]
PopupMenuChromium.h 47 class PopupListBox;
51 // or <optgroup> in a <select> widget) and is used by PopupListBox.
75 // The PopupContainer class holds a PopupListBox (see cpp file). Its sole purpose is to be
99 // Whether we should restrict the width of the PopupListBox or not.
147 PopupListBox* listBox() const { return m_listBox.get(); }
185 RefPtr<PopupListBox> m_listBox;

Completed in 502 milliseconds