Searched refs:PopupListBox (Results 1 – 11 of 11) sorted by relevance
67 const int PopupListBox::defaultMaxHeight = 500;73 PopupListBox::PopupListBox(PopupMenuClient* client, const PopupContainerSettings& settings) in PopupListBox() function in WebCore::PopupListBox89 bool PopupListBox::handleMouseDownEvent(const PlatformMouseEvent& event) in handleMouseDownEvent()104 bool PopupListBox::handleMouseMoveEvent(const PlatformMouseEvent& event) in handleMouseMoveEvent()131 bool PopupListBox::handleMouseReleaseEvent(const PlatformMouseEvent& event) in handleMouseReleaseEvent()157 bool PopupListBox::handleWheelEvent(const PlatformWheelEvent& event) in handleWheelEvent()169 bool PopupListBox::isInterestedInEventForKey(int keyCode) in isInterestedInEventForKey()187 bool PopupListBox::handleTouchEvent(const PlatformTouchEvent&) in handleTouchEvent()192 bool PopupListBox::handleGestureEvent(const PlatformGestureEvent&) in handleGestureEvent()206 bool PopupListBox::handleKeyEvent(const PlatformKeyboardEvent& event) in handleKeyEvent()[all …]
112 class PopupListBox : public FramelessScrollView, public PopupContent {114 …static PassRefPtr<PopupListBox> create(PopupMenuClient* client, const PopupContainerSettings& sett… in create()116 return adoptRef(new PopupListBox(client, settings)); in create()187 friend class RefCounted<PopupListBox>;189 PopupListBox(PopupMenuClient*, const PopupContainerSettings&);191 virtual ~PopupListBox() in ~PopupListBox()
86 PopupListBox* listBox() const { return m_listBox.get(); } in listBox()134 RefPtr<PopupListBox> m_listBox;
78 'PopupListBox.cpp',79 'PopupListBox.h',
88 : m_listBox(PopupListBox::create(client, settings)) in PopupContainer()159 m_listBox->setMaxHeight(PopupListBox::defaultMaxHeight); in layoutAndCalculateWidgetRect()
129 third_party/WebKit/Source/web/PopupListBox.cpp \