OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsSecure
(Results
1 - 3
of
3
) sorted by null
/external/chromium/net/base/
cookie_monster_unittest.cc
30
EXPECT_FALSE(pc.
IsSecure
());
66
EXPECT_FALSE(pc.
IsSecure
());
82
EXPECT_TRUE(pc.
IsSecure
());
92
EXPECT_TRUE(pc.
IsSecure
());
104
EXPECT_TRUE(pc.
IsSecure
());
145
EXPECT_TRUE(pc.
IsSecure
());
158
EXPECT_TRUE(pc.
IsSecure
());
196
EXPECT_TRUE(pc1.
IsSecure
());
200
EXPECT_FALSE(pc2.
IsSecure
());
[
all
...]
cookie_monster.h
269
bool
IsSecure
() const { return secure_index_ != 0; }
333
bool
IsSecure
() const { return secure_; }
cookie_monster.cc
451
pc.
IsSecure
(), pc.IsHttpOnly(),
[
all
...]
Completed in 32 milliseconds