Searched refs:updateCookie (Results 1 – 4 of 4) sorted by relevance
/third_party/node/deps/npm/node_modules/tough-cookie/lib/ |
D | store.js | 55 Store.prototype.updateCookie = function(oldCookie, newCookie, cb) { method in Store
|
D | memstore.js | 127 MemoryCookieStore.prototype.updateCookie = function(oldCookie, newCookie, cb) { method in MemoryCookieStore
|
D | cookie.js | 1069 if (!store.updateCookie) { 1070 store.updateCookie = function(oldCookie, newCookie, cb) { function 1099 store.updateCookie(oldCookie, cookie, next); // step 12
|
/third_party/node/deps/npm/node_modules/tough-cookie/ |
D | README.md | 397 ### `store.updateCookie(oldCookie, newCookie, cb(err))`
|