Searched refs:listBox (Results 1 – 3 of 3) sorted by relevance
102 … const int verticalOffset, const IntSize& transformOffset, PopupContent* listBox, bool& needToResi… in layoutAndCalculateWidgetRectInternal() argument104 ASSERT(listBox); in layoutAndCalculateWidgetRectInternal()123 listBox->setMaxWidthAndLayout(std::max(widgetRectInScreen.width() - borderSize * 2, 0)); in layoutAndCalculateWidgetRectInternal()126 listBox->setMaxWidthAndLayout(std::max(widgetRectInScreen.width() - borderSize * 2, 0)); in layoutAndCalculateWidgetRectInternal()141 listBox->setMaxHeight(spaceAbove); in layoutAndCalculateWidgetRectInternal()143 listBox->setMaxHeight(spaceBelow); in layoutAndCalculateWidgetRectInternal()144 listBox->layout(); in layoutAndCalculateWidgetRectInternal()146 widgetRectInScreen.setHeight(listBox->popupContentHeight() + borderSize * 2); in layoutAndCalculateWidgetRectInternal()212 listBox()->m_focusedElement = m_frameView->frame().document()->focusedElement(); in showPopup()232 listBox()->abandon(); in hidePopup()[all …]
65 m_popup->listBox()->disconnectClient(); in ~PopupMenuChromium()87 m_popup->listBox()->updateFromElement(); in updateFromElement()
86 PopupListBox* listBox() const { return m_listBox.get(); } in listBox() function