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/chromium_org/third_party/WebKit/Source/modules/webaudio/
AudioContext.h
95
HRTFDatabaseLoader* hrtfDatabaseLoader() const { return
m_hrtfDatabaseLoader
.get(); }
328
RefPtr<HRTFDatabaseLoader>
m_hrtfDatabaseLoader
;
AudioContext.cpp
133
// We can check
m_hrtfDatabaseLoader
->isLoaded() to find out whether or not it has been fully loaded.
136
m_hrtfDatabaseLoader
= HRTFDatabaseLoader::createAndLoadAsynchronouslyIfNecessary(sampleRate());
155
m_hrtfDatabaseLoader
= HRTFDatabaseLoader::createAndLoadAsynchronouslyIfNecessary(sampleRate);
269
return
m_hrtfDatabaseLoader
->isLoaded();
[
all
...]
Completed in 25 milliseconds