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 110 app_request_context_getter_map_.find(descriptor);
111 CHECK(iter != app_request_context_getter_map_.end());
126 DCHECK_EQ(app_request_context_getter_map_.count(descriptor), 0u);
136 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 219 app_request_context_getter_map_.find(descriptor);
220 if (iter != app_request_context_getter_map_.end())
232 app_request_context_getter_map_[descriptor] = context;
257 app_request_context_getter_map_.find(descriptor);
258 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 787 milliseconds