Searched defs:find_next (Results 1 - 4 of 4) sorted by last modified time

/external/llvm/include/llvm/ADT/
H A DBitVector.h170 /// find_next - Returns the index of the next set bit following the
172 int find_next(unsigned Prev) const { function in class:llvm::BitVector
H A DSmallBitVector.h226 /// find_next - Returns the index of the next set bit following the
228 int find_next(unsigned Prev) const { function in class:llvm::SmallBitVector
241 return getPointer()->find_next(Prev);
/external/chromium_org/chrome/browser/ui/
H A Dbrowser_commands.cc965 void FindInPage(Browser* browser, bool find_next, bool forward_direction) { argument
967 if (find_next) {
/external/chromium_org/chrome/browser/ui/find_bar/
H A Dfind_tab_helper.cc74 bool find_next = (find_text_ == search_string || search_string.empty()) && local
77 if (!find_next)
95 options.findNext = find_next;

Completed in 299 milliseconds