/external/chromium_org/base/message_loop/ |
message_pump_libevent_unittest.cc | 47 MessagePumpLibevent* pump, 49 pump->OnLibeventNotification(0, EV_WRITE | EV_READ, controller); 87 scoped_ptr<MessagePumpLibevent> pump(new MessagePumpLibevent); 88 ASSERT_DEATH(pump->Quit(), "Check failed: in_run_. " 133 scoped_ptr<MessagePumpLibevent> pump(new MessagePumpLibevent); 137 pump->WatchFileDescriptor(pipefds_[1], 141 OnLibeventNotification(pump.get(), watcher); 158 scoped_ptr<MessagePumpLibevent> pump(new MessagePumpLibevent); 161 pump->WatchFileDescriptor(pipefds_[1], 165 OnLibeventNotification(pump.get(), &watcher) [all...] |
message_pump_io_ios_unittest.cc | 129 scoped_ptr<MessagePumpIOSForIO> pump(new MessagePumpIOSForIO); 133 pump->WatchFileDescriptor(pipefds_[1], 143 MessagePumpIOSForIO* pump, 146 pump_(pump), 165 scoped_ptr<MessagePumpIOSForIO> pump(new MessagePumpIOSForIO); 167 StopWatcher delegate(&watcher, pump.get()); 168 pump->WatchFileDescriptor(pipefds_[1], 176 scoped_ptr<MessagePumpIOSForIO> pump(new MessagePumpIOSForIO); 178 StopWatcher delegate(&watcher, pump.get(), alternate_pipefds_[1]); 179 pump->WatchFileDescriptor(pipefds_[1] [all...] |
message_pump_io_ios.cc | 52 MessagePumpIOSForIO* pump) { 54 pump->WillProcessIOEvent(); 56 pump->DidProcessIOEvent(); 61 MessagePumpIOSForIO* pump) { 63 pump->WillProcessIOEvent(); 65 pump->DidProcessIOEvent(); 85 // WatchFileDescriptor should be called on the pump thread. It is not 186 MessagePumpIOSForIO* pump = controller->pump().get(); local 187 DCHECK(pump); [all...] |
message_loop_test.cc | 89 scoped_ptr<MessagePump> pump(factory()); 90 MessageLoop loop(pump.Pass()); 118 scoped_ptr<MessagePump> pump(factory()); 119 MessageLoop loop(pump.Pass()); 141 scoped_ptr<MessagePump> pump(factory()); 142 MessageLoop loop(pump.Pass()); 166 scoped_ptr<MessagePump> pump(factory()); 167 MessageLoop loop(pump.Pass()); 196 scoped_ptr<MessagePump> pump(factory()); 197 MessageLoop loop(pump.Pass()) [all...] |
message_pump.h | 26 // pump would otherwise call DoDelayedWork. Returns true to indicate that 32 // message pump would otherwise sleep waiting for more work. Returns true 41 // Called from within Run just before the message pump goes to sleep. 43 // the pump will now wait. 50 // The Run method is called to enter the message pump's run loop. 52 // Within the method, the message pump is responsible for processing native 54 // message pump should take care to mix delegate callbacks with native 86 // Here, DoInternalWork is some private method of the message pump that is 106 // pump. DoWork in particular must never be starved for time slices unless
|
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 MessagePumpGlib* pump; member in struct:base::__anon6995::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(); 123 // thread. X only has one message pump so we can only have one UI loop per 127 // Tracks the pump the most recent pump that has been run 130 MessagePumpGlib* pump; member in struct:base::__anon6995::ThreadInfo [all...] |
message_pump_libevent.cc | 26 // struct event_base (of which there is one per message pump), and 93 int fd, MessagePumpLibevent* pump) { 98 pump->WillProcessIOEvent(); 100 pump->DidProcessIOEvent(); 104 int fd, MessagePumpLibevent* pump) { 106 pump->WillProcessIOEvent(); 108 pump->DidProcessIOEvent(); 147 // WatchFileDescriptor should be called on the pump thread. It is not 182 // Set current interest mask and message pump for this event. 185 // Tell libevent which message pump this socket will belong to when we add it 345 MessagePumpLibevent* pump = controller->pump(); local [all...] |
message_pump_io_ios.h | 75 void set_pump(base::WeakPtr<MessagePumpIOSForIO> pump) { pump_ = pump; } 76 const base::WeakPtr<MessagePumpIOSForIO>& pump() const { return pump_; } function in class:base::MessagePumpIOSForIO::FileDescriptorWatcher 80 void OnFileCanReadWithoutBlocking(int fd, MessagePumpIOSForIO* pump); 81 void OnFileCanWriteWithoutBlocking(int fd, MessagePumpIOSForIO* pump);
|
message_pump_win.h | 24 // controlling the lifetime of the message pump. 57 // can drive execution of tasks when a native message pump is running. 68 // MessagePumpForUI implements a "traditional" Windows message pump. It contains 72 // this pump goes into a wait state. In most cases, this message pump handles 77 // pump. That bare-bones message pump generally supports little more than a 79 // message. MessageLoop extends that bare-bones message pump to also service 82 // The basic structure of the extension (refered to as a sub-pump) is that a 96 // sub-pump is halted. The pump is automatically re-started when Tasks ar [all...] |
message_pump_libevent.h | 78 void set_pump(MessagePumpLibevent* pump) { pump_ = pump; } 79 MessagePumpLibevent* pump() const { return pump_; } function in class:base::MessagePumpLibevent::FileDescriptorWatcher 83 void OnFileCanReadWithoutBlocking(int fd, MessagePumpLibevent* pump); 84 void OnFileCanWriteWithoutBlocking(int fd, MessagePumpLibevent* pump);
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
run_loop_testing.mm | 13 // This class is scheduled with a delayed selector to quit the message pump. 18 - (id)initWithMessagePump:(base::MessagePumpNSRunLoop*)pump; 23 - (id)initWithMessagePump:(base::MessagePumpNSRunLoop*)pump { 25 pump_ = pump;
|
/external/chromium_org/native_client_sdk/src/libraries/gmock/ |
library.dsc | 30 'gmock-generated-actions.h.pump', 32 'gmock-generated-function-mockers.h.pump', 34 'gmock-generated-matchers.h.pump', 36 'gmock-generated-nice-strict.h.pump', 48 'gmock-generated-internal-utils.h.pump',
|
/external/chromium_org/base/ |
OWNERS | 14 per-file bind.h.pump=ajwong@chromium.org 16 per-file bind_internal.h.pump=ajwong@chromium.org 18 per-file bind_internal_win.h.pump=ajwong@chromium.org 24 per-file callback.h.pump=ajwong@chromium.org
|
bind_internal_win.h.pump | 1 $$ This is a pump file for generating file templates. Pump is a python 8 $$ See comment for MAX_ARITY in base/bind.h.pump.
|
/external/chromium_org/third_party/libjingle/source/talk/examples/call/ |
callclient_unittest.cc | 37 buzz::XmppPump pump; local 38 CallClient *client = new CallClient(pump.client(), "app", "version"); 43 buzz::XmppPump pump; local 44 CallClient *client = new CallClient(pump.client(), "app", "version");
|
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/ |
callback_tracker_internal.h.pump | 1 $$ This is a pump file for generating file templates. Pump is a python 7 $$ See comment for MAX_ARITY in base/bind.h.pump.
|
callback_helper.h.pump | 1 $$ This is a pump file for generating file templates. Pump is a python 7 $$ See comment for MAX_ARITY in base/bind.h.pump.
|
/external/chromium_org/content/public/test/ |
nested_message_pump_android.h | 14 // A nested message pump to be used for content browsertests and layout tests 15 // on Android. It overrides the default UI message pump to allow nested loops.
|
frame_load_waiter.cc | 17 // Pump messages until Blink's threaded HTML parser finishes.
|
/external/chromium_org/third_party/webrtc/test/testsupport/mac/ |
run_threaded_main_mac.h | 15 * function, and uses the main thread to pump messages. That way we can run our 16 * code in a regular sequential fashion and still pump events, which are
|
/external/chromium_org/ui/views/controls/menu/ |
menu_event_dispatcher_linux.h | 14 // A message-pump dispatcher object used to dispatch events from the nested
|
menu_message_pump_dispatcher_win.h | 17 // A message-pump dispatcher object used to dispatch events from the nested
|
/external/chromium_org/content/renderer/device_sensors/ |
device_sensor_event_pump.h | 59 // The pump is a tri-state automaton with allowed transitions as follows: 71 DVLOG(2) << "did start sensor event pump";
|
/external/chromium_org/third_party/webrtc/base/ |
sigslottester.h | 2 // pump.py sigslottester.h.pump 18 // To generate sigslottester.h from sigslottester.h.pump, execute: 19 // /home/build/google3/third_party/gtest/scripts/pump.py sigslottester.h.pump
|
/external/chromium_org/media/base/ |
bind_to_current_loop.h.pump | 1 $$ This is a pump file for generating file templates. Pump is a python 8 $$ See comment for MAX_ARITY in base/bind.h.pump.
|