Home
last modified time | relevance | path

Searched defs:enableInput (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
DOfflineAudioDestinationNode.h53 virtual void enableInput(const String&) OVERRIDE { } in enableInput() function
DDefaultAudioDestinationNode.cpp86 void DefaultAudioDestinationNode::enableInput(const String& inputDeviceId) in enableInput() function in WebCore::DefaultAudioDestinationNode