HomeSort by relevance Sort by last modified time
    Searched defs:trusted (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/chrome/browser/chromeos/settings/
stub_cros_settings_provider_unittest.cc 93 CrosSettingsProvider::TrustedStatus trusted = local
95 EXPECT_EQ(CrosSettingsProvider::TRUSTED, trusted);
  /external/chromium_org/third_party/WebKit/Source/core/page/
WindowFeatures.cpp 175 const bool trusted = false; local
181 // - dialogHide: trusted && boolFeature(features, "dialoghide"), makes dialog hide when you print
183 // - unadorned: trusted && boolFeature(features, "unadorned");
206 statusBarVisible = boolFeature(features, "status", !trusted);
  /external/chromium_org/chromeos/dbus/
bluetooth_device_client.h 61 // Whether the device is trusted, and connections should be always
63 dbus::Property<bool> trusted; member in struct:chromeos::BluetoothDeviceClient::Properties
  /external/chromium_org/ppapi/tests/
test_file_io.cc 20 #include "ppapi/c/trusted/ppb_file_io_trusted.h"
1013 const PPB_FileIOTrusted* trusted = static_cast<const PPB_FileIOTrusted*>( local
    [all...]
  /libcore/crypto/src/main/java/org/conscrypt/
TrustManagerImpl.java 163 List<X509Certificate> trusted = new ArrayList<X509Certificate>(); local
168 trusted.add(cert);
171 return trusted.toArray(new X509Certificate[trusted.size()]);
196 * Validates whether a server is trusted. If hostname is given and non-null it also checks if
242 // trusted a non-self-signed cert.
277 // chain was entirely trusted, skip the validator
510 * already trusted and failing that check the KeyStore if it is
519 // not trusted and no TrustedCertificateStore to check
  /frameworks/base/core/java/android/os/
RecoverySystem.java 98 HashSet<Certificate> trusted = new HashSet<Certificate>(); local
110 trusted.add(cf.generateCertificate(is));
118 return trusted;
227 // in the package equals one of our trusted public keys.
229 HashSet<Certificate> trusted = getTrustedCerts( local
234 for (Certificate c : trusted) {
241 throw new SignatureException("signature doesn't match any trusted key");
244 // The signature cert matches a trusted key. Now verify that
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.core_2.0.2.R36x_v20100804.jar 
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 269 milliseconds