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

  /external/chromium/chrome/browser/profiles/
off_the_record_profile_io_data.cc 40 app_request_context_getter_map_.begin();
41 iter != app_request_context_getter_map_.end();
92 app_request_context_getter_map_.find(app_id);
93 if (iter != app_request_context_getter_map_.end())
99 app_request_context_getter_map_[app_id] = context;
off_the_record_profile_io_data.h 71 app_request_context_getter_map_; member in class:OffTheRecordProfileIOData::Handle
profile_impl_io_data.h 77 mutable ChromeURLRequestContextGetterMap app_request_context_getter_map_; member in class:ProfileImplIOData::Handle
profile_impl_io_data.cc 43 app_request_context_getter_map_.begin();
44 iter != app_request_context_getter_map_.end();
128 app_request_context_getter_map_.find(app_id);
129 if (iter != app_request_context_getter_map_.end())
135 app_request_context_getter_map_[app_id] = context;
  /external/chromium_org/chrome/browser/profiles/
off_the_record_profile_io_data.cc 109 app_request_context_getter_map_.find(descriptor);
110 CHECK(iter != app_request_context_getter_map_.end());
125 DCHECK_EQ(app_request_context_getter_map_.count(descriptor), 0u);
135 app_request_context_getter_map_[descriptor] = context;
off_the_record_profile_io_data.h 89 app_request_context_getter_map_; member in class:OffTheRecordProfileIOData::Handle
profile_impl_io_data.cc 272 app_request_context_getter_map_.find(descriptor);
273 if (iter != app_request_context_getter_map_.end())
285 app_request_context_getter_map_[descriptor] = context;
310 app_request_context_getter_map_.find(descriptor);
311 DCHECK(app_iter != app_request_context_getter_map_.end());
profile_impl_io_data.h 112 mutable ChromeURLRequestContextGetterMap app_request_context_getter_map_; member in class:ProfileImplIOData::Handle

Completed in 159 milliseconds