Home | History | Annotate | Download | only in src

Lines Matching refs:m_autoFillPopupClient

317     , m_autoFillPopupClient(0)
672 if (!m_autoFillPopupClient->canRemoveSuggestionAtIndex(selectedIndex))
676 WebString value = m_autoFillPopupClient->itemText(selectedIndex);
680 m_autoFillPopupClient->removeSuggestionAtIndex(selectedIndex);
2003 if (!m_autoFillPopupClient.get())
2004 m_autoFillPopupClient.set(new AutoFillPopupMenuClient);
2006 m_autoFillPopupClient->initialize(
2010 m_autoFillPopup = PopupContainer::create(m_autoFillPopupClient.get(),
2231 if (!m_autoFillPopupClient->listSize()) {