Searched refs:store_context (Results 1 – 1 of 1) sorted by relevance
193 net::URLRequestContextGetter* store_context = NULL; in RunImpl() local194 if (!ParseStoreContext(details, &store_context, &store_id_)) in RunImpl()197 DCHECK(store_context && !store_id_.empty()); in RunImpl()198 store_context_ = store_context; in RunImpl()255 net::URLRequestContextGetter* store_context = NULL; in RunImpl() local256 if (!ParseStoreContext(details_, &store_context, &store_id_)) in RunImpl()258 DCHECK(store_context); in RunImpl()259 store_context_ = store_context; in RunImpl()352 net::URLRequestContextGetter* store_context = NULL; in RunImpl() local353 if (!ParseStoreContext(details, &store_context, NULL)) in RunImpl()[all …]