Home
last modified time | relevance | path

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

/external/chromium_org/ppapi/tests/
Dtest_flash_clipboard.cc174 pp::VarArrayBuffer array_buffer_result(rtf_result); in TestReadWriteRTF() local
175 ASSERT_TRUE(array_buffer_result.ByteLength() == array_buffer.ByteLength()); in TestReadWriteRTF()
176 char* bytes_result = static_cast<char*>(array_buffer_result.Map()); in TestReadWriteRTF()
210 pp::VarArrayBuffer array_buffer_result(custom_data_result); in TestReadWriteCustomData() local
211 ASSERT_EQ(array_buffer_result.ByteLength(), array_buffer.ByteLength()); in TestReadWriteCustomData()
212 char* bytes_result = static_cast<char*>(array_buffer_result.Map()); in TestReadWriteCustomData()