Searched refs:CreateProxy (Results 1 – 10 of 10) sorted by relevance
81 void CreateProxy(uint32_t flags, FileProxy* proxy) { in CreateProxy() function in base::FileProxyTest166 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()
788 void CreateProxy(IPC::Listener* listener) { in CreateProxy() function in __anon81a6c5020111::ChannelProxyRunner829 void CreateProxy(IPC::Listener* listener) { runner_->CreateProxy(listener); } in CreateProxy() function in __anon81a6c5020111::IPCChannelProxyMojoTest916 CreateProxy(&listener); in TEST_F()933 void CreateProxy(IPC::Listener* listener) { runner_->CreateProxy(listener); } in CreateProxy() function in __anon81a6c5020111::ChannelProxyClient965 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 …]
288 return SctpDataChannel::CreateProxy(channel); in InternalCreateDataChannelWithProxy()294 return RtpDataChannel::CreateProxy(channel); in InternalCreateDataChannelWithProxy()551 RtpDataChannel::CreateProxy(std::move(channel)); in CreateRemoteRtpDataChannel()
76 static rtc::scoped_refptr<DataChannelInterface> CreateProxy(
124 static rtc::scoped_refptr<DataChannelInterface> CreateProxy(
82 rtc::scoped_refptr<DataChannelInterface> RtpDataChannel::CreateProxy( in CreateProxy() function in webrtc::RtpDataChannel
147 rtc::scoped_refptr<DataChannelInterface> SctpDataChannel::CreateProxy( in CreateProxy() function in webrtc::SctpDataChannel
253 clang::ExternalASTSource *CreateProxy() { in CreateProxy() function
1133 clang::ExternalASTSource *ast_source = decl_map->CreateProxy(); in ParseInternal()
9570 m_scratch_ast_source_up->CreateProxy()); in ScratchTypeSystemClang()