OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GPollFD
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/base/message_loop/
message_pump_glib.h
15
typedef struct _GPollFD
GPollFD
;
89
// Use a scoped_ptr to avoid needing the definition of
GPollFD
in the header.
90
scoped_ptr<
GPollFD
> wakeup_gpollfd_;
message_pump_x11.h
23
typedef struct _GPollFD
GPollFD
;
108
scoped_ptr<
GPollFD
> x_poll_;
/external/chromium/base/
message_pump_glib.h
16
typedef struct _GPollFD
GPollFD
;
132
// Use a scoped_ptr to avoid needing the definition of
GPollFD
in the header.
133
scoped_ptr<
GPollFD
> wakeup_gpollfd_;
Completed in 65 milliseconds