Home
last modified time | relevance | path

Searched refs:m_listBox (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
DPopupContainer.cpp88 : m_listBox(PopupListBox::create(client, settings)) in PopupContainer()
98 if (m_listBox && m_listBox->parent()) in ~PopupContainer()
99 removeChild(m_listBox.get()); in ~PopupContainer()
159 m_listBox->setMaxHeight(PopupListBox::defaultMaxHeight); in layoutAndCalculateWidgetRect()
160 m_listBox->setMaxWidth(std::numeric_limits<int>::max()); in layoutAndCalculateWidgetRect()
164 m_listBox->layout(); in layoutAndCalculateWidgetRect()
174 …int rtlOffset = m_controlPosition.p2().x() - m_controlPosition.p1().x() - (m_listBox->width() + bo… in layoutAndCalculateWidgetRect()
183 IntSize targetSize(m_listBox->width() + borderSize * 2, m_listBox->height() + borderSize * 2); in layoutAndCalculateWidgetRect()
202 … windowRect, screen, isRTL, rtlOffset, verticalOffset, transformOffset, m_listBox.get(), needToRes… in layoutAndCalculateWidgetRect()
218 if (!m_listBox->parent()) in showPopup()
[all …]
DPopupContainer.h86 PopupListBox* listBox() const { return m_listBox.get(); } in listBox()
134 RefPtr<PopupListBox> m_listBox; variable