HomeSort by relevance Sort by last modified time
    Searched refs:number_of_matches (Results 1 - 25 of 33) sorted by null

1 2

  /external/chromium/chrome/browser/ui/find_bar/
find_notification_details.h 15 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
find_tab_helper.cc 109 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,
find_bar_controller.cc 118 find_tab_helper->find_result().number_of_matches() == 0) {
200 if (find_result.number_of_matches() > -1) {
202 find_result.number_of_matches() == 1 &&
205 last_reported_matchcount_ = find_result.number_of_matches();
find_tab_helper.h 66 int number_of_matches,
  /external/chromium_org/chrome/browser/ui/find_bar/
find_notification_details.h 14 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
find_tab_helper.cc 145 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,
find_tab_helper.h 75 int number_of_matches,
find_bar_controller.cc 137 find_tab_helper->find_result().number_of_matches() == 0) {
224 if (find_result.number_of_matches() > -1) {
226 find_result.number_of_matches() == 1 &&
229 last_reported_matchcount_ = find_result.number_of_matches();
  /external/chromium_org/chrome/test/base/
find_in_page_observer.h 36 int number_of_matches() const { return number_of_matches_; } function in class:ui_test_utils::FindInPageNotificationObserver
find_in_page_observer.cc 51 number_of_matches_ = find_details->number_of_matches();
  /external/chromium_org/android_webview/native/
aw_web_contents_delegate.h 26 int number_of_matches,
aw_web_contents_delegate.cc 59 int number_of_matches,
68 number_of_matches,
  /external/chromium_org/chrome/browser/android/
chrome_web_contents_delegate_android.cc 114 int number_of_matches,
128 number_of_matches,
149 find_result->number_of_matches(),
chrome_web_contents_delegate_android.h 46 int number_of_matches,
  /external/chromium/chrome/browser/ui/views/
find_bar_view.cc 196 result.number_of_matches() != -1 && result.active_match_ordinal() != -1;
210 base::IntToString16(result.number_of_matches()))));
212 UpdateMatchCountAppearance(result.number_of_matches() == 0 &&
find_bar_host.cc 147 if (result.number_of_matches() > 0)
  /external/chromium_org/chrome/browser/ui/views/
find_bar_view.cc 188 result.number_of_matches() != -1 && result.active_match_ordinal() != -1;
207 base::IntToString16(result.number_of_matches())));
209 UpdateMatchCountAppearance(result.number_of_matches() == 0 &&
find_bar_host.cc 151 if (result.number_of_matches() > 0)
find_bar_host_interactive_uitest.cc 325 EXPECT_TRUE(details.number_of_matches() > 0);
external_tab_container_win.h 165 int number_of_matches,
  /external/chromium/chrome/browser/ui/gtk/
find_bar_gtk.cc 384 if (result.number_of_matches() > 0)
389 result.number_of_matches() != -1 && result.active_match_ordinal() != -1;
401 base::IntToString16(result.number_of_matches())).c_str());
402 UpdateMatchLabelAppearance(result.number_of_matches() == 0 &&
    [all...]
  /external/chromium_org/chrome/browser/ui/gtk/
find_bar_gtk.cc 391 if (result.number_of_matches() > 0)
396 result.number_of_matches() != -1 && result.active_match_ordinal() != -1;
408 base::IntToString16(result.number_of_matches())).c_str());
409 UpdateMatchLabelAppearance(result.number_of_matches() == 0 &&
    [all...]
  /external/chromium_org/content/public/browser/
web_contents_delegate.h 381 int number_of_matches,
  /external/chromium_org/chrome/browser/ui/
browser.h 391 int number_of_matches,
618 int number_of_matches,
    [all...]
  /external/chromium_org/content/browser/web_contents/
interstitial_page_impl.cc 92 int number_of_matches,
816 int request_id, int number_of_matches, const gfx::Rect& selection_rect,

Completed in 657 milliseconds

1 2