/external/chromium_org/content/renderer/webcrypto/ |
D | webcrypto_impl_unittest.cc | 126 blink::WebCryptoKey key = blink::WebCryptoKey::createNull(); in ImportSecretKeyFromRawHexString() 558 blink::WebCryptoKey key = blink::WebCryptoKey::createNull(); in TEST_F() 714 blink::WebCryptoKey key = blink::WebCryptoKey::createNull(); in TEST_F() 729 blink::WebCryptoKey key = blink::WebCryptoKey::createNull(); in TEST_F() 743 blink::WebCryptoKey key = blink::WebCryptoKey::createNull(); in TEST_F() 757 blink::WebCryptoKey key = blink::WebCryptoKey::createNull(); in TEST_F() 766 blink::WebCryptoKey key = blink::WebCryptoKey::createNull(); in TEST_F() 772 blink::WebCryptoAlgorithm::createNull(), in TEST_F() 782 blink::WebCryptoKey key = blink::WebCryptoKey::createNull(); in TEST_F() 818 blink::WebCryptoAlgorithm::createNull(), in TEST_F() [all …]
|
D | webcrypto_impl.cc | 83 map_["A128KW"] = &blink::WebCryptoAlgorithm::createNull; in JwkAlgorithmFactoryMap() 85 map_["A256KW"] = &blink::WebCryptoAlgorithm::createNull; in JwkAlgorithmFactoryMap() 107 return blink::WebCryptoAlgorithm::createNull(); in CreateAlgorithmFromName() 221 blink::WebCryptoKey public_key = blink::WebCryptoKey::createNull(); in generateKey() 222 blink::WebCryptoKey private_key = blink::WebCryptoKey::createNull(); in generateKey() 238 blink::WebCryptoKey key = blink::WebCryptoKey::createNull(); in generateKey() 259 blink::WebCryptoKey key = blink::WebCryptoKey::createNull(); in importKey() 519 blink::WebCryptoAlgorithm algorithm = blink::WebCryptoAlgorithm::createNull(); in ImportKeyJwk()
|
D | webcrypto_util.cc | 84 return blink::WebCryptoAlgorithm::createNull(); in GetInnerHashAlgorithm() 112 return blink::WebCryptoAlgorithm::createNull(); in CreateHmacAlgorithmByHashOutputLen()
|
/external/clang/tools/libclang/ |
D | CXCompilationDatabase.cpp | 109 return cxstring::createNull(); in clang_CompileCommand_getDirectory() 128 return cxstring::createNull(); in clang_CompileCommand_getArg() 133 return cxstring::createNull(); in clang_CompileCommand_getArg()
|
D | CXComment.cpp | 126 return cxstring::createNull(); in clang_TextComment_getText() 134 return cxstring::createNull(); in clang_InlineCommandComment_getCommandName() 174 return cxstring::createNull(); in clang_InlineCommandComment_getArgText() 182 return cxstring::createNull(); in clang_HTMLTagComment_getTagName() 206 return cxstring::createNull(); in clang_HTMLStartTag_getAttrName() 214 return cxstring::createNull(); in clang_HTMLStartTag_getAttrValue() 222 return cxstring::createNull(); in clang_BlockCommandComment_getCommandName() 240 return cxstring::createNull(); in clang_BlockCommandComment_getArgText() 256 return cxstring::createNull(); in clang_ParamCommandComment_getParamName() 307 return cxstring::createNull(); in clang_TParamCommandComment_getParamName() [all …]
|
D | CXString.cpp | 52 CXString createNull() { in createNull() function 71 return createNull(); in createDup()
|
D | CXString.h | 36 CXString createNull();
|
D | CIndexCodeCompletion.cpp | 116 return cxstring::createNull(); in clang_getCompletionChunkText() 215 : cxstring::createNull(); in clang_getCompletionAnnotation() 226 return cxstring::createNull(); in clang_getCompletionParent() 236 return cxstring::createNull(); in clang_getCompletionBriefComment()
|
/external/chromium_org/third_party/WebKit/public/platform/ |
D | WebIDBMetadata.h | 67 : keyPath(WebIDBKeyPath::createNull()) in ObjectStore() 78 : keyPath(WebIDBKeyPath::createNull()) in Index()
|
D | WebIDBKeyPath.h | 43 BLINK_EXPORT static WebIDBKeyPath createNull();
|
D | WebCryptoKey.h | 111 BLINK_PLATFORM_EXPORT static WebCryptoKey createNull();
|
D | WebIDBKey.h | 52 BLINK_EXPORT static WebIDBKey createNull();
|
D | WebCryptoAlgorithm.h | 102 BLINK_PLATFORM_EXPORT static WebCryptoAlgorithm createNull();
|
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/ |
D | IDBVersionChangeEvent.h | 41 …ate(PassRefPtr<IDBAny> oldVersion = IDBAny::createNull(), PassRefPtr<IDBAny> newVersion = IDBAny::…
|
D | IDBOpenDBRequest.cpp | 49 : IDBRequest(context, IDBAny::createNull(), 0) in IDBOpenDBRequest() 72 …nAny = (m_version == IDBDatabaseMetadata::DefaultIntVersion) ? IDBAny::createNull() : IDBAny::crea… in onBlocked()
|
D | IDBAny.h | 52 static PassRefPtr<IDBAny> createNull();
|
/external/chromium_org/content/child/indexed_db/ |
D | indexed_db_key_builders.cc | 90 return WebIDBKey::createNull(); in Build() 131 return blink::WebIDBKeyPath::createNull(); in Build() 134 return blink::WebIDBKeyPath::createNull(); in Build()
|
D | webidbcursor_impl.cc | 57 continueFunction(key, WebIDBKey::createNull(), callbacks_ptr); in continueFunction()
|
/external/llvm/unittests/ADT/ |
D | TwineTest.cpp | 56 repr(Twine("hi").concat(Twine::createNull()))); in TEST() 58 repr(Twine::createNull().concat(Twine("hi")))); in TEST()
|
/external/chromium_org/third_party/WebKit/Source/modules/crypto/ |
D | CryptoResultImpl.cpp | 57 m_promiseResolver->reject(ScriptValue::createNull()); in completeWithError()
|
/external/chromium_org/third_party/WebKit/Source/platform/exported/ |
D | WebCryptoKey.cpp | 66 WebCryptoKey WebCryptoKey::createNull() in createNull() function in blink::WebCryptoKey
|
D | WebCryptoAlgorithm.cpp | 57 WebCryptoAlgorithm WebCryptoAlgorithm::createNull() in createNull() function in blink::WebCryptoAlgorithm
|
/external/chromium_org/third_party/WebKit/Source/web/ |
D | WebIDBKeyPath.cpp | 51 WebIDBKeyPath WebIDBKeyPath::createNull() in createNull() function in blink::WebIDBKeyPath
|
/external/chromium_org/third_party/WebKit/Source/bindings/v8/ |
D | ScriptValue.h | 77 static ScriptValue createNull() in createNull() function
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
D | FontFaceSet.cpp | 88 m_resolver->reject(ScriptValue::createNull()); in loaded() 90 m_resolver->resolve(ScriptValue::createNull()); in loaded()
|