Lines Matching full:ab_contents
3044 ScopedArrayBufferContents ab_contents(ab->Externalize());
3047 CHECK_EQ(1024, static_cast<int>(ab_contents.ByteLength()));
3048 uint8_t* data = static_cast<uint8_t*>(ab_contents.Data());
3320 ScopedSharedArrayBufferContents ab_contents(ab->Externalize());
3323 CHECK_EQ(1024, static_cast<int>(ab_contents.ByteLength()));
3324 uint8_t* data = static_cast<uint8_t*>(ab_contents.Data());