Home
last modified time | relevance | path

Searched refs:setMaxWidthAndLayout (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
DPopupListBox.h82 virtual void setMaxWidthAndLayout(int) = 0;
175 virtual void setMaxWidthAndLayout(int) OVERRIDE;
DPopupContainer.cpp123 listBox->setMaxWidthAndLayout(std::max(widgetRectInScreen.width() - borderSize * 2, 0)); in layoutAndCalculateWidgetRectInternal()
126 listBox->setMaxWidthAndLayout(std::max(widgetRectInScreen.width() - borderSize * 2, 0)); in layoutAndCalculateWidgetRectInternal()
DPopupListBox.cpp819 void PopupListBox::setMaxWidthAndLayout(int maxWidth) in setMaxWidthAndLayout() function in WebCore::PopupListBox
/external/chromium_org/third_party/WebKit/Source/web/tests/
DPopupContainerTest.cpp47 virtual void setMaxWidthAndLayout(int max) OVERRIDE in setMaxWidthAndLayout() function in MockPopupContent