Searched refs:active_match_ordinal (Results 1 - 23 of 23) sorted by relevance

/external/chromium_org/chrome/browser/ui/find_bar/
H A Dfind_notification_details.h16 int active_match_ordinal,
21 active_match_ordinal_(active_match_ordinal),
38 int active_match_ordinal() const { return active_match_ordinal_; } 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.cc150 int active_match_ordinal,
159 if (active_match_ordinal == -1)
160 active_match_ordinal = last_search_result_.active_match_ordinal();
163 if (final_update && active_match_ordinal == 0)
171 request_id, number_of_matches, selection, active_match_ordinal,
147 HandleFindReply(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.h83 int active_match_ordinal,
/external/chromium_org/chrome/test/base/
H A Dfind_in_page_observer.cc46 if (find_details->active_match_ordinal() > -1) {
47 active_match_ordinal_ = find_details->active_match_ordinal();
H A Dfind_in_page_observer.h35 int active_match_ordinal() const { return active_match_ordinal_; } function in class:ui_test_utils::FindInPageNotificationObserver
H A Dui_test_utils.cc347 *ordinal = observer.active_match_ordinal();
/external/chromium_org/extensions/browser/guest_view/web_view/
H A Dweb_view_find_helper.cc139 int active_match_ordinal,
167 active_match_ordinal, final_update);
169 active_match_ordinal, final_update);
189 int active_match_ordinal,
194 if (active_match_ordinal != -1)
195 active_match_ordinal_ = active_match_ordinal;
228 int active_match_ordinal,
231 active_match_ordinal, final_update);
259 int active_match_ordinal,
263 active_match_ordinal, final_updat
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_find_helper.h48 int active_match_ordinal,
61 int active_match_ordinal,
87 int active_match_ordinal,
117 int active_match_ordinal,
H A Dweb_view_guest.h116 int active_match_ordinal,
H A Dweb_view_guest.cc418 int active_match_ordinal,
423 active_match_ordinal,
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/android_webview/native/
H A Daw_web_contents_delegate.h28 int active_match_ordinal,
H A Daw_web_contents_delegate.cc66 int active_match_ordinal,
74 active_match_ordinal,
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.cc139 int active_match_ordinal,
153 active_match_ordinal,
174 find_result->active_match_ordinal(),
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
H A Dchrome_web_contents_delegate_android.h50 int active_match_ordinal,
/external/chromium_org/chrome/browser/ui/views/
H A Dfind_bar_view.cc195 result.number_of_matches() != -1 && result.active_match_ordinal() != -1;
213 base::IntToString16(result.active_match_ordinal()),
/external/chromium_org/content/browser/frame_host/
H A Dinterstitial_page_impl.cc102 int active_match_ordinal,
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/content/public/browser/
H A Dweb_contents_delegate.h402 int active_match_ordinal,
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/renderer/
H A Drender_frame_impl.cc2987 int active_match_ordinal = -1; // -1 = don't update active match ordinal local
2989 active_match_ordinal = 0;
2993 gfx::Rect(), active_match_ordinal, final_update));
2998 int active_match_ordinal,
3002 active_match_ordinal, false));
2996 reportFindInPageSelection( int request_id, int active_match_ordinal, const blink::WebRect& selection_rect) argument
H A Drender_frame_impl.h416 int active_match_ordinal,
/external/chromium_org/chrome/browser/ui/
H A Dbrowser.cc1729 int active_match_ordinal,
1738 active_match_ordinal,
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
H A Dbrowser.h640 int active_match_ordinal,
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_impl.h796 int active_match_ordinal,
H A Dweb_contents_impl.cc2909 int active_match_ordinal,
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 2976 milliseconds