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

  /external/chromium/chrome/browser/extensions/
extension_cookies_api.h 150 bool http_only_; member in class:SetCookieFunction
extension_cookies_api.cc 298 http_only_(false),
330 details->GetBoolean(keys::kHttpOnlyKey, &http_only_));
374 secure_, http_only_);
  /external/chromium_org/net/cookies/
cookie_monster.cc 429 http_only_(http_only),
448 bool http_only_; member in class:net::CookieMonster::SetCookieWithDetailsTask
458 expiration_time_, secure_, http_only_, priority_);
    [all...]

Completed in 860 milliseconds