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

  /external/chromium/base/
message_pump_glib_x.h 62 gboolean (*gdkdispatcher_)(GSource*, GSourceFunc, void*);
message_pump_glib_x.cc 19 GSourceFunc cb,
200 gboolean (*cb)(GSource*, GSourceFunc, void*) =
message_pump_glib.cc 106 GSourceFunc unused_func,
message_pump_glib_unittest.cc 104 GSourceFunc unused_func,
  /external/webkit/Source/WebKit2/Platform/gtk/
RunLoopGtk.cpp 78 g_source_set_callback(source.get(), reinterpret_cast<GSourceFunc>(&RunLoop::queueWork), this, 0);
118 g_source_set_callback(m_timerSource.get(), reinterpret_cast<GSourceFunc>(&RunLoop::TimerBase::timerFiredCallback), this,
WorkQueueGtk.cpp 151 g_source_set_callback(dispatchSource.get(), reinterpret_cast<GSourceFunc>(&WorkQueue::EventSource::performWork),
188 void WorkQueue::scheduleWorkOnSource(GSource* dispatchSource, PassOwnPtr<WorkItem> item, GSourceFunc sourceCallback)
204 scheduleWorkOnSource(dispatchSource.get(), item, reinterpret_cast<GSourceFunc>(&WorkQueue::EventSource::performWorkOnce));
212 scheduleWorkOnSource(dispatchSource.get(), item, reinterpret_cast<GSourceFunc>(&WorkQueue::EventSource::performWorkOnce));
220 scheduleWorkOnSource(dispatchSource.get(), item, reinterpret_cast<GSourceFunc>(&WorkQueue::EventSource::performWorkOnTermination));
  /external/webkit/Source/WebKit2/Platform/
WorkQueue.h 52 typedef gboolean (*GSourceFunc) (gpointer data);
171 void scheduleWorkOnSource(GSource*, PassOwnPtr<WorkItem>, GSourceFunc);
  /external/webkit/Source/WebKit/gtk/tests/
testwebdatasource.c 129 waitTimer = g_timeout_add_seconds(defaultTimeout, (GSourceFunc)wait_timer_fired, loop);
168 waitTimer = g_timeout_add_seconds(defaultTimeout, (GSourceFunc)wait_timer_fired, loop);
214 waitTimer = g_timeout_add_seconds(defaultTimeout, (GSourceFunc)wait_timer_fired, loop);
testwebframe.c 161 g_timeout_add(1000, (GSourceFunc)print_timeout, loop);
testdomnode.c 54 g_idle_add((GSourceFunc)finish_loading, fixture);
testdownload.c 108 g_idle_add((GSourceFunc)set_filename, temporaryFilename);
testatkroles.c 80 g_idle_add((GSourceFunc) finish_loading, fixture);
testdomdocument.c 58 g_idle_add((GSourceFunc)finish_loading, fixture);
testatk.c     [all...]
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
FullscreenVideoController.cpp 188 m_progressBarUpdateId = g_timeout_add(PROGRESS_BAR_UPDATE_INTERVAL, reinterpret_cast<GSourceFunc>(progressBarUpdateCallback), this);
192 m_hudTimeoutId = g_timeout_add(HUD_AUTO_HIDE_INTERVAL, reinterpret_cast<GSourceFunc>(hideHudCallback), this);
575 m_progressBarUpdateId = g_timeout_add(PROGRESS_BAR_UPDATE_INTERVAL, reinterpret_cast<GSourceFunc>(progressBarUpdateCallback), this);
ChromeClientGtk.cpp 285 m_closeSoonTimer = g_timeout_add(0, reinterpret_cast<GSourceFunc>(emitCloseWebViewSignalLater), m_webView);
  /external/webkit/Source/WebCore/platform/network/soup/
SocketStreamHandleSoup.cpp 225 g_source_set_callback(m_writeReadySource.get(), reinterpret_cast<GSourceFunc>(writeReadyCallback), m_id, 0);
  /external/webkit/Source/WebCore/platform/graphics/gstreamer/
MediaPlayerPrivateGStreamer.cpp 533 m_videoTimerHandler = g_timeout_add(0, reinterpret_cast<GSourceFunc>(mediaPlayerPrivateVideoChangeTimeoutCallback), this);
552 m_audioTimerHandler = g_timeout_add(0, reinterpret_cast<GSourceFunc>(mediaPlayerPrivateAudioChangeTimeoutCallback), this);
594 m_volumeTimerHandler = g_timeout_add(0, reinterpret_cast<GSourceFunc>(mediaPlayerPrivateVolumeChangeTimeoutCallback), this);
    [all...]
WebKitWebSourceGStreamer.cpp 625 priv->needDataID = g_timeout_add_full(G_PRIORITY_DEFAULT, 0, (GSourceFunc) webKitWebSrcNeedDataMainCb, gst_object_ref(src), (GDestroyNotify) gst_object_unref);
656 priv->enoughDataID = g_timeout_add_full(G_PRIORITY_DEFAULT, 0, (GSourceFunc) webKitWebSrcEnoughDataMainCb, gst_object_ref(src), (GDestroyNotify) gst_object_unref);
688 priv->seekID = g_timeout_add_full(G_PRIORITY_DEFAULT, 0, (GSourceFunc) webKitWebSrcSeekMainCb, gst_object_ref(src), (GDestroyNotify) gst_object_unref);
  /external/webkit/Source/WebCore/plugins/gtk/
gtk2xtbin.c 160 GSourceFunc call_back,
191 (GSourceFunc)NULL,
407 (GSourceFunc)xt_event_polling_timer_callback,
  /external/webkit/Source/WebKit/gtk/webkit/
webkitwebview.cpp     [all...]

Completed in 843 milliseconds