Searched refs:GSource (Results 1 - 14 of 14) sorted by relevance

/external/webkit/Source/JavaScriptCore/wtf/gobject/
H A DGRefPtr.cpp71 template <> GSource* refGPtr(GSource* ptr)
78 template <> void derefGPtr(GSource* ptr)
H A DGTypedefs.h60 typedef struct _GSource GSource; typedef in typeref:struct:_GSource
H A DGRefPtr.h206 template <> GSource* refGPtr(GSource* ptr);
207 template <> void derefGPtr(GSource* ptr);
/external/chromium/base/
H A Dmessage_pump_glib_x.h58 GSource* gdksource_;
62 gboolean (*gdkdispatcher_)(GSource*, GSourceFunc, void*);
H A Dmessage_pump_glib.h17 typedef struct _GSource GSource; typedef in typeref:struct:_GSource
124 GSource* work_source_;
H A Dmessage_pump_glib.cc87 struct WorkSource : public GSource {
91 gboolean WorkSourcePrepare(GSource* source,
100 gboolean WorkSourceCheck(GSource* source) {
105 gboolean WorkSourceDispatch(GSource* source,
H A Dmessage_pump_glib_unittest.cc90 struct Source : public GSource {
94 static gboolean Prepare(GSource* source, gint* timeout_ms) {
99 static gboolean Check(GSource* source) {
103 static gboolean Dispatch(GSource* source,
H A Dmessage_pump_glib_x.cc18 gboolean PlaceholderDispatch(GSource* source,
200 gboolean (*cb)(GSource*, GSourceFunc, void*) =
/external/webkit/Source/WebKit2/Platform/gtk/
H A DWorkQueueGtk.cpp146 GRefPtr<GSource> dispatchSource = adoptGRef(g_socket_create_source(socket.get(), static_cast<GIOCondition>(condition), cancellable.get()));
188 void WorkQueue::scheduleWorkOnSource(GSource* dispatchSource, PassOwnPtr<WorkItem> item, GSourceFunc sourceCallback)
200 GRefPtr<GSource> dispatchSource = adoptGRef(g_idle_source_new());
209 GRefPtr<GSource> dispatchSource = adoptGRef(g_timeout_source_new(static_cast<guint>(delay * 1000)));
217 GRefPtr<GSource> dispatchSource = adoptGRef(g_child_watch_source_new(process));
H A DRunLoopGtk.cpp76 GRefPtr<GSource> source = adoptGRef(g_idle_source_new());
/external/webkit/Source/WebCore/platform/network/soup/
H A DSocketStreamHandle.h64 GRefPtr<GSource> m_writeReadySource;
/external/webkit/Source/WebKit2/Platform/
H A DRunLoop.h38 typedef struct _GSource GSource; typedef in typeref:struct:_GSource
106 GRefPtr<GSource> m_timerSource;
H A DWorkQueue.h171 void scheduleWorkOnSource(GSource*, PassOwnPtr<WorkItem>, GSourceFunc);
/external/webkit/Source/WebCore/plugins/gtk/
H A Dgtk2xtbin.c130 xt_event_prepare (GSource* source_data,
143 xt_event_check (GSource* source_data)
159 xt_event_dispatch (GSource* source_data,
184 typedef void (*GSourceFuncsFinalize) (GSource* source);
384 GSource* gs = g_source_new(&xt_event_funcs, sizeof(GSource));

Completed in 212 milliseconds