OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cookie_store_path
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/android_webview/native/
cookie_manager.cc
115
void ImportLegacyCookieStore(const FilePath&
cookie_store_path
) {
118
if (base::PathExists(
cookie_store_path
))
131
!base::Move(old_cookie_store_path,
cookie_store_path
)) {
134
<<
cookie_store_path
.AsUTF8Unsafe();
237
FilePath
cookie_store_path
=
local
242
base::Bind(ImportLegacyCookieStore,
cookie_store_path
));
245
cookie_store_path
,
Completed in 66 milliseconds