Home
last modified time | relevance | path

Searched refs:setDeallocationObserver (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/
DArrayBuffer.h65 …void setDeallocationObserver(ArrayBufferDeallocationObserver* observer) { m_contents.setDeallocati… in setDeallocationObserver() function
DArrayBufferContents.h61 void setDeallocationObserver(ArrayBufferDeallocationObserver* observer) in setDeallocationObserver() function
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
DV8ArrayBufferCustom.cpp88 impl->setDeallocationObserver(V8ArrayBufferDeallocationObserver::instanceTemplate()); in createWrapper()
DV8XMLHttpRequestCustom.cpp153 … arrayBuffer->setDeallocationObserver(V8ArrayBufferDeallocationObserver::instanceTemplate()); in responseAttributeGetterCustom()
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
DAudioBuffer.cpp215 …getChannelData(i)->buffer()->setDeallocationObserver(V8ArrayBufferDeallocationObserver::instanceTe… in associateWithWrapper()
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
DSerializedScriptValue.cpp2038 arrayBuffer->setDeallocationObserver(V8ArrayBufferDeallocationObserver::instanceTemplate()); in doReadArrayBuffer()
2701 buffer->setDeallocationObserver(V8ArrayBufferDeallocationObserver::instanceTemplate()); in tryGetTransferredArrayBuffer()