OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OnReceive
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/components/proximity_auth/
bluetooth_connection.h
66
void
OnReceive
(int bytes_received, scoped_refptr<net::IOBuffer> buffer);
bluetooth_connection.cc
112
base::Bind(&BluetoothConnection::
OnReceive
, weak_this),
175
void BluetoothConnection::
OnReceive
(int bytes_received,
/external/chromium_org/extensions/browser/api/serial/
serial_event_dispatcher.cc
95
// was read, so we may fire an
onReceive
regardless of any error code.
100
scoped_ptr<base::ListValue> args = serial::
OnReceive
::Create(receive_info);
102
new extensions::Event(serial::
OnReceive
::kEventName, args.Pass()));
/external/chromium_org/extensions/browser/api/sockets_tcp/
tcp_socket_event_dispatcher.cc
128
// Dispatch "
onReceive
" event.
133
sockets_tcp::
OnReceive
::Create(receive_info);
135
new Event(sockets_tcp::
OnReceive
::kEventName, args.Pass()));
/external/chromium_org/extensions/browser/api/sockets_udp/
udp_socket_event_dispatcher.cc
111
// Dispatch "
onReceive
" event.
118
sockets_udp::
OnReceive
::Create(receive_info);
120
new Event(sockets_udp::
OnReceive
::kEventName, args.Pass()));
/external/chromium_org/extensions/browser/api/bluetooth_socket/
bluetooth_socket_event_dispatcher.cc
191
// Dispatch "
onReceive
" event.
196
bluetooth_socket::
OnReceive
::Create(receive_info);
198
new Event(bluetooth_socket::
OnReceive
::kEventName, args.Pass()));
Completed in 1088 milliseconds