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

  /external/webkit/Source/WebKit2/Platform/gtk/
RunLoopGtk.cpp 77 g_source_set_priority(source.get(), G_PRIORITY_DEFAULT);
WorkQueueGtk.cpp 202 g_source_set_priority(dispatchSource.get(), G_PRIORITY_DEFAULT);
  /external/bluetooth/glib/gio/
gasynchelper.c 68 g_source_set_priority (source, G_PRIORITY_DEFAULT);
gioscheduler.c 388 g_source_set_priority (source, G_PRIORITY_DEFAULT);
451 g_source_set_priority (source, G_PRIORITY_DEFAULT);
gsimpleasyncresult.c 600 g_source_set_priority (source, G_PRIORITY_DEFAULT);
661 g_source_set_priority (source, G_PRIORITY_DEFAULT);
gfilemonitor.c 405 g_source_set_priority (source, 0);
  /external/bluetooth/glib/glib/
gmain.h 184 void g_source_set_priority (GSource *source,
gmain.c 1015 * g_source_set_priority:
1024 g_source_set_priority (GSource *source, function
    [all...]
giochannel.c 553 g_source_set_priority (source, priority);
    [all...]
galiasdef.c 1595 #undef g_source_set_priority macro
    [all...]
galias.h 1589 #define g_source_set_priority macro
    [all...]
  /external/chromium/base/
message_pump_glib.cc 159 g_source_set_priority(work_source_, G_PRIORITY_DEFAULT_IDLE);
  /external/bluetooth/glib/tests/
mainloop-test.c 167 g_source_set_priority (timeout_source, G_PRIORITY_HIGH);
  /external/webkit/Source/WebCore/plugins/gtk/
gtk2xtbin.c 389 g_source_set_priority(gs, GDK_PRIORITY_EVENTS);

Completed in 198 milliseconds