Searched refs:Pump (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/media/devices/
H A Dgtkvideorenderer.h54 // Pump the Gtk event loop until there are no events left.
55 void Pump();
H A Dgtkvideorenderer.cc65 Pump();
113 Pump();
137 void GtkVideoRenderer::Pump() { function in class:cricket::GtkVideoRenderer
/external/chromium_org/third_party/webrtc/base/
H A Dwin32socketserver_unittest.cc25 // Test that Win32Socket::Pump does not touch general Windows messages.
30 server.Pump();
H A Dwin32socketserver.h111 void Pump();
H A Dwin32socketserver.cc792 // No-op (cms == 0 && !process_io). This is the Pump case.
812 void Win32SocketServer::Pump() { function in class:rtc::Win32SocketServer
820 // are posted during the dispatch, they will be handled in the next Pump.
843 ss_->Pump();
/external/chromium_org/chrome/browser/devtools/device/
H A Dport_forwarding_controller.cc121 ++pending_writes_; // avoid SelfDestruct in first Pump
122 Pump(host_socket_.get(), remote_socket_.get());
127 Pump(remote_socket_.get(), host_socket_.get());
131 void Pump(net::StreamSocket* from, net::StreamSocket* to) { function in class:__anon3539::SocketTunnel
196 Pump(from, to);

Completed in 123 milliseconds