Searched refs:RELEASE_ASSERT (Results 1 - 25 of 82) sorted by relevance

1234

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocumentLifecycleNotifier.cpp42 RELEASE_ASSERT(m_iterating != IteratingOverDocumentObservers);
52 RELEASE_ASSERT(m_iterating != IteratingOverDocumentObservers);
H A DNodeRareData.cpp72 RELEASE_ASSERT(!renderer());
H A DContextLifecycleNotifier.cpp49 RELEASE_ASSERT(m_iterating != IteratingOverContextObservers);
51 RELEASE_ASSERT(m_iterating != IteratingOverActiveDOMObjects);
60 RELEASE_ASSERT(m_iterating != IteratingOverContextObservers);
H A DNodeRareData.h101 void setRestyleFlag(DynamicRestyleFlags mask) { m_restyleFlags |= mask; RELEASE_ASSERT(m_restyleFlags); }
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DPageLifecycleNotifier.cpp40 RELEASE_ASSERT(m_iterating != IteratingOverPageObservers);
50 RELEASE_ASSERT(m_iterating != IteratingOverPageObservers);
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DModuleProxy.cpp20 RELEASE_ASSERT(m_didLeaveScriptContextForRecursionScope);
H A DScriptValue.cpp52 // instead of triggering RELEASE_ASSERT.
53 RELEASE_ASSERT(&m_scriptState->world() == &DOMWrapperWorld::current(isolate()));
H A DV8RecursionScope.h66 RELEASE_ASSERT(!ScriptForbiddenScope::isScriptForbidden());
H A DPrivateScriptRunner.cpp128 RELEASE_ASSERT(!installedClasses.IsEmpty());
129 RELEASE_ASSERT(installedClasses->IsObject());
133 RELEASE_ASSERT(!compiledClass.IsEmpty());
134 RELEASE_ASSERT(compiledClass->IsObject());
142 RELEASE_ASSERT(!holder.IsEmpty());
143 RELEASE_ASSERT(holder->IsObject());
194 RELEASE_ASSERT(!exception.IsEmpty() && exception->IsObject());
198 RELEASE_ASSERT(!name.IsEmpty() && name->IsString());
209 RELEASE_ASSERT(!code.IsEmpty() && code->IsInt32());
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DPageAllocator.cpp117 RELEASE_ASSERT(!ret);
122 RELEASE_ASSERT(!ret);
156 RELEASE_ASSERT(tryLen > len);
196 RELEASE_ASSERT(!ret);
199 RELEASE_ASSERT(ret);
208 RELEASE_ASSERT(!ret);
211 RELEASE_ASSERT(ret);
220 RELEASE_ASSERT(!ret);
223 RELEASE_ASSERT(ret);
232 RELEASE_ASSERT(!re
[all...]
H A DTerminatedArrayBuilder.h43 RELEASE_ASSERT(m_count < m_capacity);
50 RELEASE_ASSERT(m_count == m_capacity);
H A DAssertions.h37 RELEASE_ASSERT family of macros.
245 #define RELEASE_ASSERT_WITH_SECURITY_IMPLICATION(assertion) RELEASE_ASSERT(assertion)
357 /* RELEASE_ASSERT
366 #define RELEASE_ASSERT(assertion) ASSERT(assertion) macro
370 #define RELEASE_ASSERT(assertion) (UNLIKELY(!(assertion)) ? (IMMEDIATE_CRASH()) : (void)0) macro
371 #define RELEASE_ASSERT_WITH_MESSAGE(assertion, ...) RELEASE_ASSERT(assertion)
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DSubtreeLayoutScope.cpp42 RELEASE_ASSERT(m_root.document().view()->isInPerformLayout());
47 RELEASE_ASSERT(!m_root.needsLayout());
/external/chromium_org/third_party/WebKit/Source/core/testing/
H A DPrivateScriptTest.cpp17 RELEASE_ASSERT(!classObject.IsEmpty());
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DHTMLEntityParser.h46 RELEASE_ASSERT(length < kMaxLength);
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DDOMWindowLifecycleNotifier.cpp40 RELEASE_ASSERT(m_iterating != IteratingOverDOMWindowObservers);
50 RELEASE_ASSERT(m_iterating != IteratingOverDOMWindowObservers);
/external/chromium_org/third_party/WebKit/Source/platform/exported/
H A DWebCryptoResult.cpp49 RELEASE_ASSERT(!buffer.isNull());
57 RELEASE_ASSERT(!buffer.isNull());
/external/chromium_org/third_party/WebKit/Source/modules/mediastream/
H A DMediaStreamTrack.cpp189 RELEASE_ASSERT(!m_isIteratingRegisteredMediaStreams);
213 RELEASE_ASSERT(!m_isIteratingRegisteredMediaStreams);
214 RELEASE_ASSERT(!m_registeredMediaStreams.contains(mediaStream));
220 RELEASE_ASSERT(!m_isIteratingRegisteredMediaStreams);
222 RELEASE_ASSERT(iter != m_registeredMediaStreams.end());
/external/chromium_org/third_party/WebKit/Source/platform/
H A DLifecycleNotifier.h101 RELEASE_ASSERT(m_iterating != IteratingOverAll);
108 RELEASE_ASSERT(m_iterating != IteratingOverAll);
H A DUserGestureIndicator.cpp218 RELEASE_ASSERT(isMainThread());
225 RELEASE_ASSERT(isMainThread());
/external/chromium_org/third_party/WebKit/Source/core/animation/
H A DInterpolation.cpp44 RELEASE_ASSERT(typesMatch(m_start.get(), m_end.get()));
H A DStringKeyframe.h26 RELEASE_ASSERT(index >= 0);
/external/chromium_org/third_party/WebKit/Source/core/fetch/
H A DResourceLoader.cpp167 RELEASE_ASSERT(m_connectionState == ConnectionStateNew);
215 RELEASE_ASSERT(m_connectionState == ConnectionStateReceivedResponse);
326 RELEASE_ASSERT(m_connectionState == ConnectionStateReceivedResponse || m_connectionState == ConnectionStateReceivingData);
352 RELEASE_ASSERT(isMultipartPayload || isValidStateTransition);
418 RELEASE_ASSERT(m_connectionState == ConnectionStateReceivedResponse || m_connectionState == ConnectionStateReceivingData);
442 RELEASE_ASSERT(m_connectionState == ConnectionStateReceivedResponse || m_connectionState == ConnectionStateReceivingData);
508 RELEASE_ASSERT(m_connectionState == ConnectionStateNew);
/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DCString.cpp40 RELEASE_ASSERT(length < (numeric_limits<unsigned>::max() - sizeof(CStringBuffer)));
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
H A DV8ArrayBufferCustom.cpp99 RELEASE_ASSERT(toWrapperTypeInfo(object)->ginEmbedder == gin::kEmbedderBlink);

Completed in 250 milliseconds

1234