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

  /external/chromium/base/
message_pump_libevent.h 73 void set_pump(MessagePumpLibevent* pump) { pump_ = pump; }
74 MessagePumpLibevent* pump() { return pump_; } function in class:base::MessagePumpLibevent::FileDescriptorWatcher
78 void OnFileCanReadWithoutBlocking(int fd, MessagePumpLibevent* pump);
79 void OnFileCanWriteWithoutBlocking(int fd, MessagePumpLibevent* pump);
message_pump_libevent.cc 25 // struct event_base (of which there is one per message pump), and
94 int fd, MessagePumpLibevent* pump) {
95 pump->WillProcessIOEvent();
97 pump->DidProcessIOEvent();
101 int fd, MessagePumpLibevent* pump) {
102 pump->WillProcessIOEvent();
104 pump->DidProcessIOEvent();
174 // Set current interest mask and message pump for this event.
177 // Tell libevent which message pump this socket will belong to when we add it.
330 MessagePumpLibevent* pump = controller->pump() local
    [all...]
message_pump_glib.cc 40 // On each iteration of the GLib pump, it calls each source's Prepare function.
80 // For the GLib pump we try to follow the Windows UI pump model:
88 base::MessagePumpForUI* pump; member in struct:__anon3115::WorkSource
93 *timeout_ms = static_cast<WorkSource*>(source)->pump->HandlePrepare();
102 return static_cast<WorkSource*>(source)->pump->HandleCheck();
109 static_cast<WorkSource*>(source)->pump->HandleDispatch();
137 // This keeps the state of whether the pump got signaled that there was new
156 static_cast<WorkSource*>(work_source_)->pump = this;
178 // Make sure we only run this on one thread. GTK only has one message pump
    [all...]
message_loop.cc 278 // Start the native pump if we are not already pumping.
516 scoped_refptr<base::MessagePump> pump;
523 return; // Someone else should have started the sub-pump.
525 pump = pump_;
529 // We use a stack-based reference to the message pump so that we can call
532 pump->ScheduleWork();
  /external/chromium/third_party/libjingle/source/talk/examples/call/
call_main.cc 347 // Need to pump messages on our main thread on Windows.
353 XmppPump pump; local
354 CallClient *client = new CallClient(pump.client());
378 pump.client()->SignalLogInput.connect(&debug_log_, &DebugLog::Input);
379 pump.client()->SignalLogOutput.connect(&debug_log_, &DebugLog::Output);
382 pump.DoLogin(xcs, new XmppSocket(true), NULL);
384 pump.DoDisconnect();
  /external/webkit/Tools/Scripts/webkitpy/common/thread/
messagepump_unittest.py 55 pump = MessagePump(delegate, queue)
  /external/proguard/src/proguard/obfuscate/
MappingReader.java 47 public void pump(MappingProcessor mappingProcessor) throws IOException method in class:MappingReader
Obfuscator.java 135 reader.pump(keeper);
  /external/proguard/src/proguard/retrace/
ReTrace.java 113 mappingReader.pump(this);
  /external/proguard/lib/
proguard.jar 
  /prebuilts/tools/common/proguard/proguard4.7/lib/
proguard.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 

Completed in 671 milliseconds