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 65 // or <optgroup> in a <select> widget) and is used by PopupListBox.
89 class PopupListBox FINAL : public WebCore::FramelessScrollView, public PopupContent {
91 static PassRefPtr<PopupListBox> create(WebCore::PopupMenuClient* client, bool deviceSupportsTouch)
93 return adoptRef(new PopupListBox(client, deviceSupportsTouch));
110 // PopupListBox methods
164 friend class RefCounted<PopupListBox>;
166 PopupListBox(WebCore::PopupMenuClient*, bool deviceSupportsTouch);
168 virtual ~PopupListBox()
PopupListBox.cpp 32 #include "web/PopupListBox.h"
65 const int PopupListBox::defaultMaxHeight = 500;
70 PopupListBox::PopupListBox(PopupMenuClient* client, bool deviceSupportsTouch)
86 bool PopupListBox::handleMouseDownEvent(const PlatformMouseEvent& event)
101 bool PopupListBox::handleMouseMoveEvent(const PlatformMouseEvent& event)
128 bool PopupListBox::handleMouseReleaseEvent(const PlatformMouseEvent& event)
151 bool PopupListBox::handleWheelEvent(const PlatformWheelEvent& event)
163 bool PopupListBox::isInterestedInEventForKey(int keyCode)
181 bool PopupListBox::handleTouchEvent(const PlatformTouchEvent&
    [all...]

Completed in 59 milliseconds