Searched defs:number_of_matches (Results 1 - 12 of 12) 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/chromium_org/chrome/browser/ui/find_bar/
H A Dfind_notification_details.h14 int number_of_matches,
19 number_of_matches_(number_of_matches),
34 int number_of_matches() const { return number_of_matches_; } function in class:FindNotificationDetails
13 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.cc145 int number_of_matches,
154 if (number_of_matches == -1)
155 number_of_matches = last_search_result_.number_of_matches();
168 request_id, number_of_matches, selection, active_match_ordinal,
144 HandleFindReply(int request_id, int number_of_matches, const gfx::Rect& selection_rect, int active_match_ordinal, bool final_update) argument
/external/chromium_org/chrome/test/base/
H A Dfind_in_page_observer.h36 int number_of_matches() const { return number_of_matches_; } function in class:ui_test_utils::FindInPageNotificationObserver
/external/chromium_org/android_webview/native/
H A Daw_web_contents_delegate.cc60 int number_of_matches,
69 number_of_matches,
58 FindReply(WebContents* web_contents, int request_id, int number_of_matches, const gfx::Rect& selection_rect, int active_match_ordinal, bool final_update) argument
/external/chromium_org/chrome/browser/android/
H A Dchrome_web_contents_delegate_android.cc135 int number_of_matches,
149 number_of_matches,
170 find_result->number_of_matches(),
132 FindReply( WebContents* web_contents, int request_id, int number_of_matches, const gfx::Rect& selection_rect, int active_match_ordinal, bool final_update) argument
/external/chromium_org/content/public/browser/
H A Dweb_contents_delegate.h384 int number_of_matches,
382 FindReply(WebContents* web_contents, int request_id, int number_of_matches, const gfx::Rect& selection_rect, int active_match_ordinal, bool final_update) argument
/external/chromium_org/content/browser/frame_host/
H A Dinterstitial_page_impl.cc94 int number_of_matches,
852 int request_id, int number_of_matches, const gfx::Rect& selection_rect,
851 OnFindReply( int request_id, int number_of_matches, const gfx::Rect& selection_rect, int active_match_ordinal, bool final_update) argument
/external/chromium_org/chrome/browser/ui/
H A Dbrowser.cc1645 int number_of_matches,
1654 number_of_matches,
1643 FindReply(WebContents* web_contents, 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);
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_impl.cc2361 int number_of_matches,
2366 delegate_->FindReply(this, request_id, number_of_matches, selection_rect,
2360 OnFindReply(int request_id, int number_of_matches, const gfx::Rect& selection_rect, int active_match_ordinal, bool final_update) argument

Completed in 160 milliseconds