Searched defs:find_next (Results 1 – 4 of 4) sorted by relevance
74 bool find_next = (find_text_ == search_string || search_string.empty()) && in StartFinding() local
228 int find_next(unsigned Prev) const { in find_next() function
172 int find_next(unsigned Prev) const { in find_next() function
965 void FindInPage(Browser* browser, bool find_next, bool forward_direction) { in FindInPage()