OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_hrtfDatabaseLoader
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/webaudio/
AudioContext.cpp
98
// We can check
m_hrtfDatabaseLoader
->isLoaded() to find out whether or not it has been fully loaded.
101
m_hrtfDatabaseLoader
= HRTFDatabaseLoader::createAndLoadAsynchronouslyIfNecessary(sampleRate());
123
m_hrtfDatabaseLoader
= HRTFDatabaseLoader::createAndLoadAsynchronouslyIfNecessary(sampleRate);
207
return
m_hrtfDatabaseLoader
->isLoaded();
AudioContext.h
280
RefPtr<HRTFDatabaseLoader>
m_hrtfDatabaseLoader
;
Completed in 400 milliseconds