HomeSort by relevance Sort by last modified time
    Searched defs:MediaStreamUIProxy (Results 1 - 2 of 2) 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 {
30 static scoped_ptr<MediaStreamUIProxy> Create();
31 static scoped_ptr<MediaStreamUIProxy> CreateForTests(
34 virtual ~MediaStreamUIProxy();
54 MediaStreamUIProxy(RenderViewHostDelegate* test_render_delegate);
72 base::WeakPtrFactory<MediaStreamUIProxy> weak_factory_;
74 DISALLOW_COPY_AND_ASSIGN(MediaStreamUIProxy);
77 class CONTENT_EXPORT FakeMediaStreamUIProxy : public MediaStreamUIProxy {
84 // MediaStreamUIProxy overrides
    [all...]
media_stream_ui_proxy.cc 16 class MediaStreamUIProxy::Core {
18 explicit Core(const base::WeakPtr<MediaStreamUIProxy>& proxy,
31 base::WeakPtr<MediaStreamUIProxy> proxy_;
43 MediaStreamUIProxy::Core::Core(const base::WeakPtr<MediaStreamUIProxy>& proxy,
50 MediaStreamUIProxy::Core::~Core() {
54 void MediaStreamUIProxy::Core::RequestAccess(
83 void MediaStreamUIProxy::Core::OnStarted(gfx::NativeViewId* window_id) {
91 void MediaStreamUIProxy::Core::ProcessAccessRequestResponse(
100 base::Bind(&MediaStreamUIProxy::ProcessAccessRequestResponse
    [all...]

Completed in 4659 milliseconds