StreamTextureProxy   24 content/renderer/media/android/stream_texture_factory.h class StreamTextureProxy {
StreamTextureProxy   26 content/renderer/media/android/stream_texture_factory.h   virtual ~StreamTextureProxy() {}
StreamTextureProxy   40 content/renderer/media/android/stream_texture_factory.h     inline void operator()(StreamTextureProxy* ptr) const { ptr->Release(); }
StreamTextureProxy   44 content/renderer/media/android/stream_texture_factory.h typedef scoped_ptr<StreamTextureProxy, StreamTextureProxy::Deleter>
StreamTextureProxy   51 content/renderer/media/android/stream_texture_factory.h   virtual StreamTextureProxy* CreateProxy() = 0;
StreamTextureProxy   18 content/renderer/media/android/stream_texture_factory_impl.cc class StreamTextureProxyImpl : public StreamTextureProxy,
StreamTextureProxy  100 content/renderer/media/android/stream_texture_factory_impl.cc StreamTextureProxy* StreamTextureFactoryImpl::CreateProxy() {
StreamTextureProxy   32 content/renderer/media/android/stream_texture_factory_impl.h   virtual StreamTextureProxy* CreateProxy() OVERRIDE;
StreamTextureProxy   29 content/renderer/media/android/stream_texture_factory_synchronous_impl.cc     : public StreamTextureProxy,
StreamTextureProxy  152 content/renderer/media/android/stream_texture_factory_synchronous_impl.cc StreamTextureProxy* StreamTextureFactorySynchronousImpl::CreateProxy() {
StreamTextureProxy   46 content/renderer/media/android/stream_texture_factory_synchronous_impl.h   virtual StreamTextureProxy* CreateProxy() OVERRIDE;