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_aurax11.h
23
typedef struct _GPollFD
GPollFD
;
102
scoped_ptr<
GPollFD
> x_poll_;
message_pump_glib.h
15
typedef struct _GPollFD
GPollFD
;
98
// Use a scoped_ptr to avoid needing the definition of
GPollFD
in the header.
99
scoped_ptr<
GPollFD
> wakeup_gpollfd_;
/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 621 milliseconds