Searched refs:m_listBox (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/web/ |
D | PopupContainer.cpp | 93 : m_listBox(PopupListBox::create(client, deviceSupportsTouch, this)) in PopupContainer() 101 if (m_listBox->parent()) in ~PopupContainer() 102 m_listBox->setParent(0); in ~PopupContainer() 162 m_listBox->setMaxHeight(PopupListBox::defaultMaxHeight); in layoutAndCalculateWidgetRect() 163 m_listBox->setMaxWidth(std::numeric_limits<int>::max()); in layoutAndCalculateWidgetRect() 167 m_listBox->layout(); in layoutAndCalculateWidgetRect() 177 …int rtlOffset = m_controlPosition.p2().x() - m_controlPosition.p1().x() - (m_listBox->width() + bo… in layoutAndCalculateWidgetRect() 186 IntSize targetSize(m_listBox->width() + borderSize * 2, m_listBox->height() + borderSize * 2); in layoutAndCalculateWidgetRect() 205 … windowRect, screen, isRTL, rtlOffset, verticalOffset, transformOffset, m_listBox.get(), needToRes… in layoutAndCalculateWidgetRect() 215 m_listBox->m_focusedElement = m_frameView->frame().document()->focusedElement(); in showPopup() [all …]
|
D | PopupContainer.h | 94 PopupListBox* listBox() const { return m_listBox.get(); } in listBox() 123 void disconnectClient() { m_listBox->disconnectClient(); } in disconnectClient() 125 void updateFromElement() { m_listBox->updateFromElement(); } in updateFromElement() 147 RefPtr<PopupListBox> m_listBox; variable
|