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

  /external/chromium_org/base/message_loop/
message_pump_glib.cc 141 wakeup_gpollfd_(new GPollFD) {
150 wakeup_gpollfd_->fd = wakeup_pipe_read_;
151 wakeup_gpollfd_->events = G_IO_IN;
155 g_source_add_poll(work_source_, wakeup_gpollfd_.get());
251 if (wakeup_gpollfd_->revents & G_IO_IN) {
message_pump_glib.h 99 scoped_ptr<GPollFD> wakeup_gpollfd_; member in class:base::MessagePumpGlib
  /external/chromium/base/
message_pump_glib.cc 146 wakeup_gpollfd_(new GPollFD) {
152 wakeup_gpollfd_->fd = wakeup_pipe_read_;
153 wakeup_gpollfd_->events = G_IO_IN;
157 g_source_add_poll(work_source_, wakeup_gpollfd_.get());
259 if (wakeup_gpollfd_->revents & G_IO_IN) {
message_pump_glib.h 133 scoped_ptr<GPollFD> wakeup_gpollfd_; member in class:base::MessagePumpForUI

Completed in 3502 milliseconds