Searched refs:UpdateMatches (Results 1 – 1 of 1) sorted by relevance
3660 virtual void UpdateMatches(const std::string &text) = 0;3775 void UpdateMatches() { in UpdateMatches() function in curses::SearcherWindowDelegate3776 m_delegate_sp->UpdateMatches(m_text_field.GetText()); in UpdateMatches()3803 UpdateMatches(); in WindowDelegateHandleChar()3839 void UpdateMatches(const std::string &text) override { in UpdateMatches() function in curses::CommonCompletionSearcherDelegate