Home
last modified time | relevance | path

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

/external/libchrome/base/files/
Dfile_proxy_unittest.cc81 void CreateProxy(uint32_t flags, FileProxy* proxy) { in CreateProxy() function in base::FileProxyTest
166 CreateProxy(File::FLAG_CREATE | File::FLAG_WRITE, &proxy); in TEST_F()
227 CreateProxy(File::FLAG_CREATE | File::FLAG_WRITE, &proxy); in TEST_F()
250 CreateProxy(File::FLAG_OPEN | File::FLAG_READ, &proxy); in TEST_F()
273 CreateProxy(File::FLAG_OPEN | File::FLAG_READ, &proxy); in TEST_F()
289 CreateProxy(File::FLAG_CREATE | File::FLAG_WRITE, &proxy); in TEST_F()
323 CreateProxy( in TEST_F()
357 CreateProxy(File::FLAG_OPEN | File::FLAG_WRITE, &proxy); in TEST_F()
383 CreateProxy(File::FLAG_OPEN | File::FLAG_WRITE, &proxy); in TEST_F()
/external/libchrome/ipc/
Dipc_channel_mojo_unittest.cc788 void CreateProxy(IPC::Listener* listener) { in CreateProxy() function in __anon81a6c5020111::ChannelProxyRunner
829 void CreateProxy(IPC::Listener* listener) { runner_->CreateProxy(listener); } in CreateProxy() function in __anon81a6c5020111::IPCChannelProxyMojoTest
916 CreateProxy(&listener); in TEST_F()
933 void CreateProxy(IPC::Listener* listener) { runner_->CreateProxy(listener); } in CreateProxy() function in __anon81a6c5020111::ChannelProxyClient
965 CreateProxy(&listener); in DEFINE_IPC_CHANNEL_MOJO_TEST_CLIENT_WITH_CUSTOM_FIXTURE()
1036 CreateProxy(&listener); in TEST_F()
1052 CreateProxy(&listener); in DEFINE_IPC_CHANNEL_MOJO_TEST_CLIENT_WITH_CUSTOM_FIXTURE()
1170 CreateProxy(&listener); in TEST_F()
1280 CreateProxy(&client_impl); in DEFINE_IPC_CHANNEL_MOJO_TEST_CLIENT_WITH_CUSTOM_FIXTURE()
1338 CreateProxy(&listener); in TEST_F()
[all …]
/external/webrtc/pc/
Ddata_channel_controller.cc288 return SctpDataChannel::CreateProxy(channel); in InternalCreateDataChannelWithProxy()
294 return RtpDataChannel::CreateProxy(channel); in InternalCreateDataChannelWithProxy()
551 RtpDataChannel::CreateProxy(std::move(channel)); in CreateRemoteRtpDataChannel()
Drtp_data_channel.h76 static rtc::scoped_refptr<DataChannelInterface> CreateProxy(
Dsctp_data_channel.h124 static rtc::scoped_refptr<DataChannelInterface> CreateProxy(
Drtp_data_channel.cc82 rtc::scoped_refptr<DataChannelInterface> RtpDataChannel::CreateProxy( in CreateProxy() function in webrtc::RtpDataChannel
Dsctp_data_channel.cc147 rtc::scoped_refptr<DataChannelInterface> SctpDataChannel::CreateProxy( in CreateProxy() function in webrtc::SctpDataChannel
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangASTSource.h253 clang::ExternalASTSource *CreateProxy() { in CreateProxy() function
DClangExpressionParser.cpp1133 clang::ExternalASTSource *ast_source = decl_map->CreateProxy(); in ParseInternal()
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.cpp9570 m_scratch_ast_source_up->CreateProxy()); in ScratchTypeSystemClang()