Home
last modified time | relevance | path

Searched refs:current_request_id_ (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/android_webview/browser/
Dfind_helper.cc25 current_request_id_(0), in FindHelper()
51 web_contents()->Find(current_request_id_, search_string, options); in FindAllAsync()
59 request_id != current_request_id_) { in HandleFindReply()
75 web_contents()->Find(current_request_id_, last_search_string_, options); in FindNext()
89 current_request_id_ = find_request_id_counter_++; in StartNewRequest()
Dfind_helper.h59 int current_request_id_; variable
/external/chromium_org/chrome/browser/bitmap_fetcher/
Dbitmap_fetcher_service.cc62 : cache_(kMaxCacheEntries), current_request_id_(1), context_(context) { in BitmapFetcherService()
83 ++current_request_id_; in RequestImage()
84 if (current_request_id_ == REQUEST_ID_INVALID) in RequestImage()
85 ++current_request_id_; in RequestImage()
86 int request_id = current_request_id_; in RequestImage()
Dbitmap_fetcher_service.h102 int current_request_id_; variable
/external/chromium_org/chrome/renderer/
Dcontent_settings_observer.cc165 current_request_id_(0) { in ContentSettingsObserver()
285 ++current_request_id_; in requestFileSystemAccessAsync()
288 std::make_pair(current_request_id_, callbacks)); in requestFileSystemAccessAsync()
295 current_request_id_, in requestFileSystemAccessAsync()
Dcontent_settings_observer.h152 int current_request_id_; variable
/external/chromium_org/content/renderer/service_worker/
Dservice_worker_script_context.h100 int current_request_id_; variable