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 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);
    [all...]
cookie_monster.h 320 class GetAllCookiesForURLWithOptionsTask;
    [all...]
cookie_monster_unittest.cc     [all...]

Completed in 113 milliseconds