HomeSort by relevance Sort by last modified time
    Searched full:number_of_matches (Results 1 - 25 of 34) 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_bar_controller.cc 142 find_tab_helper->find_result().number_of_matches() == 0) {
230 if (find_result.number_of_matches() > -1) {
232 find_result.number_of_matches() == 1 &&
235 last_reported_matchcount_ = find_result.number_of_matches();
find_tab_helper.h 81 int number_of_matches,
  /external/chromium_org/android_webview/native/
aw_web_contents_delegate.h 26 int number_of_matches,
aw_web_contents_delegate.cc 60 int number_of_matches,
69 number_of_matches,
  /external/chromium_org/chrome/test/base/
find_in_page_observer.cc 51 number_of_matches_ = find_details->number_of_matches();
find_in_page_observer.h 36 int number_of_matches() const { return number_of_matches_; } function in class:ui_test_utils::FindInPageNotificationObserver
ui_test_utils.cc 347 return observer.number_of_matches();
  /external/chromium_org/chrome/browser/android/
chrome_web_contents_delegate_android.cc 135 int number_of_matches,
149 number_of_matches,
170 find_result->number_of_matches(),
chrome_web_contents_delegate_android.h 47 int number_of_matches,
  /external/chromium/chrome/browser/ui/cocoa/find_bar/
find_bar_cocoa_controller.mm 330 BOOL buttonsEnabled = result.number_of_matches() > 0 ? YES : NO;
336 result.number_of_matches() != -1;
341 of:result.number_of_matches()];
351 if (result.number_of_matches() > 0)
479 if (find_result.number_of_matches() == 0)
  /external/chromium_org/chrome/browser/ui/cocoa/find_bar/
find_bar_cocoa_controller.mm 401 BOOL buttonsEnabled = result.number_of_matches() > 0;
407 result.number_of_matches() != -1;
412 of:result.number_of_matches()];
422 if (result.number_of_matches() > 0)
559 if (findResult.number_of_matches() == 0)
  /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 407 if (result.number_of_matches() > 0)
412 result.number_of_matches() != -1 && result.active_match_ordinal() != -1;
422 base::IntToString16(result.number_of_matches())).c_str());
423 UpdateMatchLabelAppearance(result.number_of_matches() == 0 &&
    [all...]
  /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 195 result.number_of_matches() != -1 && result.active_match_ordinal() != -1;
214 base::IntToString16(result.number_of_matches())));
216 UpdateMatchCountAppearance(result.number_of_matches() == 0 &&
find_bar_host.cc 161 if (result.number_of_matches() > 0)
find_bar_host_interactive_uitest.cc 411 EXPECT_TRUE(details.number_of_matches() > 0);
  /external/chromium_org/content/browser/frame_host/
interstitial_page_impl.cc 94 int number_of_matches,
852 int request_id, int number_of_matches, const gfx::Rect& selection_rect,

Completed in 269 milliseconds

1 2