Home
last modified time | relevance | path

Searched refs:ASSERT_UNUSED (Results 1 – 25 of 103) sorted by relevance

12345

/external/chromium_org/third_party/WebKit/Source/wtf/
DThreadingWin.cpp321 ASSERT_UNUSED(res, res == WAIT_OBJECT_0); in timedWait()
324 ASSERT_UNUSED(res, res); in timedWait()
333 ASSERT_UNUSED(res, res == WAIT_OBJECT_0); in timedWait()
344 ASSERT_UNUSED(res, res == WAIT_OBJECT_0); in timedWait()
347 ASSERT_UNUSED(res, res); in timedWait()
352 ASSERT_UNUSED(res, res); in timedWait()
356 ASSERT_UNUSED(res, res); in timedWait()
370 ASSERT_UNUSED(res, res == WAIT_OBJECT_0); in signal()
375 ASSERT_UNUSED(res, res); in signal()
390 ASSERT_UNUSED(res, res == WAIT_OBJECT_0); in signal()
[all …]
DThreadingPthreads.cpp301 ASSERT_UNUSED(result, !result); in Mutex()
309 ASSERT_UNUSED(result, !result); in ~Mutex()
315 ASSERT_UNUSED(result, !result); in lock()
334 ASSERT_UNUSED(result, !result); in unlock()
350 ASSERT_UNUSED(result, !result); in wait()
376 ASSERT_UNUSED(result, !result); in signal()
382 ASSERT_UNUSED(result, !result); in broadcast()
DDecimalNumber.cpp101 ASSERT_UNUSED(bufferLength, bufferLength >= bufferLengthForStringDecimal()); in toStringDecimal()
157 ASSERT_UNUSED(bufferLength, bufferLength >= bufferLengthForStringExponential()); in toStringExponential()
DTCSystemAlloc.cpp169 ASSERT_UNUSED(madviseResult, madviseResult != -1); in TCMalloc_SystemRelease()
217ASSERT_UNUSED(newAddress, newAddress == start || newAddress == reinterpret_cast<void*>(MAP_FAILED)… in TCMalloc_SystemRelease()
/external/chromium_org/third_party/WebKit/Source/modules/websockets/
DWorkerThreadableWebSocketChannel.cpp195 ASSERT_UNUSED(context, context->isWorkerGlobalScope()); in workerGlobalScopeDidSend()
228 ASSERT_UNUSED(context, context->isWorkerGlobalScope()); in workerGlobalScopeDidGetBufferedAmount()
284 ASSERT_UNUSED(context, context->isWorkerGlobalScope()); in workerGlobalScopeDidConnect()
298 ASSERT_UNUSED(context, context->isWorkerGlobalScope()); in workerGlobalScopeDidReceiveMessage()
310 ASSERT_UNUSED(context, context->isWorkerGlobalScope()); in workerGlobalScopeDidReceiveBinaryData()
322 ASSERT_UNUSED(context, context->isWorkerGlobalScope()); in workerGlobalScopeDidUpdateBufferedAmount()
334 ASSERT_UNUSED(context, context->isWorkerGlobalScope()); in workerGlobalScopeDidStartClosingHandshake()
346 ASSERT_UNUSED(context, context->isWorkerGlobalScope()); in workerGlobalScopeDidClose()
359 ASSERT_UNUSED(context, context->isWorkerGlobalScope()); in workerGlobalScopeDidReceiveMessageError()
394 ASSERT_UNUSED(context, context->isWorkerGlobalScope()); in performTask()
[all …]
DThreadableWebSocketChannelClientWrapper.cpp214 ASSERT_UNUSED(context, context->isWorkerGlobalScope()); in processPendingTasksCallback()
236 ASSERT_UNUSED(context, !context); in didConnectCallback()
243 ASSERT_UNUSED(context, !context); in didReceiveMessageCallback()
250 ASSERT_UNUSED(context, !context); in didReceiveBinaryDataCallback()
257 ASSERT_UNUSED(context, !context); in didUpdateBufferedAmountCallback()
264 ASSERT_UNUSED(context, !context); in didStartClosingHandshakeCallback()
271 ASSERT_UNUSED(context, !context); in didCloseCallback()
278 ASSERT_UNUSED(context, !context); in didReceiveMessageErrorCallback()
/external/chromium_org/third_party/WebKit/Source/core/loader/
DWorkerThreadableLoader.cpp122 ASSERT_UNUSED(context, context->isDocument()); in mainThreadDestroy()
139 ASSERT_UNUSED(context, context->isDocument()); in mainThreadCancel()
169 ASSERT_UNUSED(context, context->isWorkerGlobalScope()); in workerGlobalScopeDidSendData()
180 ASSERT_UNUSED(context, context->isWorkerGlobalScope()); in workerGlobalScopeDidReceiveResponse()
192 ASSERT_UNUSED(context, context->isWorkerGlobalScope()); in workerGlobalScopeDidReceiveData()
205 ASSERT_UNUSED(context, context->isWorkerGlobalScope()); in workerGlobalScopeDidDownloadData()
216 ASSERT_UNUSED(context, context->isWorkerGlobalScope()); in workerGlobalScopeDidReceiveCachedMetadata()
229 ASSERT_UNUSED(context, context->isWorkerGlobalScope()); in workerGlobalScopeDidFinishLoading()
240 ASSERT_UNUSED(context, context->isWorkerGlobalScope()); in workerGlobalScopeDidFail()
251 ASSERT_UNUSED(context, context->isWorkerGlobalScope()); in workerGlobalScopeDidFailAccessControlCheck()
[all …]
DLinkLoader.cpp59 ASSERT_UNUSED(timer, timer == &m_linkLoadTimer); in linkLoadTimerFired()
65 ASSERT_UNUSED(timer, timer == &m_linkLoadingErrorTimer); in linkLoadingErrorTimerFired()
DDocumentThreadableLoader.cpp175 ASSERT_UNUSED(resource, resource == this->resource()); in redirectReceived()
247 ASSERT_UNUSED(resource, resource == this->resource()); in dataSent()
254 ASSERT_UNUSED(resource, resource == this->resource()); in dataDownloaded()
262 ASSERT_UNUSED(resource, resource == this->resource()); in responseReceived()
359 ASSERT_UNUSED(timer, timer == &m_timeoutTimer); in didTimeout()
/external/chromium_org/third_party/WebKit/Source/core/html/track/
DLoadableTextTrack.cpp98 ASSERT_UNUSED(loader, m_loader == loader); in newCuesAvailable()
117 ASSERT_UNUSED(loader, m_loader == loader); in cueLoadingCompleted()
127 ASSERT_UNUSED(loader, m_loader == loader); in newRegionsAvailable()
/external/chromium_org/third_party/WebKit/Source/core/dom/custom/
DCustomElementObserver.cpp61 ASSERT_UNUSED(result, result.isNewEntry); in observe()
67 ASSERT_UNUSED(observer, observer == this); in unobserve()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DTagNodeList.h44 ASSERT_UNUSED(type, type == TagNodeListType); in create()
63 ASSERT_UNUSED(type, type == HTMLTagNodeListType); in create()
DNameNodeList.h38 ASSERT_UNUSED(type, type == NameNodeListType); in create()
DIconURL.cpp41 ASSERT_UNUSED(couldSetProtocol, couldSetProtocol); in defaultFavicon()
/external/chromium_org/third_party/WebKit/Source/core/events/
DDOMWindowEventQueue.cpp73 ASSERT_UNUSED(wasAdded, wasAdded); // It should not have already been in the list. in enqueueEvent()
107 ASSERT_UNUSED(wasAdded, wasAdded); // It should not have already been in the list. in pendingEventTimerFired()
/external/chromium_org/third_party/WebKit/Source/modules/vibration/
DNavigatorVibration.cpp103 ASSERT_UNUSED(timer, timer == &m_timerStart); in timerStartFired()
115 ASSERT_UNUSED(timer, timer == &m_timerStop); in timerStopFired()
/external/chromium_org/third_party/WebKit/Source/core/platform/mock/
DGeolocationClientMock.cpp112 ASSERT_UNUSED(timer, timer == &m_permissionTimer); in permissionTimerFired()
172 ASSERT_UNUSED(timer, timer == &m_controllerTimer); in controllerTimerFired()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTableCol.cpp173 ASSERT_UNUSED(cell, table()->colElement(cell->col() + cell->colSpan()) == this); in borderAdjoiningCellBefore()
179 ASSERT_UNUSED(cell, table()->colElement(cell->col() - 1) == this); in borderAdjoiningCellAfter()
/external/chromium_org/third_party/WebKit/Source/core/html/
DLabelsNodeList.h37 ASSERT_UNUSED(type, type == LabelsNodeListType); in create()
DRadioNodeList.h39 ASSERT_UNUSED(type, type == RadioNodeListType); in create()
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/
DImageDecoder.h160 ASSERT_UNUSED(profileLength, profileLength >= iccColorProfileHeaderLength); in rgbColorProfile()
167 ASSERT_UNUSED(profileLength, profileLength >= iccColorProfileHeaderLength); in inputDeviceColorProfile()
/external/chromium_org/third_party/WebKit/Source/platform/text/
DTextBreakIteratorICU.cpp147 ASSERT_UNUSED(deep, !deep); in textClone()
237 ASSERT_UNUSED(nativeLength, forward ? nativeIndex < nativeLength : nativeIndex <= nativeLength); in textLatin1MoveInPriorContext()
238 ASSERT_UNUSED(forward, forward ? nativeIndex < nativeLength : nativeIndex <= nativeLength); in textLatin1MoveInPriorContext()
368 ASSERT_UNUSED(forward, forward ? nativeIndex >= text->b : nativeIndex > text->b); in textUTF16MoveInPrimaryContext()
369 ASSERT_UNUSED(forward, forward ? nativeIndex < nativeLength : nativeIndex <= nativeLength); in textUTF16MoveInPrimaryContext()
394 ASSERT_UNUSED(nativeLength, forward ? nativeIndex < nativeLength : nativeIndex <= nativeLength); in textUTF16MoveInPriorContext()
395 ASSERT_UNUSED(forward, forward ? nativeIndex < nativeLength : nativeIndex <= nativeLength); in textUTF16MoveInPriorContext()
/external/chromium_org/third_party/WebKit/Source/core/svg/properties/
DSVGAttributeToPropertyMap.cpp134 ASSERT_UNUSED(attributeName, attributeName == info->attributeName); in synchronizeProperty()
142 ASSERT_UNUSED(attributeName, attributeName == info->attributeName); in animatedProperty()
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DRenderSVGResourceMasker.cpp64 ASSERT_UNUSED(resourceMode, resourceMode == ApplyToDefaultMode); in applyResource()
85 ASSERT_UNUSED(resourceMode, resourceMode == ApplyToDefaultMode); in postApplyResource()
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSCharsetRule.h42 virtual void reattach(StyleRuleBase* rule) OVERRIDE { ASSERT_UNUSED(rule, !rule); } in reattach()

12345