Searched defs:store_context (Results 1 - 1 of 1) sorted by relevance

/external/chromium/chrome/browser/extensions/
H A Dextension_cookies_api.cc193 net::URLRequestContextGetter* store_context = NULL; local
194 if (!ParseStoreContext(details, &store_context, &store_id_))
197 DCHECK(store_context && !store_id_.empty());
198 store_context_ = store_context;
255 net::URLRequestContextGetter* store_context = NULL;
256 if (!ParseStoreContext(details_, &store_context, &store_id_))
258 DCHECK(store_context);
259 store_context_ = store_context;
352 net::URLRequestContextGetter* store_context = NULL; local
353 if (!ParseStoreContext(details, &store_context, NUL
425 net::URLRequestContextGetter* store_context = NULL; local
[all...]

Completed in 43 milliseconds