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

  /external/chromium_org/third_party/WebKit/Source/web/
PopupContainer.h 45 class PopupContainer : public FramelessScrollView {
52 static PassRefPtr<PopupContainer> create(PopupMenuClient*, PopupType, const PopupContainerSettings&);
68 // PopupContainer methods
75 // so WebViewImpl can create a PopupContainer. This method is used for
118 friend class WTF::RefCounted<PopupContainer>;
120 PopupContainer(PopupMenuClient*, PopupType, const PopupContainerSettings&);
121 ~PopupContainer();
PopupContainer.cpp 32 #include "PopupContainer.h"
84 PassRefPtr<PopupContainer> PopupContainer::create(PopupMenuClient* client, PopupType popupType, const PopupContainerSettings& settings)
86 return adoptRef(new PopupContainer(client, popupType, settings));
89 PopupContainer::PopupContainer(PopupMenuClient* client, PopupType popupType, const PopupContainerSettings& settings)
98 PopupContainer::~PopupContainer()
104 IntRect PopupContainer::layoutAndCalculateWidgetRectInternal(IntRect widgetRectInScreen, int targetControlHeight, const FloatRect& windowRect, const FloatRect& screen, bool isRTL, const int rtlOffset, const int verticalOffset, const IntSize& transformOffset, PopupContent* listBox, bool& needToResizeView)
157 IntRect PopupContainer::layoutAndCalculateWidgetRect(int targetControlHeight, const IntSize& transformOffset, const IntPo (…)
    [all...]

Completed in 42 milliseconds