Home
last modified time | relevance | path

Searched refs:OnAudioDump (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/content/shell/browser/
Dwebkit_test_controller.h161 void OnAudioDump(const std::vector<unsigned char>& audio_dump);
Dwebkit_test_controller.cc366 IPC_MESSAGE_HANDLER(ShellViewHostMsg_AudioDump, OnAudioDump) in OnMessageReceived()
548 void WebKitTestController::OnAudioDump(const std::vector<unsigned char>& dump) { in OnAudioDump() function in content::WebKitTestController