OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ReceiveParams
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/extensions/api/serial/
serial_event_dispatcher.h
44
struct
ReceiveParams
{
45
ReceiveParams
();
46
~
ReceiveParams
();
55
static void StartReceive(const
ReceiveParams
& params);
57
static void ReceiveCallback(const
ReceiveParams
& params,
61
static void PostEvent(const
ReceiveParams
& params,
serial_event_dispatcher.cc
53
SerialEventDispatcher::
ReceiveParams
::
ReceiveParams
() {}
55
SerialEventDispatcher::
ReceiveParams
::~
ReceiveParams
() {}
61
ReceiveParams
params;
72
void SerialEventDispatcher::StartReceive(const
ReceiveParams
& params) {
88
void SerialEventDispatcher::ReceiveCallback(const
ReceiveParams
& params,
129
void SerialEventDispatcher::PostEvent(const
ReceiveParams
& params,
/external/chromium_org/extensions/browser/api/sockets_udp/
udp_socket_event_dispatcher.h
53
// base::Bind supports methods with up to 6 parameters.
ReceiveParams
is used
55
struct
ReceiveParams
{
56
ReceiveParams
();
57
~
ReceiveParams
();
67
static void StartReceive(const
ReceiveParams
& params);
70
static void ReceiveCallback(const
ReceiveParams
& params,
77
static void PostEvent(const
ReceiveParams
& params, scoped_ptr<Event> event);
udp_socket_event_dispatcher.cc
50
UDPSocketEventDispatcher::
ReceiveParams
::
ReceiveParams
() {}
52
UDPSocketEventDispatcher::
ReceiveParams
::~
ReceiveParams
() {}
63
ReceiveParams
params;
74
void UDPSocketEventDispatcher::StartReceive(const
ReceiveParams
& params) {
98
const
ReceiveParams
& params,
154
void UDPSocketEventDispatcher::PostEvent(const
ReceiveParams
& params,
Completed in 266 milliseconds