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

  /external/chromium_org/third_party/WebKit/Source/web/
PopupContainer.cpp 90 : m_listBox(PopupListBox::create(client, settings))
100 if (m_listBox && m_listBox->parent())
101 removeChild(m_listBox.get());
161 m_listBox->setMaxHeight(PopupListBox::defaultMaxHeight);
162 m_listBox->setMaxWidth(std::numeric_limits<int>::max());
166 m_listBox->layout();
176 int rtlOffset = m_controlPosition.p2().x() - m_controlPosition.p1().x() - (m_listBox->width() + borderSize * 2);
184 // Assume m_listBox size is already calculated.
185 IntSize targetSize(m_listBox->width() + borderSize * 2, m_listBox->height() + borderSize * 2)
    [all...]
PopupContainer.h 86 PopupListBox* listBox() const { return m_listBox.get(); }
134 RefPtr<PopupListBox> m_listBox;

Completed in 115 milliseconds