Home | History | Annotate | Download | only in profiles

Lines Matching refs:app_id

85     const std::string& app_id) const {
87 DCHECK(!app_id.empty());
92 app_request_context_getter_map_.find(app_id);
98 profile_, io_data_, app_id);
99 app_request_context_getter_map_[app_id] = context;
187 const std::string& app_id) const {
208 DCHECK(!app_http_factory_map_[app_id]);
209 app_http_factory_map_[app_id] = app_http_cache;
224 const std::string& app_id) const {
227 InitializeAppRequestContext(main_context, app_id);