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

  /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
  /external/chromium_org/chrome/browser/ui/find_bar/
find_tab_helper.h 49 int current_find_request_id() { return current_find_request_id_; }
51 current_find_request_id_ = current_find_request_id;
107 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()->Find(current_find_request_id_, find_text_, options);
133 current_find_request_id_, x, y);
152 if (!find_op_aborted_ && request_id == current_find_request_id_) {
  /external/chromium_org/chrome/browser/guest_view/web_view/
web_view_find_helper.cc 14 current_find_request_id_(0) {
90 ++current_find_request_id_;
96 std::make_pair(current_find_request_id_,
99 current_find_request_id_,
123 DCHECK(current_find_request_id_ != current_find_session_->request_id());
132 guest_web_contents->Find(current_find_request_id_,
web_view_find_helper.h 170 int current_find_request_id_; member in class:WebviewFindHelper

Completed in 362 milliseconds