OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_cookieDb
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebKit/android/WebCoreSupport/
WebCookieJar.h
70
scoped_refptr<SQLitePersistentCookieStore>
m_cookieDb
;
WebCookieJar.cpp
144
m_cookieDb
= new SQLitePersistentCookieStore(cookiePath);
145
m_cookieStore = new net::CookieMonster(
m_cookieDb
.get(), 0);
Completed in 200 milliseconds