/external/chromium/chrome/browser/profiles/ |
profile_impl_io_data.h | 34 void Init(const FilePath& cookie_path, 95 FilePath cookie_path; member in struct:ProfileImplIOData::LazyParams
|
profile_impl_io_data.cc | 52 void ProfileImplIOData::Handle::Init(const FilePath& cookie_path, 63 lazy_params->cookie_path = cookie_path; 255 DCHECK(!lazy_params_->cookie_path.empty()); 258 new SQLitePersistentCookieStore(lazy_params_->cookie_path); 301 FilePath cookie_path = app_path.Append(chrome::kCookieFilename); local 336 DCHECK(!cookie_path.empty()); 339 new SQLitePersistentCookieStore(cookie_path);
|
profile_impl.cc | 371 FilePath cookie_path = GetPath(); local 372 cookie_path = cookie_path.Append(chrome::kCookieFilename); 391 io_data_.Init(cookie_path, cache_path, cache_max_size, [all...] |
/external/chromium_org/net/cookies/ |
canonical_cookie.cc | 232 std::string cookie_path = CanonicalCookie::CanonPath(url, parsed_cookie); 242 cookie_domain, cookie_path, creation_time, 281 std::string cookie_path = CanonPathWithString(url, parsed_path); 283 if (!parsed_path.empty() && cookie_path != parsed_path) 286 url_parse::Component path_component(0, cookie_path.length()); 289 url_canon::CanonicalizePath(cookie_path.data(), path_component, 291 cookie_path = std::string(canon_path.data() + canon_path_component.begin, 295 cookie_path, creation, expiration, creation, 318 // Now we know that url_path is >= cookie_path, and that cookie_path [all...] |
canonical_cookie_unittest.cc | 182 std::string cookie_path = "/"; local 192 cookie_path, creation_time, expiration_time, 200 cookie_path, creation_time, expiration_time, 208 cookie_path, creation_time, 217 cookie_path, other_creation_time, 224 cookie_domain, cookie_path, 233 cookie_path, creation_time, 240 "www.example.com", cookie_path, 249 ".example.com", cookie_path,
|
cookie_monster_store_test.cc | 117 std::string cookie_path = pc.Path(); local 120 GURL(), pc.Name(), pc.Value(), key, cookie_path,
|
/external/chromium_org/chrome/browser/profiles/ |
profile_impl_io_data.cc | 154 const base::FilePath& cookie_path, 172 lazy_params->cookie_path = cookie_path; 439 DCHECK(!lazy_params_->cookie_path.empty()); 442 lazy_params_->cookie_path, 579 base::FilePath cookie_path = partition_descriptor.path.Append( local 622 DCHECK(!cookie_path.empty()); 628 cookie_path,
|
profile_impl_io_data.h | 39 void Init(const base::FilePath& cookie_path, 132 base::FilePath cookie_path; member in struct:ProfileImplIOData::LazyParams
|
profile_impl.cc | 547 base::FilePath cookie_path = GetPath(); local 548 cookie_path = cookie_path.Append(chrome::kCookieFilename); 587 io_data_.Init(cookie_path, server_bound_cert_path, cache_path, [all...] |
/external/chromium/net/base/ |
cookie_monster_store_test.cc | 93 std::string cookie_path = pc.Path(); local 97 GURL(), pc.Name(), pc.Value(), key, cookie_path,
|
cookie_monster.cc | [all...] |
/external/chromium_org/chrome/browser/safe_browsing/ |
safe_browsing_service_browsertest.cc | [all...] |
/external/chromium/chrome/browser/ |
process_singleton_linux.cc | 400 const FilePath& cookie_path) { 404 FilePath cookie = ReadLink(cookie_path); [all...] |
/external/chromium_org/chrome/browser/ |
process_singleton_linux.cc | 348 const base::FilePath& cookie_path) { 352 base::FilePath cookie = ReadLink(cookie_path); [all...] |