HomeSort by relevance Sort by last modified time
    Searched refs:MediaStreamUIProxy (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/content/browser/renderer_host/media/
media_stream_ui_proxy.h 18 // MediaStreamUIProxy proxies calls to media stream UI between IO thread and UI
21 class CONTENT_EXPORT MediaStreamUIProxy {
26 static scoped_ptr<MediaStreamUIProxy> Create();
27 static scoped_ptr<MediaStreamUIProxy> CreateForTests(
30 virtual ~MediaStreamUIProxy();
48 MediaStreamUIProxy(RenderViewHostDelegate* test_render_delegate);
62 base::WeakPtrFactory<MediaStreamUIProxy> weak_factory_;
64 DISALLOW_COPY_AND_ASSIGN(MediaStreamUIProxy);
67 class CONTENT_EXPORT FakeMediaStreamUIProxy : public MediaStreamUIProxy {
74 // MediaStreamUIProxy overrides
    [all...]
media_stream_ui_proxy.cc 14 class MediaStreamUIProxy::Core {
16 explicit Core(const base::WeakPtr<MediaStreamUIProxy>& proxy,
28 base::WeakPtr<MediaStreamUIProxy> proxy_;
40 MediaStreamUIProxy::Core::Core(const base::WeakPtr<MediaStreamUIProxy>& proxy,
47 MediaStreamUIProxy::Core::~Core() {
51 void MediaStreamUIProxy::Core::RequestAccess(
78 void MediaStreamUIProxy::Core::OnStarted() {
86 void MediaStreamUIProxy::Core::ProcessAccessRequestResponse(
94 base::Bind(&MediaStreamUIProxy::ProcessAccessRequestResponse
    [all...]
media_stream_manager.h 54 class MediaStreamUIProxy;
67 scoped_ptr<MediaStreamUIProxy> ui)>
media_stream_ui_proxy_unittest.cc 63 proxy_ = MediaStreamUIProxy::CreateForTests(&delegate_);
78 scoped_ptr<MediaStreamUIProxy> proxy_;
media_stream_manager_unittest.cc 92 scoped_ptr<MediaStreamUIProxy> ui_proxy) {
media_stream_manager.cc 266 scoped_ptr<MediaStreamUIProxy> ui_proxy;
    [all...]
  /external/chromium_org/content/browser/speech/
speech_recognition_manager_impl.h 29 class MediaStreamUIProxy;
134 scoped_ptr<MediaStreamUIProxy> ui;
148 scoped_ptr<MediaStreamUIProxy> stream_ui);
speech_recognition_manager_impl.cc 84 // MediaStreamUIProxy must be deleted on the IO thread.
230 scoped_ptr<MediaStreamUIProxy> stream_ui) {

Completed in 76 milliseconds