HomeSort by relevance Sort by last modified time
    Searched refs:RELEASE_ASSERT (Results 1 - 25 of 49) sorted by null

1 2

  /external/chromium_org/third_party/WebKit/Source/core/dom/
DocumentLifecycleNotifier.cpp 43 RELEASE_ASSERT(m_iterating != IteratingOverDocumentObservers);
53 RELEASE_ASSERT(m_iterating != IteratingOverDocumentObservers);
ContextLifecycleNotifier.cpp 49 RELEASE_ASSERT(m_iterating != IteratingOverContextObservers);
51 RELEASE_ASSERT(m_iterating != IteratingOverActiveDOMObjects);
60 RELEASE_ASSERT(m_iterating != IteratingOverContextObservers);
62 RELEASE_ASSERT(m_iterating != IteratingOverActiveDOMObjects);
ExecutionContext.cpp 231 RELEASE_ASSERT(m_client);
237 RELEASE_ASSERT(m_client);
278 RELEASE_ASSERT(m_client);
329 RELEASE_ASSERT(m_client);
  /external/chromium_org/third_party/WebKit/Source/core/page/
PageLifecycleNotifier.cpp 40 RELEASE_ASSERT(m_iterating != IteratingOverPageObservers);
50 RELEASE_ASSERT(m_iterating != IteratingOverPageObservers);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
SubtreeLayoutScope.cpp 42 RELEASE_ASSERT(m_root->document().view()->isInLayout());
53 RELEASE_ASSERT(!m_root->needsLayout());
  /external/chromium_org/third_party/WebKit/Source/wtf/
PageAllocator.cpp 76 RELEASE_ASSERT(ret != MAP_FAILED);
78 RELEASE_ASSERT(ret);
94 RELEASE_ASSERT(!ret);
99 RELEASE_ASSERT(!ret);
185 RELEASE_ASSERT(len < INT_MAX - align);
249 RELEASE_ASSERT(!ret);
252 RELEASE_ASSERT(ret);
261 RELEASE_ASSERT(!ret);
264 RELEASE_ASSERT(ret);
273 RELEASE_ASSERT(!ret)
    [all...]
Assertions.h 37 RELEASE_ASSERT family of macros.
238 #define RELEASE_ASSERT_WITH_SECURITY_IMPLICATION(assertion) RELEASE_ASSERT(assertion)
348 /* RELEASE_ASSERT
357 #define RELEASE_ASSERT(assertion) (UNLIKELY(!(assertion)) ? (IMMEDIATE_CRASH()) : (void)0)
358 #define RELEASE_ASSERT_WITH_MESSAGE(assertion, ...) RELEASE_ASSERT(assertion)
361 #define RELEASE_ASSERT(assertion) ASSERT(assertion)
PartitionAlloc.h 465 RELEASE_ASSERT(result);
490 RELEASE_ASSERT(ptr != partitionPageFreelistHead(page)); // Catches an immediate double free.
514 RELEASE_ASSERT(size <= QuantizedAllocation::kMaxUnquantizedAllocation);
517 RELEASE_ASSERT(result);
Vector.h 261 RELEASE_ASSERT(newCapacity <= QuantizedAllocation::kMaxUnquantizedAllocation / sizeof(T));
513 RELEASE_ASSERT(i < size());
518 RELEASE_ASSERT(i < size());
777 RELEASE_ASSERT(expandedCapacity > oldCapacity);
898 RELEASE_ASSERT(newSize >= m_size);
960 RELEASE_ASSERT(position <= size());
966 RELEASE_ASSERT(newSize >= m_size);
977 RELEASE_ASSERT(position <= size());
1016 RELEASE_ASSERT(position < size());
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLEntityParser.h 46 RELEASE_ASSERT(length < kMaxLength);
  /external/chromium_org/third_party/WebKit/Source/heap/
Heap.cpp 97 RELEASE_ASSERT(!err);
100 RELEASE_ASSERT(success);
123 RELEASE_ASSERT(!err);
128 RELEASE_ASSERT(success);
181 RELEASE_ASSERT(base != MAP_FAILED);
215 RELEASE_ASSERT(base);
221 RELEASE_ASSERT(base == alignedBase);
231 RELEASE_ASSERT(base);
242 RELEASE_ASSERT(res);
  /external/chromium_org/third_party/WebKit/Source/core/frame/
DOMWindowLifecycleNotifier.cpp 40 RELEASE_ASSERT(m_iterating != IteratingOverDOMWindowObservers);
50 RELEASE_ASSERT(m_iterating != IteratingOverDOMWindowObservers);
  /external/chromium_org/third_party/WebKit/Source/core/platform/chromium/support/
WebCrypto.cpp 48 RELEASE_ASSERT(!buffer.isNull());
56 RELEASE_ASSERT(!buffer.isNull());
  /external/chromium_org/third_party/WebKit/Source/platform/
LifecycleNotifier.h 103 RELEASE_ASSERT(m_iterating != IteratingOverAll);
110 RELEASE_ASSERT(m_iterating != IteratingOverAll);
UserGestureIndicator.cpp 218 RELEASE_ASSERT(isMainThread());
225 RELEASE_ASSERT(isMainThread());
  /external/chromium_org/third_party/WebKit/Source/core/fetch/
ResourceLoader.cpp 148 RELEASE_ASSERT(m_connectionState == ConnectionStateNew);
184 RELEASE_ASSERT(m_connectionState == ConnectionStateReceivedResponse);
282 RELEASE_ASSERT(m_connectionState == ConnectionStateReceivedResponse || m_connectionState == ConnectionStateReceivingData);
302 RELEASE_ASSERT(isMultipartPayload || isValidStateTransition);
337 RELEASE_ASSERT(m_connectionState == ConnectionStateReceivedResponse || m_connectionState == ConnectionStateReceivingData);
359 RELEASE_ASSERT(m_connectionState == ConnectionStateReceivedResponse || m_connectionState == ConnectionStateReceivingData);
417 RELEASE_ASSERT(m_connectionState == ConnectionStateNew);
  /external/chromium_org/third_party/WebKit/Source/wtf/text/
CString.cpp 40 RELEASE_ASSERT(length < (numeric_limits<unsigned>::max() - sizeof(CStringBuffer)));
TextCodecUTF16.cpp 155 RELEASE_ASSERT(length <= numeric_limits<size_t>::max() / 2);
StringImpl.cpp 295 RELEASE_ASSERT(length <= ((std::numeric_limits<unsigned>::max() - sizeof(StringImpl)) / sizeof(LChar)));
313 RELEASE_ASSERT(length <= ((std::numeric_limits<unsigned>::max() - sizeof(StringImpl)) / sizeof(UChar)));
332 RELEASE_ASSERT(length <= ((std::numeric_limits<unsigned>::max() - sizeof(StringImpl)) / sizeof(LChar)));
352 RELEASE_ASSERT(length <= ((std::numeric_limits<unsigned>::max() - sizeof(StringImpl)) / sizeof(UChar)));
402 RELEASE_ASSERT(length <= ((std::numeric_limits<unsigned>::max() - sizeof(StringImpl)) / sizeof(LChar)));
468 RELEASE_ASSERT(length <= numeric_limits<unsigned>::max());
541 RELEASE_ASSERT(m_length <= static_cast<unsigned>(numeric_limits<int32_t>::max()));
571 RELEASE_ASSERT(m_length <= static_cast<unsigned>(numeric_limits<int32_t>::max()));
607 RELEASE_ASSERT(m_length <= static_cast<unsigned>(numeric_limits<int32_t>::max()));
777 RELEASE_ASSERT(m_length <= static_cast<unsigned>(numeric_limits<int32_t>::max()))
    [all...]
WTFString.cpp 98 RELEASE_ASSERT(string.length() <= numeric_limits<unsigned>::max() - m_impl->length());
107 RELEASE_ASSERT(string.length() <= numeric_limits<unsigned>::max() - m_impl->length());
136 RELEASE_ASSERT(m_impl->length() < numeric_limits<unsigned>::max());
194 RELEASE_ASSERT(lengthToAppend <= numeric_limits<unsigned>::max() - strLength);
203 RELEASE_ASSERT(lengthToAppend <= numeric_limits<unsigned>::max() - strLength);
226 RELEASE_ASSERT(lengthToAppend <= numeric_limits<unsigned>::max() - strLength);
245 RELEASE_ASSERT(lengthToInsert <= numeric_limits<unsigned>::max() - impl->length());
453 RELEASE_ASSERT(pos <= length);
902 RELEASE_ASSERT(length <= numeric_limits<unsigned>::max());
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/animation/
Player.cpp 169 RELEASE_ASSERT(!paused());
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8ScriptRunner.cpp 91 RELEASE_ASSERT(!context->isIteratingOverObservers());
132 RELEASE_ASSERT(!context->isIteratingOverObservers());
  /external/chromium_org/third_party/WebKit/Source/core/css/
RuntimeCSSEnabled.cpp 144 RELEASE_ASSERT(propertyId >= 0 && propertyId <= lastCSSProperty);
  /external/chromium_org/third_party/WebKit/Source/core/html/
PluginDocument.cpp 77 RELEASE_ASSERT(document()->loader());
  /external/chromium_org/third_party/WebKit/Source/web/
WebHelperPluginImpl.cpp 267 RELEASE_ASSERT(client);

Completed in 572 milliseconds

1 2