Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/extensions/
Dextension_cookies_api.cc193 net::URLRequestContextGetter* store_context = NULL; in RunImpl() local
194 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() local
256 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() local
353 if (!ParseStoreContext(details, &store_context, NULL)) in RunImpl()
[all …]