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

  /external/chromium_org/chrome/browser/extensions/api/socket/
socket_api.h 268 class SocketReadFunction : public SocketAsyncApiFunction {
272 SocketReadFunction();
275 virtual ~SocketReadFunction();
socket_api.cc 374 SocketReadFunction::SocketReadFunction() {}
376 SocketReadFunction::~SocketReadFunction() {}
378 bool SocketReadFunction::Prepare() {
384 void SocketReadFunction::AsyncWorkStart() {
393 base::Bind(&SocketReadFunction::OnCompleted, this));
396 void SocketReadFunction::OnCompleted(int bytes_read,

Completed in 26 milliseconds