Home | History | Annotate | Download | only in cookies

Lines Matching defs:GetAllCookiesForURLWithOptionsTask

491 class CookieMonster::GetAllCookiesForURLWithOptionsTask
494 GetAllCookiesForURLWithOptionsTask(
509 virtual ~GetAllCookiesForURLWithOptionsTask() {}
516 DISALLOW_COPY_AND_ASSIGN(GetAllCookiesForURLWithOptionsTask);
519 void CookieMonster::GetAllCookiesForURLWithOptionsTask::Run() {
923 scoped_refptr<GetAllCookiesForURLWithOptionsTask> task =
924 new GetAllCookiesForURLWithOptionsTask(this, url, options, callback);
933 scoped_refptr<GetAllCookiesForURLWithOptionsTask> task =
934 new GetAllCookiesForURLWithOptionsTask(this, url, options, callback);