Searched defs:MediaStreamUIProxy (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/browser/renderer_host/media/
H A Dmedia_stream_ui_proxy.h19 // MediaStreamUIProxy proxies calls to media stream UI between IO thread and UI
22 class CONTENT_EXPORT MediaStreamUIProxy { class in namespace:content
31 static scoped_ptr<MediaStreamUIProxy> Create();
32 static scoped_ptr<MediaStreamUIProxy> CreateForTests(
35 virtual ~MediaStreamUIProxy();
65 explicit MediaStreamUIProxy(RenderFrameHostDelegate* test_render_delegate);
85 base::WeakPtrFactory<MediaStreamUIProxy> weak_factory_;
87 DISALLOW_COPY_AND_ASSIGN(MediaStreamUIProxy);
90 class CONTENT_EXPORT FakeMediaStreamUIProxy : public MediaStreamUIProxy {
99 // MediaStreamUIProxy override
[all...]
H A Dmedia_stream_ui_proxy.cc16 class MediaStreamUIProxy::Core {
18 explicit Core(const base::WeakPtr<MediaStreamUIProxy>& proxy,
37 base::WeakPtr<MediaStreamUIProxy> proxy_;
49 MediaStreamUIProxy::Core::Core(const base::WeakPtr<MediaStreamUIProxy>& proxy,
56 MediaStreamUIProxy::Core::~Core() {
60 void MediaStreamUIProxy::Core::RequestAccess(
80 bool MediaStreamUIProxy::Core::CheckAccess(const GURL& security_origin,
94 void MediaStreamUIProxy::Core::OnStarted(gfx::NativeViewId* window_id) {
102 void MediaStreamUIProxy
145 MediaStreamUIProxy::MediaStreamUIProxy( function in class:content::MediaStreamUIProxy
[all...]

Completed in 69 milliseconds