Searched refs:UpdateMatches (Results 1 – 1 of 1) sorted by relevance
3661 virtual void UpdateMatches(const std::string &text) = 0;3776 void UpdateMatches() { in UpdateMatches() function in curses::SearcherWindowDelegate3777 m_delegate_sp->UpdateMatches(m_text_field.GetText()); in UpdateMatches()3804 UpdateMatches(); in WindowDelegateHandleChar()3840 void UpdateMatches(const std::string &text) override { in UpdateMatches() function in curses::CommonCompletionSearcherDelegate