HomeSort by relevance Sort by last modified time
    Searched refs:SocketsUdpSetPausedFunction (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/extensions/browser/api/sockets_udp/
sockets_udp_api.h 76 class SocketsUdpSetPausedFunction : public UDPSocketAsyncApiFunction {
80 SocketsUdpSetPausedFunction();
83 virtual ~SocketsUdpSetPausedFunction();
sockets_udp_api.cc 134 SocketsUdpSetPausedFunction::SocketsUdpSetPausedFunction()
137 SocketsUdpSetPausedFunction::~SocketsUdpSetPausedFunction() {}
139 bool SocketsUdpSetPausedFunction::Prepare() {
152 void SocketsUdpSetPausedFunction::Work() {

Completed in 28 milliseconds