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

  /external/chromium_org/content/renderer/media/android/
stream_texture_factory.h 57 virtual StreamTextureProxy* CreateProxy() = 0;
stream_texture_factory_impl.h 32 virtual StreamTextureProxy* CreateProxy() OVERRIDE;
stream_texture_factory_synchronous_impl.h 50 virtual StreamTextureProxy* CreateProxy() OVERRIDE;
stream_texture_factory_impl.cc 131 StreamTextureProxy* StreamTextureFactoryImpl::CreateProxy() {
stream_texture_factory_synchronous_impl.cc 168 StreamTextureProxy* StreamTextureFactorySynchronousImpl::CreateProxy() {
webmediaplayer_android.cc     [all...]
  /external/chromium_org/base/files/
file_proxy_unittest.cc 73 void CreateProxy(uint32 flags, FileProxy* proxy) {
162 CreateProxy(File::FLAG_CREATE | File::FLAG_WRITE, &proxy);
229 CreateProxy(File::FLAG_OPEN | File::FLAG_READ, &proxy);
252 CreateProxy(File::FLAG_OPEN | File::FLAG_READ, &proxy);
267 CreateProxy(File::FLAG_CREATE | File::FLAG_WRITE, &proxy);
293 CreateProxy(
326 CreateProxy(File::FLAG_OPEN | File::FLAG_WRITE, &proxy);
352 CreateProxy(File::FLAG_OPEN | File::FLAG_WRITE, &proxy);
  /external/lldb/include/lldb/Expression/
ClangASTSource.h 322 clang::ExternalASTSource *CreateProxy()
  /external/lldb/source/Expression/
ClangExpressionParser.cpp 364 llvm::OwningPtr<clang::ExternalASTSource> ast_source(decl_map->CreateProxy());
  /cts/suite/cts/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...]
  /external/lldb/source/Target/
Target.cpp     [all...]

Completed in 286 milliseconds