Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/extensions/
Dextension_cookies_api.cc450 DictionaryValue* resultDictionary = new DictionaryValue(); in RemoveCookieOnIOThread() local
451 resultDictionary->SetString(keys::kNameKey, name_); in RemoveCookieOnIOThread()
452 resultDictionary->SetString(keys::kUrlKey, url_.spec()); in RemoveCookieOnIOThread()
453 resultDictionary->SetString(keys::kStoreIdKey, store_id_); in RemoveCookieOnIOThread()
454 result_.reset(resultDictionary); in RemoveCookieOnIOThread()