HomeSort by relevance Sort by last modified time
    Searched refs:cookie_path (Results 1 - 8 of 8) sorted by null

  /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::Component path_component(0, cookie_path.length());
289 url::CanonicalizePath(cookie_path.data(), path_component, &canon_path,
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 119 std::string cookie_path = pc.Path(); local
122 GURL(), pc.Name(), pc.Value(), key, cookie_path,
  /external/chromium_org/chrome/browser/profiles/
profile_impl_io_data.cc 121 const base::FilePath& cookie_path,
148 lazy_params->cookie_path = cookie_path;
506 DCHECK(!lazy_params_->cookie_path.empty());
509 lazy_params_->cookie_path,
662 base::FilePath cookie_path = partition_descriptor.path.Append( local
700 DCHECK(!cookie_path.empty());
706 cookie_path,
    [all...]
profile_impl_io_data.h 52 const base::FilePath& cookie_path,
160 base::FilePath cookie_path; member in struct:ProfileImplIOData::LazyParams
profile_impl.cc 591 base::FilePath cookie_path = GetPath(); local
592 cookie_path = cookie_path.Append(chrome::kCookieFilename);
678 io_data_.Init(cookie_path, channel_id_path, cache_path,
    [all...]
  /external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_service_browsertest.cc     [all...]
  /external/chromium_org/chrome/browser/
process_singleton_posix.cc 375 const base::FilePath& cookie_path) {
379 base::FilePath cookie = ReadLink(cookie_path);
    [all...]

Completed in 584 milliseconds