Home | History | Annotate | Download | only in cookies

Lines Matching refs:GetAllCookiesForURLWithOptionsTask

496 class CookieMonster::GetAllCookiesForURLWithOptionsTask
499 GetAllCookiesForURLWithOptionsTask(
514 virtual ~GetAllCookiesForURLWithOptionsTask() {}
521 DISALLOW_COPY_AND_ASSIGN(GetAllCookiesForURLWithOptionsTask);
524 void CookieMonster::GetAllCookiesForURLWithOptionsTask::Run() {
914 scoped_refptr<GetAllCookiesForURLWithOptionsTask> task =
915 new GetAllCookiesForURLWithOptionsTask(this, url, options, callback);
924 scoped_refptr<GetAllCookiesForURLWithOptionsTask> task =
925 new GetAllCookiesForURLWithOptionsTask(this, url, options, callback);