Searched refs:setMaxWidthAndLayout (Results 1 – 4 of 4) sorted by relevance
82 virtual void setMaxWidthAndLayout(int) = 0;175 virtual void setMaxWidthAndLayout(int) OVERRIDE;
123 listBox->setMaxWidthAndLayout(std::max(widgetRectInScreen.width() - borderSize * 2, 0)); in layoutAndCalculateWidgetRectInternal()126 listBox->setMaxWidthAndLayout(std::max(widgetRectInScreen.width() - borderSize * 2, 0)); in layoutAndCalculateWidgetRectInternal()
819 void PopupListBox::setMaxWidthAndLayout(int maxWidth) in setMaxWidthAndLayout() function in WebCore::PopupListBox
47 virtual void setMaxWidthAndLayout(int max) OVERRIDE in setMaxWidthAndLayout() function in MockPopupContent