/external/chromium_org/third_party/WebKit/Source/wtf/ |
D | ThreadingWin.cpp | 321 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 …]
|
D | ThreadingPthreads.cpp | 301 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()
|
D | DecimalNumber.cpp | 101 ASSERT_UNUSED(bufferLength, bufferLength >= bufferLengthForStringDecimal()); in toStringDecimal() 157 ASSERT_UNUSED(bufferLength, bufferLength >= bufferLengthForStringExponential()); in toStringExponential()
|
D | TCSystemAlloc.cpp | 169 ASSERT_UNUSED(madviseResult, madviseResult != -1); in TCMalloc_SystemRelease() 217 …ASSERT_UNUSED(newAddress, newAddress == start || newAddress == reinterpret_cast<void*>(MAP_FAILED)… in TCMalloc_SystemRelease()
|
/external/chromium_org/third_party/WebKit/Source/modules/websockets/ |
D | WorkerThreadableWebSocketChannel.cpp | 195 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 …]
|
D | ThreadableWebSocketChannelClientWrapper.cpp | 214 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/ |
D | WorkerThreadableLoader.cpp | 122 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 …]
|
D | LinkLoader.cpp | 59 ASSERT_UNUSED(timer, timer == &m_linkLoadTimer); in linkLoadTimerFired() 65 ASSERT_UNUSED(timer, timer == &m_linkLoadingErrorTimer); in linkLoadingErrorTimerFired()
|
D | DocumentThreadableLoader.cpp | 175 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/ |
D | LoadableTextTrack.cpp | 98 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/ |
D | CustomElementObserver.cpp | 61 ASSERT_UNUSED(result, result.isNewEntry); in observe() 67 ASSERT_UNUSED(observer, observer == this); in unobserve()
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
D | TagNodeList.h | 44 ASSERT_UNUSED(type, type == TagNodeListType); in create() 63 ASSERT_UNUSED(type, type == HTMLTagNodeListType); in create()
|
D | NameNodeList.h | 38 ASSERT_UNUSED(type, type == NameNodeListType); in create()
|
D | IconURL.cpp | 41 ASSERT_UNUSED(couldSetProtocol, couldSetProtocol); in defaultFavicon()
|
/external/chromium_org/third_party/WebKit/Source/core/events/ |
D | DOMWindowEventQueue.cpp | 73 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/ |
D | NavigatorVibration.cpp | 103 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/ |
D | GeolocationClientMock.cpp | 112 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/ |
D | RenderTableCol.cpp | 173 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/ |
D | LabelsNodeList.h | 37 ASSERT_UNUSED(type, type == LabelsNodeListType); in create()
|
D | RadioNodeList.h | 39 ASSERT_UNUSED(type, type == RadioNodeListType); in create()
|
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/ |
D | ImageDecoder.h | 160 ASSERT_UNUSED(profileLength, profileLength >= iccColorProfileHeaderLength); in rgbColorProfile() 167 ASSERT_UNUSED(profileLength, profileLength >= iccColorProfileHeaderLength); in inputDeviceColorProfile()
|
/external/chromium_org/third_party/WebKit/Source/platform/text/ |
D | TextBreakIteratorICU.cpp | 147 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/ |
D | SVGAttributeToPropertyMap.cpp | 134 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/ |
D | RenderSVGResourceMasker.cpp | 64 ASSERT_UNUSED(resourceMode, resourceMode == ApplyToDefaultMode); in applyResource() 85 ASSERT_UNUSED(resourceMode, resourceMode == ApplyToDefaultMode); in postApplyResource()
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
D | CSSCharsetRule.h | 42 virtual void reattach(StyleRuleBase* rule) OVERRIDE { ASSERT_UNUSED(rule, !rule); } in reattach()
|