Home
last modified time | relevance | path

Searched refs:CreateProxy (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/content/renderer/media/android/
Dstream_texture_factory_android_impl.h26 virtual StreamTextureProxy* CreateProxy() OVERRIDE;
Dstream_texture_factory_android.h52 virtual StreamTextureProxy* CreateProxy() = 0;
Dstream_texture_factory_android_synchronous_impl.h45 virtual StreamTextureProxy* CreateProxy() OVERRIDE;
Dstream_texture_factory_android_impl.cc93 StreamTextureProxy* StreamTextureFactoryImpl::CreateProxy() { in CreateProxy() function in content::StreamTextureFactoryImpl
Dstream_texture_factory_android_synchronous_impl.cc128 StreamTextureProxy* StreamTextureFactorySynchronousImpl::CreateProxy() { in CreateProxy() function in content::StreamTextureFactorySynchronousImpl
Dwebmediaplayer_android.cc1110 stream_texture_proxy_.reset(stream_texture_factory_->CreateProxy()); in TryCreateStreamTextureProxyIfNeeded()
/external/chromium_org/chrome_frame/
Dchrome_frame_automation.h258 void CreateProxy(ChromeFrameLaunchParams* params,
Dchrome_frame_automation.cc215 FROM_HERE, base::Bind(&AutomationProxyCacheEntry::CreateProxy, in AutomationProxyCacheEntry()
233 void AutomationProxyCacheEntry::CreateProxy(ChromeFrameLaunchParams* params, in CreateProxy() function in AutomationProxyCacheEntry