HomeSort by relevance Sort by last modified time
    Searched defs:GetAllCookiesForURLWithOptionsTask (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/net/cookies/
cookie_monster.cc 492 class CookieMonster::GetAllCookiesForURLWithOptionsTask
495 GetAllCookiesForURLWithOptionsTask(
510 virtual ~GetAllCookiesForURLWithOptionsTask() {}
517 DISALLOW_COPY_AND_ASSIGN(GetAllCookiesForURLWithOptionsTask);
520 void CookieMonster::GetAllCookiesForURLWithOptionsTask::Run() {
924 scoped_refptr<GetAllCookiesForURLWithOptionsTask> task =
925 new GetAllCookiesForURLWithOptionsTask(this, url, options, callback);
934 scoped_refptr<GetAllCookiesForURLWithOptionsTask> task =
935 new GetAllCookiesForURLWithOptionsTask(this, url, options, callback);
    [all...]
cookie_monster_unittest.cc     [all...]

Completed in 596 milliseconds