HomeSort by relevance Sort by last modified time
    Searched defs:find_result (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/ui/find_bar/
find_tab_helper.h 57 const FindNotificationDetails& find_result() const { function in class:FindTabHelper
find_bar_controller.cc 61 find_bar_->ClearResults(find_tab_helper->find_result());
117 if (find_tab_helper->find_result().final_update() &&
118 find_tab_helper->find_result().number_of_matches() == 0) {
191 const FindNotificationDetails& find_result = find_tab_helper->find_result(); local
200 if (find_result.number_of_matches() > -1) {
202 find_result.number_of_matches() == 1 &&
203 !find_result.final_update())
205 last_reported_matchcount_ = find_result.number_of_matches();
208 find_bar_->UpdateUIForFindResult(find_result, find_tab_helper->find_text())
    [all...]

Completed in 48 milliseconds