HomeSort by relevance Sort by last modified time
    Searched full:issecure (Results 1 - 25 of 118) sorted by null

1 2 3 4 5

  /external/chromium_org/content/common/
cookie_data.cc 25 secure(c.IsSecure()),
  /external/apache-http/src/org/apache/http/conn/routing/
BasicRouteDirector.java 119 // (plan.isSecure() && !fact.isSecure())
120 if (plan.isSecure() != fact.isSecure())
173 // (plan.isSecure() && !fact.isSecure())
174 if (plan.isSecure() != fact.isSecure())
  /external/nist-sip/java/javax/sip/address/
SipURI.java 9 boolean isSecure();
  /external/chromium_org/net/cookies/
parsed_cookie_unittest.cc 16 EXPECT_FALSE(pc.IsSecure());
51 EXPECT_FALSE(pc.IsSecure());
67 EXPECT_TRUE(pc.IsSecure());
78 EXPECT_TRUE(pc.IsSecure());
91 EXPECT_TRUE(pc.IsSecure());
136 EXPECT_TRUE(pc.IsSecure());
150 EXPECT_TRUE(pc.IsSecure());
191 EXPECT_TRUE(pc1.IsSecure());
195 EXPECT_FALSE(pc2.IsSecure());
349 EXPECT_TRUE(pc.IsSecure());
    [all...]
canonical_cookie_unittest.cc 57 EXPECT_FALSE(cookie.IsSecure());
75 EXPECT_FALSE(cookie2.IsSecure());
92 EXPECT_FALSE(cookie->IsSecure());
101 EXPECT_FALSE(cookie->IsSecure());
108 EXPECT_TRUE(cookie->IsSecure());
131 EXPECT_FALSE(cookie->IsSecure());
141 EXPECT_FALSE(cookie->IsSecure());
349 EXPECT_TRUE(cookie->IsSecure());
  /hardware/qcom/display/msm8974/liboverlay/
overlayWriteback.h 44 bool manageMem(uint32_t size, bool isSecure);
51 bool alloc(uint32_t size, bool isSecure);
65 bool configureMemory(uint32_t size, bool isSecure);
overlayWriteback.cpp 37 bool WritebackMem::manageMem(uint32_t size, bool isSecure) {
47 return alloc(size, isSecure);
50 bool WritebackMem::alloc(uint32_t size, bool isSecure) {
51 if(!mBuf.open(NUM_BUFS, size, isSecure)){
137 bool Writeback::configureMemory(uint32_t size, bool isSecure) {
138 if(!mWbMem.manageMem(size, isSecure)) {
overlayMem.h 57 uint32_t bufSz, bool isSecure);
117 uint32_t bufSz, bool isSecure)
121 if(isSecure) {
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardActivityLauncher.java 107 if (lockPatternUtils.isSecure()) {
178 boolean isSecure = lockPatternUtils.isSecure();
179 if (!isSecure || showsWhileLocked) {
180 if (!isSecure) {
255 return getLockPatternUtils().isSecure() ? SECURE_CAMERA_INTENT : INSECURE_CAMERA_INTENT;
KeyguardService.java 74 public boolean isSecure() {
75 return mKeyguardViewMediator.isSecure();
  /external/chromium/webkit/glue/
webcookie.cc 23 secure(c.IsSecure()),
  /external/nist-sip/java/javax/sip/
Dialog.java 55 boolean isSecure();
  /frameworks/base/core/java/com/android/internal/policy/
IKeyguardService.aidl 27 boolean isSecure();
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
KeyguardTouchDelegate.java 87 public boolean isSecure() {
91 return service.isSecure();
93 Slog.e(TAG, "RemoteException calling keyguard.isSecure()!", e);
96 Slog.w(TAG, "isSecure(): NO SERVICE!");
  /external/apache-http/src/org/apache/http/impl/cookie/
BasicSecureHandler.java 60 return !cookie.isSecure() || origin.isSecure();
BasicClientCookie.java 235 public boolean isSecure() {
236 return isSecure;
249 * @see #isSecure()
252 isSecure = secure;
370 private boolean isSecure;
  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
KeyguardServiceWrapper.java 51 public boolean isSecure() {
53 return mService.isSecure();
  /external/nist-sip/java/gov/nist/javax/sip/
ClientTransactionExt.java 49 public boolean 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()) &&
  /frameworks/native/services/surfaceflinger/
DisplayDevice.h 78 bool isSecure,
90 // isSecure indicates whether this display can be trusted to display
92 bool isSecure() const { return mIsSecure; }
LayerDim.h 39 virtual bool isSecure() const { return false; }
  /hardware/qcom/display/msm8960/liboverlay/
overlayMem.h 57 uint32_t bufSz, bool isSecure);
117 uint32_t bufSz, bool isSecure)
121 if(isSecure) {
  /hardware/qcom/display/msm8x26/liboverlay/
overlayMem.h 57 uint32_t bufSz, bool isSecure);
117 uint32_t bufSz, bool isSecure)
121 if(isSecure) {
  /external/chromium_org/chrome/browser/extensions/api/cookies/
cookies_helpers.cc 80 cookie->secure = canonical_cookie.IsSecure();
122 cookie.IsSecure() ? chrome::kHttpsScheme : chrome::kHttpScheme;
175 if (details_->secure.get() && *details_->secure != cookie.IsSecure())
  /external/chromium_org/third_party/WebKit/Source/core/editing/
InsertIntoTextNodeCommand.cpp 60 if (renderText && renderText->isSecure())

Completed in 2866 milliseconds

1 2 3 4 5