Home
last modified time | relevance | path

Searched refs:app_request_context_getter_map_ (Results 1 – 4 of 4) sorted by relevance

/external/chromium/chrome/browser/profiles/
Doff_the_record_profile_io_data.cc40 app_request_context_getter_map_.begin(); in ~Handle()
41 iter != app_request_context_getter_map_.end(); in ~Handle()
92 app_request_context_getter_map_.find(app_id); in GetIsolatedAppRequestContextGetter()
93 if (iter != app_request_context_getter_map_.end()) in GetIsolatedAppRequestContextGetter()
99 app_request_context_getter_map_[app_id] = context; in GetIsolatedAppRequestContextGetter()
Dprofile_impl_io_data.cc43 app_request_context_getter_map_.begin(); in ~Handle()
44 iter != app_request_context_getter_map_.end(); in ~Handle()
128 app_request_context_getter_map_.find(app_id); in GetIsolatedAppRequestContextGetter()
129 if (iter != app_request_context_getter_map_.end()) in GetIsolatedAppRequestContextGetter()
135 app_request_context_getter_map_[app_id] = context; in GetIsolatedAppRequestContextGetter()
Doff_the_record_profile_io_data.h71 app_request_context_getter_map_; variable
Dprofile_impl_io_data.h77 mutable ChromeURLRequestContextGetterMap app_request_context_getter_map_; variable