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

  /external/chromium/chrome/browser/ui/find_bar/
find_notification_details.h 19 : request_id_(request_id),
26 : request_id_(0),
33 int request_id() const { return request_id_; }
44 int request_id_; // The find-in-page request whose results we're returning. member in class:FindNotificationDetails
  /external/chromium/chrome/browser/renderer_host/
download_throttling_resource_handler.cc 28 request_id_(request_id),
36 host_->PauseRequest(render_process_host_id_, request_id_, true);
169 host_->CancelRequest(render_process_host_id_, request_id_, false);
180 request_id_,
187 download_handler_->OnResponseStarted(request_id_, response_.get());
193 host_->PauseRequest(render_process_host_id_, request_id_, false);
202 if (download_handler_->OnWillRead(request_id_, &buffer, &buf_size,
206 download_handler_->OnReadCompleted(request_id_, &tmp_buffer_length_);
download_throttling_resource_handler.h 72 int request_id_; member in class:DownloadThrottlingResourceHandler
  /external/chromium/chrome/browser/download/
download_file.h 47 int request_id_; member in class:DownloadFile
download_file.cc 25 request_id_(info->request_id),
42 request_id_));
55 " request_id_ = " "%d"
61 request_id_,