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

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/pulse/
glib-mainloop.h 54 * GMainContext to use. If c is NULL the default context is used. */
55 pa_glib_mainloop *pa_glib_mainloop_new(GMainContext *c);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
glib-mainloop.h 54 * GMainContext to use. If c is NULL the default context is used. */
55 pa_glib_mainloop *pa_glib_mainloop_new(GMainContext *c);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
glib-mainloop.h 54 * GMainContext to use. If c is NULL the default context is used. */
55 pa_glib_mainloop *pa_glib_mainloop_new(GMainContext *c);
  /external/chromium/base/
message_pump_glib.h 15 typedef struct _GMainContext GMainContext;
63 virtual bool RunOnce(GMainContext* context, bool block);
117 GMainContext* context_;
message_pump_glib_x.h 35 virtual bool RunOnce(GMainContext* context, bool block);
message_pump_glib.cc 234 bool MessagePumpForUI::RunOnce(GMainContext* context, bool block) {
message_pump_glib_x.cc 132 bool MessagePumpGlibX::RunOnce(GMainContext* context, bool block) {
  /external/webkit/Source/WebKit2/Platform/
RunLoop.h 40 typedef struct _GMainContext GMainContext;
164 GMainContext* m_runLoopContext;
WorkQueue.h 50 typedef struct _GMainContext GMainContext;
174 GMainContext* m_eventContext;
  /external/webkit/Source/WebCore/plugins/gtk/
gtk2xtbin.c 391 tag = g_source_attach(gs, (GMainContext*)NULL);
401 g_main_context_add_poll ((GMainContext*)NULL,
521 g_main_context_remove_poll((GMainContext*)NULL, &xt_event_poll_fd);

Completed in 112 milliseconds