OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetAllCookiesForURLWithOptionsTask
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/net/cookies/
cookie_monster.cc
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);
[
all
...]
cookie_monster_unittest.cc
[
all
...]
Completed in 79 milliseconds