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 65 m_popup->listBox()->disconnectClient();
87 m_popup->listBox()->updateFromElement();
PopupContainer.cpp 102 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)
104 ASSERT(listBox);
123 listBox->setMaxWidthAndLayout(std::max(widgetRectInScreen.width() - borderSize * 2, 0));
126 listBox->setMaxWidthAndLayout(std::max(widgetRectInScreen.width() - borderSize * 2, 0));
141 listBox->setMaxHeight(spaceAbove);
143 listBox->setMaxHeight(spaceBelow);
144 listBox->layout();
146 widgetRectInScreen.setHeight(listBox->popupContentHeight() + borderSize * 2);
212 listBox()->m_focusedElement = m_frameView->frame().document()->focusedElement();
221 // Enable scrollbars after the listbox is inserted into the hierarchy
    [all...]
PopupContainer.h 86 PopupListBox* listBox() const { return m_listBox.get(); }

Completed in 27 milliseconds