Searched refs:app_request_context_map_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/profiles/
H A Dprofile_io_data.cc603 size_t num_app_contexts = app_request_context_map_.size();
623 app_request_context_map_.begin();
625 it != app_request_context_map_.end();
651 for (URLRequestContextMap::iterator it = app_request_context_map_.begin();
652 it != app_request_context_map_.end(); ++it) {
770 if (ContainsKey(app_request_context_map_, partition_descriptor)) {
771 context = app_request_context_map_[partition_descriptor];
779 app_request_context_map_[partition_descriptor] = context;
H A Dprofile_io_data.h688 mutable URLRequestContextMap app_request_context_map_; member in class:ProfileIOData

Completed in 78 milliseconds