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

  /external/chromium_org/chrome/browser/profiles/
profile_io_data.cc 414 size_t num_app_contexts = app_request_context_map_.size();
434 app_request_context_map_.begin();
436 it != app_request_context_map_.end();
462 for (URLRequestContextMap::iterator it = app_request_context_map_.begin();
463 it != app_request_context_map_.end(); ++it) {
577 if (ContainsKey(app_request_context_map_, partition_descriptor)) {
578 context = app_request_context_map_[partition_descriptor];
583 app_request_context_map_[partition_descriptor] = context;
    [all...]
profile_io_data.h 517 mutable URLRequestContextMap app_request_context_map_; member in class:ProfileIOData

Completed in 75 milliseconds