Searched refs:findCookie (Results 1 – 4 of 4) sorted by relevance
/third_party/node/deps/npm/node_modules/tough-cookie/lib/ |
D | store.js | 43 Store.prototype.findCookie = function(domain, path, key, cb) { method in Store
|
D | memstore.js | 59 MemoryCookieStore.prototype.findCookie = function(domain, path, key, cb) { method in MemoryCookieStore
|
D | cookie.js | 1107 store.findCookie(cookie.domain, cookie.path, cookie.key, withCookie);
|
/third_party/node/deps/npm/node_modules/tough-cookie/ |
D | README.md | 373 ### `store.findCookie(domain, path, key, cb(err,cookie))` 411 Remove a cookie from the store (see notes on `findCookie` about the uniqueness constraint).
|