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

  /external/webkit/Source/WebKit2/Platform/gtk/
RunLoopGtk.cpp 79 g_source_attach(source.get(), m_runLoopContext);
120 g_source_attach(m_timerSource.get(), m_runLoop->m_runLoopContext);
WorkQueueGtk.cpp 166 g_source_attach(dispatchSource.get(), m_eventContext);
195 g_source_attach(dispatchSource, m_eventContext);
  /external/bluetooth/glib/tests/
mainloop-test.c 162 g_source_attach (adder_source, context);
168 g_source_attach (timeout_source, context);
344 g_source_attach (source, context_array->pdata[g_random_int_range (0, context_array->len)]);
390 g_source_attach (source, context);
child-test.c 133 g_source_attach (source, g_main_loop_get_context (new_main_loop));
timeloop-closure.c 158 g_source_attach (source, NULL);
  /external/bluetooth/glib/gio/
gasynchelper.c 70 g_source_attach (source, NULL);
gioscheduler.c 392 id = g_source_attach (source, NULL);
455 id = g_source_attach (source, NULL);
gfilemonitor.c 411 priv->pending_file_change_id = g_source_attach (source, NULL);
568 g_source_attach (source, NULL);
620 g_source_attach (source, NULL);
gsimpleasyncresult.c 603 id = g_source_attach (source, NULL);
664 id = g_source_attach (source, NULL);
gunixinputstream.c 510 g_source_attach (source, NULL);
638 g_source_attach (idle, NULL);
gunixoutputstream.c 497 g_source_attach (source, NULL);
594 g_source_attach (idle, NULL);
  /external/bluetooth/glib/glib/
gmain.h 180 guint g_source_attach (GSource *source,
gmain.c 563 * and must be added to one with g_source_attach() before it will be
637 * g_source_attach:
648 g_source_attach (GSource *source, function
1363 * functions g_source_attach(), g_idle_add(), g_idle_add_full(),
    [all...]
giochannel.c 532 * and attaches it to the main loop context with g_source_attach().
556 id = g_source_attach (source, NULL);
    [all...]
galiasdef.c 1541 #undef g_source_attach macro
    [all...]
galias.h 1535 #define g_source_attach macro
    [all...]
  /external/chromium/base/
message_pump_glib.cc 162 g_source_attach(work_source_, context_);
message_pump_glib_unittest.cc 28 g_source_attach(source_, NULL);
  /external/webkit/Source/WebCore/platform/network/soup/
SocketStreamHandleSoup.cpp 226 g_source_attach(m_writeReadySource.get(), 0);
  /external/bluetooth/glib/gio/inotify/
inotify-kernel.c 206 g_source_attach (source, NULL);
  /external/webkit/Source/WebCore/plugins/gtk/
gtk2xtbin.c 391 tag = g_source_attach(gs, (GMainContext*)NULL);

Completed in 595 milliseconds