OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Pump
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/media/devices/
gtkvideorenderer.h
54
//
Pump
the Gtk event loop until there are no events left.
55
void
Pump
();
gtkvideorenderer.cc
65
Pump
();
113
Pump
();
137
void GtkVideoRenderer::
Pump
() {
/external/chromium/third_party/libjingle/source/talk/base/
win32socketserver.h
119
void
Pump
();
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/third_party/libjingle/source/talk/base/
win32socketserver.h
128
void
Pump
();
win32socketserver_unittest.cc
19
// Test that Win32Socket::
Pump
does not touch general Windows messages.
24
server.
Pump
();
win32socketserver.cc
774
// Spin the Win32 message
pump
at least once, and as long as requested.
806
// No-op (cms == 0 && !process_io). This is the
Pump
case.
826
void Win32SocketServer::
Pump
() {
834
// are posted during the dispatch, they will be handled in the next
Pump
.
857
ss_->
Pump
();
/external/chromium_org/chrome/browser/devtools/
tethering_adb_filter.cc
119
Pump
(host_socket_.get(), remote_socket_.get());
120
Pump
(remote_socket_.get(), host_socket_.get());
123
void
Pump
(net::StreamSocket* from, net::StreamSocket* to) {
188
Pump
(from, to);
Completed in 399 milliseconds