Home
last modified time | relevance | path

Searched refs:BLINK_ASSERT (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/public/platform/
DWebCryptoAlgorithmParams.h79 BLINK_ASSERT(!hash.isNull()); in WebCryptoAlgorithmParamsWithHash()
139 BLINK_ASSERT(hasLengthBits || !lengthBits); in WebCryptoHmacKeyGenParams()
162 BLINK_ASSERT(hasAdditionalData || !additionalDataSize); in WebCryptoAesGcmParams()
163 BLINK_ASSERT(hasTagLengthBits || !tagLengthBits); in WebCryptoAesGcmParams()
201 BLINK_ASSERT(!hash.isNull()); in WebCryptoRsaHashedKeyGenParams()
222 BLINK_ASSERT(hasLabel || !labelSize); in WebCryptoRsaOaepParams()
DWebCommon.h115 #define BLINK_ASSERT(assertion) ((void)0) macro
117 #define BLINK_ASSERT(assertion) do { \ macro
123 #define BLINK_ASSERT_NOT_REACHED() BLINK_ASSERT(0)
DWebPrivateOwnPtr.h49 ~WebPrivateOwnPtr() { BLINK_ASSERT(!m_ptr); } in ~WebPrivateOwnPtr()
81 BLINK_ASSERT(m_ptr);
DWebVector.h128 BLINK_ASSERT(i < m_size);
133 BLINK_ASSERT(i < m_size);
DWebPrivatePtr.h205 BLINK_ASSERT(!m_storage); in ~WebPrivatePtr()
/external/chromium_org/third_party/WebKit/Source/web/
DWebSpeechGrammar.cpp57 BLINK_ASSERT(m_private.get()); in src()
63 BLINK_ASSERT(m_private.get()); in weight()