HomeSort by relevance Sort by last modified time
    Searched refs:UpdateForResult (Results 1 - 6 of 6) sorted by null

  /external/chromium/chrome/browser/ui/views/
find_bar_view.h 59 void UpdateForResult(const FindNotificationDetails& result,
find_bar_host.cc 103 find_bar_view()->UpdateForResult(results, string16());
134 // Make sure match count is clear. It may get set again in UpdateForResult
139 find_bar_view()->UpdateForResult(result, find_text);
find_bar_view.cc 193 void FindBarView::UpdateForResult(const FindNotificationDetails& result,
463 UpdateForResult(find_tab_helper->find_result(), string16());
  /external/chromium_org/chrome/browser/ui/views/
find_bar_view.h 58 void UpdateForResult(const FindNotificationDetails& result,
find_bar_host.cc 105 find_bar_view()->UpdateForResult(results, string16());
139 // Make sure match count is clear. It may get set again in UpdateForResult
144 find_bar_view()->UpdateForResult(result, find_text);
find_bar_view.cc 185 void FindBarView::UpdateForResult(const FindNotificationDetails& result,
473 UpdateForResult(find_tab_helper->find_result(), string16());

Completed in 546 milliseconds