OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:createChannelSplitter
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
AudioContext.idl
75
[RaisesException] ChannelSplitterNode
createChannelSplitter
(optional unsigned long numberOfOutputs);
AudioContext.h
125
PassRefPtrWillBeRawPtr<ChannelSplitterNode>
createChannelSplitter
(ExceptionState&);
126
PassRefPtrWillBeRawPtr<ChannelSplitterNode>
createChannelSplitter
(size_t numberOfOutputs, ExceptionState&);
AudioContext.cpp
462
PassRefPtrWillBeRawPtr<ChannelSplitterNode> AudioContext::
createChannelSplitter
(ExceptionState& exceptionState)
465
return
createChannelSplitter
(ChannelSplitterDefaultNumberOfOutputs, exceptionState);
468
PassRefPtrWillBeRawPtr<ChannelSplitterNode> AudioContext::
createChannelSplitter
(size_t numberOfOutputs, ExceptionState& exceptionState)
Completed in 30 milliseconds