HomeSort by relevance Sort by last modified time
    Searched refs:PopupListBox (Results 1 - 10 of 10) 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));
132 // PopupListBox methods
186 friend class RefCounted<PopupListBox>;
188 PopupListBox(PopupMenuClient*, const PopupContainerSettings&);
190 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...]
PopupContainer.h 34 #include "PopupListBox.h"
86 PopupListBox* listBox() const { return m_listBox.get(); }
134 RefPtr<PopupListBox> m_listBox;
PopupContainer.cpp 34 #include "PopupListBox.h"
90 : m_listBox(PopupListBox::create(client, settings))
161 m_listBox->setMaxHeight(PopupListBox::defaultMaxHeight);
417 // Reset the size (which can be set to the PopupListBox size in
webkit.target.darwin-arm.mk 115 third_party/WebKit/Source/web/PopupListBox.cpp \
webkit.target.darwin-mips.mk 115 third_party/WebKit/Source/web/PopupListBox.cpp \
webkit.target.darwin-x86.mk 115 third_party/WebKit/Source/web/PopupListBox.cpp \
webkit.target.linux-arm.mk 115 third_party/WebKit/Source/web/PopupListBox.cpp \
webkit.target.linux-mips.mk 115 third_party/WebKit/Source/web/PopupListBox.cpp \
webkit.target.linux-x86.mk 115 third_party/WebKit/Source/web/PopupListBox.cpp \

Completed in 139 milliseconds