Searched refs:GPollFD (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/base/message_loop/
H A Dmessage_pump_glib.h15 typedef struct _GPollFD GPollFD; typedef in typeref:struct:_GPollFD
89 // Use a scoped_ptr to avoid needing the definition of GPollFD in the header.
90 scoped_ptr<GPollFD> wakeup_gpollfd_;
H A Dmessage_pump_x11.h23 typedef struct _GPollFD GPollFD; typedef in typeref:struct:_GPollFD
108 scoped_ptr<GPollFD> x_poll_;
H A Dmessage_pump_glib.cc141 wakeup_gpollfd_(new GPollFD) {
H A Dmessage_pump_x11.cc232 x_poll_.reset(new GPollFD());
/external/chromium/base/
H A Dmessage_pump_glib.h16 typedef struct _GPollFD GPollFD; typedef in typeref:struct:_GPollFD
132 // Use a scoped_ptr to avoid needing the definition of GPollFD in the header.
133 scoped_ptr<GPollFD> wakeup_gpollfd_;
H A Dmessage_pump_glib.cc146 wakeup_gpollfd_(new GPollFD) {

Completed in 96 milliseconds