Searched refs:m_searchPopup (Results 1 – 3 of 3) sorted by relevance
76 , m_searchPopup(0) in RenderTextControlSingleLine()82 if (m_searchPopup) { in ~RenderTextControlSingleLine()83 m_searchPopup->popupMenu()->disconnectClient(); in ~RenderTextControlSingleLine()84 m_searchPopup = 0; in ~RenderTextControlSingleLine()133 if (!m_searchPopup) in addSearchResult()134 m_searchPopup = document()->page()->chrome()->createSearchPopupMenu(this); in addSearchResult()136 m_searchPopup->saveRecentSearches(name, m_recentSearches); in addSearchResult()151 if (!m_searchPopup) in showPopup()152 m_searchPopup = document()->page()->chrome()->createSearchPopupMenu(this); in showPopup()154 if (!m_searchPopup->enabled()) in showPopup()[all …]
164 RefPtr<SearchPopupMenu> m_searchPopup; variable
3756 …erTextControl::RenderTextControl): Initialize m_placeholderIsVisible, m_searchPopup, and m_searchP…