Home
last modified time | relevance | path

Searched refs:listBox (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
DPopupContainer.cpp102 … const int verticalOffset, const IntSize& transformOffset, PopupContent* listBox, bool& needToResi… in layoutAndCalculateWidgetRectInternal() argument
104 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 …]
DPopupMenuChromium.cpp65 m_popup->listBox()->disconnectClient(); in ~PopupMenuChromium()
87 m_popup->listBox()->updateFromElement(); in updateFromElement()
DPopupContainer.h86 PopupListBox* listBox() const { return m_listBox.get(); } in listBox() function