HomeSort by relevance Sort by last modified time
    Searched refs:DontInitialize (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/wtf/
ArrayBufferContents.h 41 DontInitialize
ArrayBufferContents.cpp 100 allocateMemory(m_sizeInBytes, DontInitialize, other.m_data);
ArrayBuffer.h 120 return create(numElements, elementByteSize, ArrayBufferContents::DontInitialize);
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8Binding.cpp 111 WTF::ArrayBufferContents::allocateMemory(size, WTF::ArrayBufferContents::DontInitialize, data);

Completed in 171 milliseconds