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

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

Completed in 96 milliseconds