Searched refs:cookie_path (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/net/cookies/
H A Dcanonical_cookie.cc232 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...]
H A Dcanonical_cookie_unittest.cc182 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,
H A Dcookie_monster_store_test.cc117 std::string cookie_path = pc.Path(); local
120 GURL(), pc.Name(), pc.Value(), key, cookie_path,
/external/chromium/chrome/browser/profiles/
H A Dprofile_impl_io_data.cc52 void ProfileImplIOData::Handle::Init(const FilePath& cookie_path, argument
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);
H A Dprofile_impl_io_data.h34 void Init(const FilePath& cookie_path,
95 FilePath cookie_path; member in struct:ProfileImplIOData::LazyParams
H A Dprofile_impl.cc371 FilePath cookie_path = GetPath(); local
372 cookie_path = cookie_path.Append(chrome::kCookieFilename);
391 io_data_.Init(cookie_path, cache_path, cache_max_size,
/external/chromium_org/chrome/browser/profiles/
H A Dprofile_impl_io_data.cc154 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,
153 Init( const base::FilePath& cookie_path, const base::FilePath& server_bound_cert_path, const base::FilePath& cache_path, int cache_max_size, const base::FilePath& media_cache_path, int media_cache_max_size, const base::FilePath& extensions_cookie_path, const base::FilePath& profile_path, const base::FilePath& infinite_cache_path, chrome_browser_net::Predictor* predictor, bool restore_old_session_cookies, quota::SpecialStoragePolicy* special_storage_policy) argument
H A Dprofile_impl_io_data.h39 void Init(const base::FilePath& cookie_path,
132 base::FilePath cookie_path; member in struct:ProfileImplIOData::LazyParams
H A Dprofile_impl.cc547 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,
/external/chromium/net/base/
H A Dcookie_monster_store_test.cc93 std::string cookie_path = pc.Path(); local
97 GURL(), pc.Name(), pc.Value(), key, cookie_path,
H A Dcookie_monster.cc1213 std::string cookie_path = CanonPath(url, pc);
1219 cookie_path, creation_time, cookie_expires,
2038 std::string cookie_path = CanonPathWithString(url, parsed_path);
2040 if (!parsed_path.empty() && cookie_path != parsed_path)
2043 url_parse::Component path_component(0, cookie_path.length());
2046 url_canon::CanonicalizePath(cookie_path.data(), path_component,
2048 cookie_path = std::string(canon_path.data() + canon_path_component.begin,
2052 cookie_path, creation, expiration, creation,
2075 // Now we know that url_path is >= cookie_path, and that cookie_path
[all...]
/external/chromium_org/chrome/browser/safe_browsing/
H A Dsafe_browsing_service_browsertest.cc961 base::FilePath cookie_path(
963 EXPECT_FALSE(base::PathExists(cookie_path));
976 if (!base::CopyFile(initial_cookies, cookie_path)) {
982 if (!db.Open(cookie_path)) {
1010 base::FilePath cookie_path(
1012 ASSERT_TRUE(db.Open(cookie_path));
/external/chromium/chrome/browser/
H A Dprocess_singleton_linux.cc400 const FilePath& cookie_path) {
404 FilePath cookie = ReadLink(cookie_path);
398 ConnectSocket(ScopedSocket* socket, const FilePath& socket_path, const FilePath& cookie_path) argument
/external/chromium_org/chrome/browser/
H A Dprocess_singleton_linux.cc348 const base::FilePath& cookie_path) {
352 base::FilePath cookie = ReadLink(cookie_path);
346 ConnectSocket(ScopedSocket* socket, const base::FilePath& socket_path, const base::FilePath& cookie_path) argument

Completed in 348 milliseconds