Searched defs:final_update (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/chrome/browser/ui/find_bar/
H A Dfind_notification_details.h17 bool final_update)
22 final_update_(final_update) {}
40 bool final_update() const { return final_update_; } 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.cc151 bool final_update) {
163 if (final_update && active_match_ordinal == 0)
172 final_update);
147 HandleFindReply(int request_id, int number_of_matches, const gfx::Rect& selection_rect, int active_match_ordinal, bool final_update) argument
/external/chromium_org/android_webview/native/
H A Daw_web_contents_delegate.cc67 bool final_update) {
75 final_update);
62 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.cc140 bool final_update) {
154 final_update);
175 find_result->final_update());
134 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/extensions/browser/guest_view/web_view/
H A Dweb_view_find_helper.cc28 DispatchFindUpdateEvent(true /* canceled */, true /* final_update */);
33 bool final_update) {
38 args->SetBoolean(webview::kFindFinalUpdate, final_update);
140 bool final_update) {
157 DispatchFindUpdateEvent(true /* canceled */, true /* final_update */);
167 active_match_ordinal, final_update);
169 active_match_ordinal, final_update);
172 DispatchFindUpdateEvent(false /* canceled */, final_update);
175 if (final_update)
190 bool final_update) {
32 DispatchFindUpdateEvent(bool canceled, bool final_update) argument
136 FindReply(int request_id, int number_of_matches, const gfx::Rect& selection_rect, int active_match_ordinal, bool final_update) argument
186 AggregateResults( int number_of_matches, const gfx::Rect& selection_rect, int active_match_ordinal, bool final_update) argument
225 AggregateResults( int number_of_matches, const gfx::Rect& selection_rect, int active_match_ordinal, bool final_update) argument
256 AggregateResults( int number_of_matches, const gfx::Rect& selection_rect, int active_match_ordinal, bool final_update) argument
[all...]
H A Dweb_view_guest.cc419 bool final_update) {
424 final_update);
414 FindReply(WebContents* source, 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.h397 // If |final_update| is false, it indicates that more results follow.
403 bool final_update) {}
398 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.cc103 bool final_update);
918 int active_match_ordinal, bool final_update) {
916 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.cc1730 bool final_update) {
1739 final_update);
1725 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/renderer/
H A Drender_frame_impl.cc2986 bool final_update) {
2993 gfx::Rect(), active_match_ordinal, final_update));
2984 reportFindInPageMatchCount(int request_id, int count, bool final_update) argument
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_impl.cc2910 bool final_update) {
2913 active_match_ordinal, final_update);
2906 OnFindReply(int request_id, int number_of_matches, const gfx::Rect& selection_rect, int active_match_ordinal, bool final_update) argument

Completed in 2329 milliseconds