Searched refs:tasks_pending_for_key_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/net/cookies/
H A Dcookie_monster.cc84 // CookieMonster::tasks_pending_for_key_ and executed upon receiving
89 // in CookieMonster::tasks_pending_for_key_ and executed upon receiving
1051 ::iterator it = tasks_pending_for_key_.find(key);
1052 if (it == tasks_pending_for_key_.end()) {
1055 it = tasks_pending_for_key_.insert(std::make_pair(key,
1459 ::iterator it = tasks_pending_for_key_.find(key);
1460 if (it == tasks_pending_for_key_.end())
1463 tasks_pending_for_key_.erase(it);
H A Dcookie_monster.h59 // task will be queued in tasks_pending_for_key_ while PermanentCookieStore
632 tasks_pending_for_key_; member in class:net::CookieMonster

Completed in 77 milliseconds