HomeSort by relevance Sort by last modified time
    Searched refs:GetAllCookiesForURLWithOptionsTask (Results 1 - 3 of 3) 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.h 316 class GetAllCookiesForURLWithOptionsTask;
    [all...]
cookie_monster_unittest.cc     [all...]

Completed in 2020 milliseconds