OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ArrayBufferDeallocationObserver
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/WebKit/Source/wtf/
ArrayBufferDeallocationObserver.h
36
class
ArrayBufferDeallocationObserver
{
ArrayBufferContents.h
30
#include "wtf/
ArrayBufferDeallocationObserver
.h"
52
ArrayBufferContents(void* data, unsigned sizeInBytes,
ArrayBufferDeallocationObserver
*);
61
void setDeallocationObserver(
ArrayBufferDeallocationObserver
* observer)
78
ArrayBufferDeallocationObserver
* m_deallocationObserver;
ArrayBufferContents.cpp
59
void* data, unsigned sizeInBytes,
ArrayBufferDeallocationObserver
* observer)
ArrayBuffer.h
66
void setDeallocationObserver(
ArrayBufferDeallocationObserver
* observer) { m_contents.setDeallocationObserver(observer); }
/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8ArrayBufferCustom.h
37
class V8ArrayBufferDeallocationObserver: public WTF::
ArrayBufferDeallocationObserver
{
Completed in 57 milliseconds