OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PersistentCookieStore
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/net/cookies/
cookie_monster_store_test.h
32
typedef CookieMonster::
PersistentCookieStore
::LoadedCallback LoadedCallback;
51
// Describes a call to one of the 3 functions of
PersistentCookieStore
.
67
// Implementation of
PersistentCookieStore
that captures the
71
: public CookieMonster::
PersistentCookieStore
{
160
: public CookieMonster::
PersistentCookieStore
{
cookie_monster.h
45
// optional permanent storage that implements the
PersistentCookieStore
58
// cookie task will be queued in tasks_pending_ while
PersistentCookieStore
69
class
PersistentCookieStore
;
142
CookieMonster(
PersistentCookieStore
* store, CookieMonsterDelegate* delegate);
145
CookieMonster(
PersistentCookieStore
* store,
485
// calls. |beginning_time| should be the moment
PersistentCookieStore
::Load
487
// See
PersistentCookieStore
::Load for details on the contents of cookies.
494
// loaded from DB. See
PersistentCookieStore
::Load for details on the contents
659
scoped_refptr<
PersistentCookieStore
> store_;
[
all
...]
cookie_monster.cc
83
// priority load if the key is not loaded yet by calling
PersistentCookieStore
89
//
PersistentCookieStore
::LoadCookiesForKey, all subsequent requests are queued
312
CookieMonster::CookieMonster(
PersistentCookieStore
* store,
327
CookieMonster::CookieMonster(
PersistentCookieStore
* store,
[
all
...]
cookie_monster_unittest.cc
45
: public CookieMonster::
PersistentCookieStore
{
774
// Defines a cookie to be returned from
PersistentCookieStore
::Load
781
// Runs the message loop, waiting until
PersistentCookieStore
::Load is called.
790
// Invokes the
PersistentCookieStore
::LoadCookiesForKey completion callback
[
all
...]
/external/chromium_org/content/browser/net/
sqlite_persistent_cookie_store.h
37
// Implements the
PersistentCookieStore
interface in terms of a SQLite database.
39
// of the parent class |net::CookieMonster::
PersistentCookieStore
|.
43
: public net::CookieMonster::
PersistentCookieStore
{
56
// net::CookieMonster::
PersistentCookieStore
:
Completed in 39 milliseconds