HomeSort by relevance Sort by last modified time
    Searched refs:listBox (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/web/
PopupMenuChromium.cpp 66 m_popup->listBox()->disconnectClient();
89 m_popup->listBox()->updateFromElement();
PopupContainer.cpp 104 IntRect PopupContainer::layoutAndCalculateWidgetRectInternal(IntRect widgetRectInScreen, int targetControlHeight, const FloatRect& windowRect, const FloatRect& screen, bool isRTL, const int rtlOffset, const int verticalOffset, const IntSize& transformOffset, PopupContent* listBox, bool& needToResizeView)
106 ASSERT(listBox);
125 listBox->setMaxWidthAndLayout(std::max(widgetRectInScreen.width() - borderSize * 2, 0));
128 listBox->setMaxWidthAndLayout(std::max(widgetRectInScreen.width() - borderSize * 2, 0));
143 listBox->setMaxHeight(spaceAbove);
145 listBox->setMaxHeight(spaceBelow);
146 listBox->layout();
148 widgetRectInScreen.setHeight(listBox->popupContentHeight() + borderSize * 2);
213 listBox()->m_focusedElement = m_frameView->frame()->document()->focusedElement();
224 // Enable scrollbars after the listbox is inserted into the hierarchy
    [all...]
PopupContainer.h 86 PopupListBox* listBox() const { return m_listBox.get(); }

Completed in 70 milliseconds