Searched defs:number_of_matches (Results 1 - 3 of 3) sorted by relevance

/external/chromium/chrome/browser/ui/find_bar/
H A Dfind_notification_details.h15 int number_of_matches,
20 number_of_matches_(number_of_matches),
35 int number_of_matches() const { return number_of_matches_; } function in class:FindNotificationDetails
14 FindNotificationDetails(int request_id, int number_of_matches, const gfx::Rect& selection_rect, int active_match_ordinal, bool final_update) argument
H A Dfind_tab_helper.cc109 int number_of_matches,
118 if (number_of_matches == -1)
119 number_of_matches = last_search_result_.number_of_matches();
130 request_id, number_of_matches, selection, active_match_ordinal,
108 OnFindReply(int request_id, int number_of_matches, const gfx::Rect& selection_rect, int active_match_ordinal, bool final_update) argument
/external/v8/src/
H A Dliveobjectlist.cc2509 int number_of_matches = 0; local
2530 number_of_matches++;
2569 OS::Print("number of matches ............... %d\n", number_of_matches);
2573 if (number_of_matches != total_count) {
2588 ASSERT(number_of_matches == total_count);

Completed in 95 milliseconds