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

  /external/chromium_org/content/renderer/media/android/
stream_texture_factory_android.h 48 virtual StreamTextureProxy* CreateProxy() = 0;
stream_texture_factory_android_impl.h 26 virtual StreamTextureProxy* CreateProxy() OVERRIDE;
stream_texture_factory_android_synchronous_impl.h 45 virtual StreamTextureProxy* CreateProxy() OVERRIDE;
stream_texture_factory_android_impl.cc 93 StreamTextureProxy* StreamTextureFactoryImpl::CreateProxy() {
stream_texture_factory_android_synchronous_impl.cc 128 StreamTextureProxy* StreamTextureFactorySynchronousImpl::CreateProxy() {
webmediaplayer_android.cc 850 stream_texture_proxy_.reset(stream_texture_factory_->CreateProxy());
    [all...]
  /external/chromium_org/chrome_frame/
chrome_frame_automation.h 258 void CreateProxy(ChromeFrameLaunchParams* params,
chrome_frame_automation.cc 215 FROM_HERE, base::Bind(&AutomationProxyCacheEntry::CreateProxy,
233 void AutomationProxyCacheEntry::CreateProxy(ChromeFrameLaunchParams* params,
355 TRACE_EVENT_END_ETW("chromeframe.createproxy", this, "");
434 TRACE_EVENT_BEGIN_ETW("chromeframe.createproxy", this, "");
    [all...]
  /cts/suite/pts/deviceTests/browserbench/assets/octane/
box2d.js 78 z.prototype.GetVertexCount=function(){return this.m_count};z.prototype.GetVertex=function(b){if(b===undefined)b=0;y.b2Assert(0<=b&&b<this.m_count);return this.m_vertices[b]};u.b2DynamicTree=function(){};u.prototype.b2DynamicTree=function(){this.m_freeList=this.m_root=null;this.m_insertionCount=this.m_path=0};u.prototype.CreateProxy=function(b,e){var f=this.AllocateNode(),m=y.b2_aabbExtension,r=y.b2_aabbExtension;f.aabb.lowerBound.x=b.lowerBound.x-m;f.aabb.lowerBound.y=b.lowerBound.y-r;f.aabb.upperBound.x=
    [all...]

Completed in 153 milliseconds