/external/chromium_org/chrome/browser/extensions/api/socket/ |
D | udp_socket_unittest.cc | 27 static void OnCompleted(int bytes_read, in OnCompleted() function 48 socket.RecvFrom(4096, base::Bind(&OnCompleted)); in TEST() 49 socket.RecvFrom(4096, base::Bind(&OnCompleted)); in TEST()
|
D | socket_api.cc | 388 OnCompleted(-1, NULL); in AsyncWorkStart() 393 base::Bind(&SocketReadFunction::OnCompleted, this)); in AsyncWorkStart() 396 void SocketReadFunction::OnCompleted(int bytes_read, in OnCompleted() function in extensions::SocketReadFunction 435 OnCompleted(-1); in AsyncWorkStart() 440 base::Bind(&SocketWriteFunction::OnCompleted, this)); in AsyncWorkStart() 443 void SocketWriteFunction::OnCompleted(int bytes_written) { in OnCompleted() function in extensions::SocketWriteFunction 465 OnCompleted(-1, NULL, std::string(), 0); in AsyncWorkStart() 470 base::Bind(&SocketRecvFromFunction::OnCompleted, this)); in AsyncWorkStart() 473 void SocketRecvFromFunction::OnCompleted(int bytes_read, in OnCompleted() function in extensions::SocketRecvFromFunction 552 base::Bind(&SocketSendToFunction::OnCompleted, this)); in StartSendTo() [all …]
|
D | socket_api.h | 280 void OnCompleted(int result, scoped_refptr<net::IOBuffer> io_buffer); 298 void OnCompleted(int result); 318 void OnCompleted(int result, 339 void OnCompleted(int result);
|
/external/chromium_org/chrome/browser/chromeos/drive/ |
D | drive_file_stream_reader.h | 50 virtual void OnCompleted(FileError error) = 0; 68 virtual void OnCompleted(FileError error) OVERRIDE; 100 virtual void OnCompleted(FileError error) OVERRIDE;
|
D | drive_file_stream_reader.cc | 109 void LocalReaderProxy::OnCompleted(FileError error) { in OnCompleted() function in drive::internal::LocalReaderProxy 221 void NetworkReaderProxy::OnCompleted(FileError error) { in OnCompleted() function in drive::internal::NetworkReaderProxy 434 reader_proxy_->OnCompleted(error); in OnGetFileContentCompletion()
|
D | drive_file_stream_reader_unittest.cc | 228 proxy.OnCompleted(FILE_ERROR_FAILED); in TEST_F() 249 proxy.OnCompleted(FILE_ERROR_FAILED); in TEST_F() 262 proxy.OnCompleted(FILE_ERROR_OK); in TEST_F()
|
/external/chromium_org/chrome/browser/extensions/api/feedback_private/ |
D | feedback_private_api.cc | 154 &FeedbackPrivateGetSystemInformationFunction::OnCompleted, this)); in RunImpl() 158 void FeedbackPrivateGetSystemInformationFunction::OnCompleted( in OnCompleted() function in extensions::FeedbackPrivateGetSystemInformationFunction 232 base::Bind(&FeedbackPrivateSendFeedbackFunction::OnCompleted, this)); in RunImpl() 237 void FeedbackPrivateSendFeedbackFunction::OnCompleted( in OnCompleted() function in extensions::FeedbackPrivateSendFeedbackFunction
|
D | feedback_private_api.h | 90 void OnCompleted( 105 void OnCompleted(bool success);
|
/external/chromium_org/chrome/browser/extensions/api/sockets_tcp/ |
D | sockets_tcp_api.cc | 279 OnCompleted(lookup_result); in AfterDnsLookup() 292 base::Bind(&SocketsTcpConnectFunction::OnCompleted, this)); in StartConnect() 295 void SocketsTcpConnectFunction::OnCompleted(int net_result) { in OnCompleted() function in extensions::api::SocketsTcpConnectFunction 350 base::Bind(&SocketsTcpSendFunction::OnCompleted, this)); in AsyncWorkStart() 353 void SocketsTcpSendFunction::OnCompleted(int net_result) { in OnCompleted() function in extensions::api::SocketsTcpSendFunction
|
D | sockets_tcp_api.h | 149 void OnCompleted(int net_result); 186 void OnCompleted(int net_result);
|
/external/chromium_org/content/browser/download/ |
D | drag_download_file.cc | 22 typedef base::Callback<void(bool)> OnCompleted; typedef 40 const OnCompleted& on_completed) in DragDownloadFileUI() 138 OnCompleted on_completed_;
|
/external/chromium_org/chrome/browser/extensions/api/diagnostics/ |
D | diagnostics_api.h | 47 void OnCompleted(SendPacketResultCode result_code,
|
D | diagnostics_api.cc | 32 void DiagnosticsSendPacketFunction::OnCompleted( in OnCompleted() function in extensions::DiagnosticsSendPacketFunction
|
D | diagnostics_api_chromeos.cc | 89 base::Bind(&DiagnosticsSendPacketFunction::OnCompleted, this))); in AsyncWorkStart()
|
/external/chromium_org/chrome/browser/extensions/api/usb/ |
D | usb_api.cc | 490 void UsbAsyncApiTransferFunction::OnCompleted(UsbTransferStatus status, in OnCompleted() function in extensions::UsbAsyncApiTransferFunction 691 base::Bind(&UsbRequestAccessFunction::OnCompleted, in AsyncWorkStart() 699 void UsbRequestAccessFunction::OnCompleted(bool success) { in OnCompleted() function in extensions::UsbRequestAccessFunction 993 base::Bind(&UsbControlTransferFunction::OnCompleted, this)); in AsyncWorkStart() 1039 base::Bind(&UsbBulkTransferFunction::OnCompleted, this)); in AsyncWorkStart() 1085 base::Bind(&UsbInterruptTransferFunction::OnCompleted, this)); in AsyncWorkStart() 1149 base::Bind(&UsbIsochronousTransferFunction::OnCompleted, this)); in AsyncWorkStart()
|
D | usb_api.h | 63 void OnCompleted(UsbTransferStatus status, 120 void OnCompleted(bool success);
|
/external/chromium_org/net/base/ |
D | network_delegate.cc | 72 OnCompleted(request, started); in NotifyCompleted() 179 void NetworkDelegate::OnCompleted(URLRequest* request, bool started) { in OnCompleted() function in net::NetworkDelegate
|
D | network_delegate.h | 171 virtual void OnCompleted(URLRequest* request, bool started);
|
/external/chromium_org/win8/metro_driver/ |
D | print_handler.h | 48 HRESULT OnCompleted(wingfx::Printing::IPrintTask* task,
|
/external/chromium_org/android_webview/browser/net/ |
D | aw_network_delegate.h | 40 virtual void OnCompleted(net::URLRequest* request, bool started) OVERRIDE;
|
D | aw_network_delegate.cc | 63 void AwNetworkDelegate::OnCompleted(net::URLRequest* request, bool started) { in OnCompleted() function in android_webview::AwNetworkDelegate
|
/external/chromium_org/content/shell/browser/ |
D | shell_network_delegate.h | 42 virtual void OnCompleted(net::URLRequest* request, bool started) OVERRIDE;
|
D | shell_network_delegate.cc | 65 void ShellNetworkDelegate::OnCompleted(net::URLRequest* request, bool started) { in OnCompleted() function in content::ShellNetworkDelegate
|
/external/chromium/net/base/ |
D | host_resolver_impl_unittest.cc | 161 virtual void OnCompleted(ResolveRequest* resolve) = 0; 218 delegate_->OnCompleted(this); in OnLookupFinished() 499 virtual void OnCompleted(ResolveRequest* resolve) { in OnCompleted() function in net::__anon7ae4a5610111::DeDupeRequestsVerifier 572 virtual void OnCompleted(ResolveRequest* resolve) { in OnCompleted() function in net::__anon7ae4a5610111::CancelMultipleRequestsVerifier 630 virtual void OnCompleted(ResolveRequest* resolve) { in OnCompleted() function in net::__anon7ae4a5610111::CancelWithinCallbackVerifier 714 virtual void OnCompleted(ResolveRequest* resolve) { in OnCompleted() function in net::__anon7ae4a5610111::DeleteWithinCallbackVerifier 765 virtual void OnCompleted(ResolveRequest* resolve) { in OnCompleted() function in net::__anon7ae4a5610111::StartWithinCallbackVerifier 821 virtual void OnCompleted(ResolveRequest* resolve) { in OnCompleted() function in net::__anon7ae4a5610111::BypassCacheVerifier
|
/external/chromium_org/net/proxy/ |
D | network_delegate_error_observer_unittest.cc | 52 virtual void OnCompleted(URLRequest* request, bool started) OVERRIDE {} in OnCompleted() function in net::__anon0a2ef3030111::TestNetworkDelegate
|