HomeSort by relevance Sort by last modified time
    Searched defs:Pump (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/media/devices/
gtkvideorenderer.cc 65 Pump();
113 Pump();
137 void GtkVideoRenderer::Pump() {
  /external/chromium/third_party/libjingle/source/talk/base/
win32socketserver.cc 730 // Spin the Win32 message pump at least once, and as long as requested.
753 // No-op (cms == 0 && !process_io). This is the Pump case.
773 void Win32SocketServer::Pump() {
781 // are posted during the dispatch, they will be handled in the next Pump.
804 ss_->Pump();
  /external/chromium_org/chrome/browser/devtools/
port_forwarding_controller.cc 127 Pump(host_socket_.get(), remote_socket_.get());
128 Pump(remote_socket_.get(), host_socket_.get());
131 void Pump(net::StreamSocket* from, net::StreamSocket* to) {
196 Pump(from, to);
  /external/chromium_org/third_party/libjingle/source/talk/base/
win32socketserver.cc 777 // Spin the Win32 message pump at least once, and as long as requested.
809 // No-op (cms == 0 && !process_io). This is the Pump case.
829 void Win32SocketServer::Pump() {
837 // are posted during the dispatch, they will be handled in the next Pump.
860 ss_->Pump();

Completed in 41 milliseconds