Home
last modified time | relevance | path

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

/external/chromium_org/base/files/
Dfile_proxy_unittest.cc73 void CreateProxy(uint32 flags, FileProxy* proxy) { in CreateProxy() function in base::FileProxyTest
162 CreateProxy(File::FLAG_CREATE | File::FLAG_WRITE, &proxy); in TEST_F()
229 CreateProxy(File::FLAG_OPEN | File::FLAG_READ, &proxy); in TEST_F()
252 CreateProxy(File::FLAG_OPEN | File::FLAG_READ, &proxy); in TEST_F()
267 CreateProxy(File::FLAG_CREATE | File::FLAG_WRITE, &proxy); in TEST_F()
293 CreateProxy( in TEST_F()
326 CreateProxy(File::FLAG_OPEN | File::FLAG_WRITE, &proxy); in TEST_F()
352 CreateProxy(File::FLAG_OPEN | File::FLAG_WRITE, &proxy); in TEST_F()
/external/chromium_org/content/renderer/media/android/
Dstream_texture_factory.h57 virtual StreamTextureProxy* CreateProxy() = 0;
Dstream_texture_factory_impl.h32 virtual StreamTextureProxy* CreateProxy() OVERRIDE;
Dstream_texture_factory_synchronous_impl.h50 virtual StreamTextureProxy* CreateProxy() OVERRIDE;
Dstream_texture_factory_impl.cc131 StreamTextureProxy* StreamTextureFactoryImpl::CreateProxy() { in CreateProxy() function in content::StreamTextureFactoryImpl
Dstream_texture_factory_synchronous_impl.cc168 StreamTextureProxy* StreamTextureFactorySynchronousImpl::CreateProxy() { in CreateProxy() function in content::StreamTextureFactorySynchronousImpl
Dwebmediaplayer_android.cc1311 stream_texture_proxy_.reset(stream_texture_factory_->CreateProxy()); in TryCreateStreamTextureProxyIfNeeded()
/external/lldb/include/lldb/Expression/
DClangASTSource.h322 clang::ExternalASTSource *CreateProxy() in CreateProxy() function
/external/lldb/source/Expression/
DClangExpressionParser.cpp364 llvm::OwningPtr<clang::ExternalASTSource> ast_source(decl_map->CreateProxy()); in ClangExpressionParser()
/external/lldb/source/Target/
DTarget.cpp1742 …llvm::OwningPtr<clang::ExternalASTSource> proxy_ast_source(m_scratch_ast_source_ap->CreateProxy()); in GetScratchClangASTContext()