OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_audioData
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
AsyncAudioDecoder.cpp
98
:
m_audioData
(audioData)
107
ASSERT(
m_audioData
.get());
108
if (!
m_audioData
.get())
112
m_audioBuffer = AudioBuffer::createFromAudioFileData(
m_audioData
->data(),
m_audioData
->byteLength(), false, sampleRate());
AsyncAudioDecoder.h
63
ArrayBuffer* audioData() { return
m_audioData
.get(); }
72
RefPtr<ArrayBuffer>
m_audioData
;
/external/chromium_org/third_party/WebKit/Source/testing/runner/
TestRunner.h
688
WebKit::WebArrayBufferView
m_audioData
;
TestRunner.cpp
518
return &
m_audioData
;
[
all
...]
Completed in 49 milliseconds