HomeSort by relevance Sort by last modified time
    Searched refs:keyOnly (Results 1 - 3 of 3) sorted by null

  /libcore/luni/src/test/java/libcore/java/security/cert/
PKIXParametersTest.java 43 KeyStore keyOnly = TestKeyStore.createKeyStore();
44 keyOnly.setKeyEntry("key", pke.getPrivateKey(), password, pke.getCertificateChain());
45 new PKIXParameters(keyOnly);
  /external/chromium_org/content/child/indexed_db/
webidbdatabase_impl.h 45 bool keyOnly,
68 bool keyOnly,
  /external/chromium_org/third_party/WebKit/public/platform/
WebIDBDatabase.h 74 virtual void get(long long transactionId, long long objectStoreId, long long indexId, const WebIDBKeyRange&, bool keyOnly, WebIDBCallbacks*) { BLINK_ASSERT_NOT_REACHED(); }
79 virtual void openCursor(long long transactionId, long long objectStoreId, long long indexId, const WebIDBKeyRange&, unsigned short direction, bool keyOnly, TaskType, WebIDBCallbacks*) { BLINK_ASSERT_NOT_REACHED(); }

Completed in 1050 milliseconds