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.cc146 int active_match_ordinal,
155 if (active_match_ordinal == -1)
156 active_match_ordinal = last_search_result_.active_match_ordinal();
159 if (final_update && active_match_ordinal == 0)
167 request_id, number_of_matches, selection, active_match_ordinal,
143 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.cc356 *ordinal = observer.active_match_ordinal();
/external/chromium_org/chrome/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;
227 int active_match_ordinal,
230 active_match_ordinal, final_update);
258 int active_match_ordinal,
262 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
224 AggregateResults( int number_of_matches, const gfx::Rect& selection_rect, int active_match_ordinal, bool final_update) argument
255 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.h112 int active_match_ordinal,
H A Dweb_view_guest.cc500 int active_match_ordinal,
503 active_match_ordinal, final_update);
496 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.cc193 result.number_of_matches() != -1 && result.active_match_ordinal() != -1;
211 base::IntToString16(result.active_match_ordinal()),
/external/chromium_org/content/browser/frame_host/
H A Dinterstitial_page_impl.cc101 int active_match_ordinal,
905 int active_match_ordinal, bool final_update) {
903 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.h393 int active_match_ordinal,
389 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/ui/
H A Dbrowser.h627 int active_match_ordinal,
H A Dbrowser.cc1678 int active_match_ordinal,
1687 active_match_ordinal,
1674 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.h360 int active_match_ordinal,
H A Drender_frame_impl.cc2691 int active_match_ordinal = -1; // -1 = don't update active match ordinal local
2693 active_match_ordinal = 0;
2697 gfx::Rect(), active_match_ordinal, final_update));
2702 int active_match_ordinal,
2706 active_match_ordinal, false));
2700 reportFindInPageSelection( int request_id, int active_match_ordinal, const blink::WebRect& selection_rect) argument
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_impl.h726 int active_match_ordinal,
H A Dweb_contents_impl.cc2745 int active_match_ordinal,
2749 active_match_ordinal, final_update);
2742 OnFindReply(int request_id, int number_of_matches, const gfx::Rect& selection_rect, int active_match_ordinal, bool final_update) argument

Completed in 397 milliseconds