OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:WebContentsAudioInputStream
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/browser/renderer_host/media/
web_contents_audio_input_stream.h
8
// RenderView. In other words,
WebContentsAudioInputStream
provides tab-level
39
class CONTENT_EXPORT
WebContentsAudioInputStream
61
static
WebContentsAudioInputStream
* Create(
77
WebContentsAudioInputStream
(
83
virtual ~
WebContentsAudioInputStream
();
87
DISALLOW_COPY_AND_ASSIGN(
WebContentsAudioInputStream
);
web_contents_audio_input_stream.cc
23
class
WebContentsAudioInputStream
::Impl
24
: public base::RefCountedThreadSafe<
WebContentsAudioInputStream
::Impl>,
53
friend class base::RefCountedThreadSafe<
WebContentsAudioInputStream
::Impl>;
107
WebContentsAudioInputStream
::Impl::Impl(
126
WebContentsAudioInputStream
::Impl::~Impl() {
130
bool
WebContentsAudioInputStream
::Impl::Open() {
147
void
WebContentsAudioInputStream
::Impl::Start(AudioInputCallback* callback) {
167
void
WebContentsAudioInputStream
::Impl::Stop() {
182
void
WebContentsAudioInputStream
::Impl::Close() {
197
bool
WebContentsAudioInputStream
::Impl::IsTargetLost() const
[
all
...]
Completed in 135 milliseconds