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

  /external/webkit/Source/WebCore/platform/chromium/
PopupMenuChromium.cpp 317 : m_listBox(PopupListBox::create(client, settings))
327 if (m_listBox && m_listBox->parent())
328 removeChild(m_listBox.get());
335 m_listBox->setMaxHeight(kMaxHeight);
341 // Assume m_listBox size is already calculated.
342 IntSize targetSize(m_listBox->width() + kBorderSize * 2,
343 m_listBox->height() + kBorderSize * 2);
359 if (m_listBox->m_popupClient->menuStyle().textDirection() == RTL && widgetRect.x() < screen.x()) {
377 m_listBox->setMaxHeight(spaceAbove)
    [all...]
PopupMenuChromium.h 147 PopupListBox* listBox() const { return m_listBox.get(); }
185 RefPtr<PopupListBox> m_listBox;

Completed in 152 milliseconds