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

  /external/chromium/chrome/browser/ui/find_bar/
find_tab_helper.h 44 int current_find_request_id() { return current_find_request_id_; }
46 current_find_request_id_ = current_find_request_id;
88 int current_find_request_id_; member in class:FindTabHelper
find_tab_helper.cc 23 current_find_request_id_(find_request_id_counter_++),
63 current_find_request_id_ = find_request_id_counter_++;
74 tab_contents()->render_view_host()->StartFinding(current_find_request_id_,
117 if (!find_op_aborted_ && request_id == current_find_request_id_) {
  /external/chromium_org/chrome/browser/ui/find_bar/
find_tab_helper.h 48 int current_find_request_id() { return current_find_request_id_; }
50 current_find_request_id_ = current_find_request_id;
101 int current_find_request_id_; member in class:FindTabHelper
find_tab_helper.cc 32 current_find_request_id_(find_request_id_counter_++),
74 current_find_request_id_ = find_request_id_counter_++;
92 web_contents()->GetRenderViewHost()->Find(current_find_request_id_,
134 current_find_request_id_, x, y);
153 if (!find_op_aborted_ && request_id == current_find_request_id_) {
  /external/chromium_org/chrome/test/base/
find_in_page_observer.cc 17 current_find_request_id_(0),
22 current_find_request_id_ = find_tab_helper->current_find_request_id();
43 if (find_details->request_id() == current_find_request_id_) {
find_in_page_observer.h 52 int current_find_request_id_; member in class:ui_test_utils::FindInPageNotificationObserver

Completed in 80 milliseconds