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

  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLDebugShaders.cpp 60 return m_context->ensureNotNull(m_context->webContext()->getTranslatedShaderSourceANGLE(shader->object()));
WebGLRenderingContextBase.cpp     [all...]
WebGLRenderingContextBase.h     [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/crypto/
SubtleCrypto.cpp 49 static bool ensureNotNull(const ArrayPiece& x, const char* paramName, CryptoResult* result)
59 static bool ensureNotNull(CryptoKey* key, const char* paramName, CryptoResult* result)
100 if (requiresKey && !ensureNotNull(key, "key", result.get()))
102 if (operationType == WebCryptoOperationVerify && !ensureNotNull(signature, "signature", result.get()))
104 if (!ensureNotNull(dataBuffer, "dataBuffer", result.get()))
249 if (!ensureNotNull(keyData, "keyData", result.get()))
314 if (!ensureNotNull(key, "key", result.get()))
338 if (!ensureNotNull(key, "key", result.get()))
341 if (!ensureNotNull(wrappingKey, "wrappingKey", result.get()))
372 if (!ensureNotNull(wrappedKey, "wrappedKey", result.get())
    [all...]

Completed in 1978 milliseconds