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

  /external/chromium_org/third_party/WebKit/Source/web/
PopupListBox.h 69 // Whether we should restrict the width of the PopupListBox or not.
88 // or <optgroup> in a <select> widget) and is used by PopupListBox.
112 class PopupListBox : public FramelessScrollView, public PopupContent {
114 static PassRefPtr<PopupListBox> create(PopupMenuClient* client, const PopupContainerSettings& settings)
116 return adoptRef(new PopupListBox(client, settings));
133 // PopupListBox methods
187 friend class RefCounted<PopupListBox>;
189 PopupListBox(PopupMenuClient*, const PopupContainerSettings&);
191 virtual ~PopupListBox()
PopupListBox.cpp 32 #include "PopupListBox.h"
67 const int PopupListBox::defaultMaxHeight = 500;
73 PopupListBox::PopupListBox(PopupMenuClient* client, const PopupContainerSettings& settings)
89 bool PopupListBox::handleMouseDownEvent(const PlatformMouseEvent& event)
104 bool PopupListBox::handleMouseMoveEvent(const PlatformMouseEvent& event)
131 bool PopupListBox::handleMouseReleaseEvent(const PlatformMouseEvent& event)
157 bool PopupListBox::handleWheelEvent(const PlatformWheelEvent& event)
169 bool PopupListBox::isInterestedInEventForKey(int keyCode)
187 bool PopupListBox::handleTouchEvent(const PlatformTouchEvent&
    [all...]

Completed in 821 milliseconds