Searched defs:PopupContainer (Results 1 - 2 of 2) sorted by relevance

/external/webkit/WebCore/platform/chromium/
H A DPopupMenuChromium.h68 // The PopupContainer class holds a PopupListBox (see cpp file). Its sole purpose is to be
116 class PopupContainer : public FramelessScrollView { class in namespace:WebCore
118 static PassRefPtr<PopupContainer> create(PopupMenuClient*,
133 // PopupContainer methods
143 // so WebViewImpl can create a PopupContainer. This method is used for
170 friend class WTF::RefCounted<PopupContainer>;
172 PopupContainer(PopupMenuClient*, const PopupContainerSettings&);
173 ~PopupContainer();
H A DPopupMenuChromium.cpp147 friend class PopupContainer;
296 // PopupContainer implementation
299 PassRefPtr<PopupContainer> PopupContainer::create(PopupMenuClient* client,
302 return adoptRef(new PopupContainer(client, settings));
305 PopupContainer::PopupContainer(PopupMenuClient* client, function in class:WebCore::PopupContainer
313 PopupContainer::~PopupContainer()
319 void PopupContainer
[all...]

Completed in 57 milliseconds