Searched refs:popupContentHeight (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
H A DPopupListBox.h83 virtual int popupContentHeight() const = 0;
180 virtual int popupContentHeight() const OVERRIDE;
H A DPopupContainer.cpp148 widgetRectInScreen.setHeight(listBox->popupContentHeight() + borderSize * 2);
H A DPopupListBox.cpp933 int PopupListBox::popupContentHeight() const function in class:WebCore::PopupListBox
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DPopupContainerTest.cpp36 virtual int popupContentHeight() const OVERRIDE { return height; }

Completed in 541 milliseconds