HomeSort by relevance Sort by last modified time
    Searched defs:setDeallocationObserver (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/wtf/
ArrayBufferContents.h 61 void setDeallocationObserver(ArrayBufferDeallocationObserver* observer) { m_deallocationObserver = observer; }
ArrayBuffer.h 68 void setDeallocationObserver(ArrayBufferDeallocationObserver* observer) { m_contents.setDeallocationObserver(observer); }

Completed in 786 milliseconds