Home
last modified time | relevance | path

Searched refs:ASSERT_WITH_MESSAGE (Results 1 – 17 of 17) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/platform/animation/
DTimingFunction.h79ASSERT_WITH_MESSAGE(!RuntimeEnabledFeatures::webAnimationsCSSEnabled() || (fraction >= 0 && fracti… in evaluate()
143ASSERT_WITH_MESSAGE(!RuntimeEnabledFeatures::webAnimationsCSSEnabled() || (fraction >= 0 && fracti… in evaluate()
213ASSERT_WITH_MESSAGE(!RuntimeEnabledFeatures::webAnimationsCSSEnabled() || (fraction >= 0 && fracti… in evaluate()
251ASSERT_WITH_MESSAGE(fraction >= 0 && fraction <= 1, "Web Animations not yet implemented: Timing fu… in evaluate()
/external/chromium_org/third_party/WebKit/Source/wtf/
DAssertions.h251 #define ASSERT_WITH_MESSAGE(assertion, ...) ((void)0) macro
253 #define ASSERT_WITH_MESSAGE(assertion, ...) do \ macro
362 #define RELEASE_ASSERT_WITH_MESSAGE(assertion, ...) ASSERT_WITH_MESSAGE(assertion, __VA_ARGS__)
Ddtoa.cpp630 ASSERT_WITH_MESSAGE(b.size() <= n, "oversize b in quorem"); in quorem()
638 ASSERT_WITH_MESSAGE(q <= 9, "oversized quotient in quorem"); in quorem()
/external/chromium_org/third_party/WebKit/Source/core/animation/
DAnimatableSVGLength.cpp45ASSERT_WITH_MESSAGE(false, "Web Animations not yet implemented: AnimatableSVGLength::addWith()"); in addWith()
DAnimatableFilterOperations.cpp62ASSERT_WITH_MESSAGE(false, "Web Animations not yet implemented: AnimatableFilterOperations::addWit… in addWith()
/external/chromium_org/third_party/WebKit/Source/platform/text/
DTextBreakIteratorICU.cpp479ASSERT_WITH_MESSAGE(U_SUCCESS(errorCode), "ICU could not open a break iterator: %s (%d)", u_errorN… in wordBreakIterator()
522ASSERT_WITH_MESSAGE(U_SUCCESS(errorCode), "ICU could not open a break iterator: %s (%d)", u_errorN… in wordBreakIterator()
654ASSERT_WITH_MESSAGE(U_SUCCESS(errorCode), "ICU could not open a break iterator: %s (%d)", u_errorN… in createIteratorForBuffer()
720ASSERT_WITH_MESSAGE(U_SUCCESS(openStatus), "ICU could not open a break iterator: %s (%d)", u_error… in sentenceBreakIterator()
749ASSERT_WITH_MESSAGE(U_SUCCESS(openStatus), "ICU could not open a break iterator: %s (%d)", u_error… in setUpIteratorWithRules()
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
DV8EventListener.cpp59ASSERT_WITH_MESSAGE(!isAttribute(), "EventHandler attributes should only accept JS Functions as in… in getListenerFunction()
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
DIDBTransaction.cpp180ASSERT_WITH_MESSAGE(m_state != Finished, "A finished transaction tried to setActive(%s)", active ?… in setActive()
372ASSERT_WITH_MESSAGE(m_state != Finished, "A finished transaction tried to enqueue an event of type… in enqueueEvent()
DIDBRequest.cpp438ASSERT_WITH_MESSAGE(event->type() == EventTypeNames::success || event->type() == EventTypeNames::e… in dispatchEvent()
503ASSERT_WITH_MESSAGE(m_readyState == PENDING || m_didFireUpgradeNeededEvent, "When queueing event %… in enqueueEvent()
/external/chromium_org/third_party/WebKit/Source/platform/mac/
DBlockExceptions.mm36 ASSERT_WITH_MESSAGE(0, "Uncaught exception - %@", exception);
/external/chromium_org/third_party/WebKit/Source/core/css/
DSVGCSSComputedStyleDeclaration.cpp227 ASSERT_WITH_MESSAGE(0, "unimplemented propertyID: %d", propertyID); in getSVGPropertyCSSValue()
DSVGCSSParser.cpp303 ASSERT_WITH_MESSAGE(0, "unimplemented propertyID: %d", propId); in parseSVGValue()
/external/chromium_org/third_party/WebKit/Source/core/animation/css/
DCSSAnimatableValueFactory.cpp476ASSERT_WITH_MESSAGE(!CSSAnimations::isAnimatableProperty(property), "Web Animations not yet implem… in create()
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DAnimatedStyleBuilder.cpp592ASSERT_WITH_MESSAGE(!CSSAnimations::isAnimatableProperty(property), "Web Animations not yet implem… in applyProperty()
DStyleResolver.cpp1176ASSERT_WITH_MESSAGE(!iter->value->dependsOnUnderlyingValue(), "Web Animations not yet implemented:… in applyAnimatedProperties()
DStyleBuilderCustom.cpp1166ASSERT_WITH_MESSAGE(!isExpandedShorthand(id), "Shorthand property id = %d wasn't expanded at parsi… in applyProperty()
/external/chromium_org/third_party/WebKit/Source/core/frame/animation/
DCSSPropertyAnimation.cpp1092ASSERT_WITH_MESSAGE(RuntimeEnabledFeatures::webAnimationsCSSEnabled() || CSSAnimations::isAnimatab… in ensurePropertyMap()