Home | History | Annotate | Download | only in base

Lines Matching refs:http_only

54   //    * http_only cookie (w.c.b.a)
82 // Http_only cookie
1680 // the http_only cookie, the host secure cookie, and the two host
1681 // path cookies. http_only, secure, and paths are ignored by
1850 bool http_only;
1870 p->secure, p->http_only));
1897 EXPECT_EQ(input->http_only, output->IsHttpOnly());