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

  /external/chromium_org/chrome/browser/ui/find_bar/
find_bar_controller.h 99 int last_reported_matchcount_; member in class:FindBarController
find_bar_controller.cc 34 last_reported_matchcount_(0) {
231 if (last_reported_matchcount_ > 0 &&
235 last_reported_matchcount_ = find_result.number_of_matches();

Completed in 1691 milliseconds