OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsSecure
(Results
1 - 12
of
12
) sorted by null
/external/chromium/webkit/glue/
webcookie.cc
23
secure(c.
IsSecure
()),
/external/chromium/chrome/browser/extensions/
extension_cookies_helpers.cc
59
result->SetBoolean(keys::kSecureKey, cookie.
IsSecure
());
96
cookie.
IsSecure
() ? chrome::kHttpsScheme : chrome::kHttpScheme;
143
MatchesBoolean(keys::kSecureKey, cookie.
IsSecure
()) &&
/external/chromium/chrome/browser/automation/
automation_util.cc
74
cookie.Path(), cookie.ExpiryDate(), cookie.
IsSecure
(),
219
cookie_dict->SetBoolean("secure", cookie.
IsSecure
());
/external/chromium/net/base/
cookie_monster_unittest.cc
123
EXPECT_FALSE(pc.
IsSecure
());
159
EXPECT_FALSE(pc.
IsSecure
());
175
EXPECT_TRUE(pc.
IsSecure
());
185
EXPECT_TRUE(pc.
IsSecure
());
197
EXPECT_TRUE(pc.
IsSecure
());
238
EXPECT_TRUE(pc.
IsSecure
());
251
EXPECT_TRUE(pc.
IsSecure
());
289
EXPECT_TRUE(pc1.
IsSecure
());
293
EXPECT_FALSE(pc2.
IsSecure
());
[
all
...]
cookie_monster.h
587
bool
IsSecure
() const { return secure_; }
712
bool
IsSecure
() const { return secure_index_ != 0; }
[
all
...]
cookie_monster_store_test.cc
99
pc.
IsSecure
(), pc.IsHttpOnly(),
cookie_monster.cc
[
all
...]
/external/chromium/chrome/browser/tab_contents/
tab_specific_content_settings.cc
123
cookie->
IsSecure
(),
/external/chromium/chrome/browser/ui/webui/
cookies_tree_model_util.cc
90
dict->SetString(kKeySendFor, cookie.
IsSecure
() ?
/external/chromium/chrome/browser/ui/views/
cookie_info_view.cc
87
send_for_value_field_->SetText(cookie.
IsSecure
() ?
/external/chromium/chrome/browser/net/
sqlite_persistent_cookie_store.cc
512
add_smt.BindInt(6, po->cc().
IsSecure
());
/external/chromium/chrome/browser/ui/gtk/
gtk_chrome_cookie_view.cc
509
l10n_util::GetStringUTF8(cookie.
IsSecure
() ?
Completed in 272 milliseconds