Home | History | Annotate | Download | only in DumpRenderTree

Lines Matching refs:encodedAudioData

324     JSRetainPtr<JSStringRef> encodedAudioData(Adopt, JSValueToStringCopy(context, arguments[0], exception));
327 size_t maxLength = JSStringGetMaximumUTF8CStringSize(encodedAudioData.get());
329 JSStringGetUTF8CString(encodedAudioData.get(), encodedAudioDataBuffer.get(), maxLength + 1);