Searched defs:find_next (Results 1 - 7 of 7) sorted by relevance

/external/chromium/chrome/browser/ui/find_bar/
H A Dfind_tab_helper.cc59 bool find_next = (find_text_ == search_string || search_string.empty()) && local
62 if (!find_next)
78 find_next);
/external/llvm/include/llvm/ADT/
H A DBitVector.h156 /// find_next - Returns the index of the next set bit following the
158 int find_next(unsigned Prev) const { function in class:llvm::BitVector
H A DSmallBitVector.h220 /// find_next - Returns the index of the next set bit following the
222 int find_next(unsigned Prev) const { function in class:llvm::SmallBitVector
235 return getPointer()->find_next(Prev);
/external/chromium/chrome/common/
H A Dautomation_messages.h39 bool find_next; member in struct:AutomationMsg_Find_Params
/external/chromium/chrome/browser/automation/
H A Dautomation_provider.cc474 params.find_next,
484 bool find_next,
505 find_next);
478 SendFindRequest( TabContents* tab_contents, bool with_json, const string16& search_string, bool forward, bool match_case, bool find_next, IPC::Message* reply_message) argument
H A Dtesting_automation_provider.cc3588 bool find_next; local
3604 if (!args->GetBoolean("find_next", &find_next)) {
3606 SendError("Must include find_next boolean.");
3614 find_next,
/external/chromium/chrome/browser/ui/
H A Dbrowser.cc4213 void Browser::FindInPage(bool find_next, bool forward_direction) { argument
4215 if (find_next) {

Completed in 214 milliseconds