Home
last modified time | relevance | path

Searched refs:gdkdispatcher_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium/base/
Dmessage_pump_glib_x.cc174 gdksource_->source_funcs->dispatch = gdkdispatcher_; in RunOnce()
188 gdksource_->source_funcs->dispatch = gdkdispatcher_; in RunOnce()
222 pump_x->gdkdispatcher_ = pump_x->gdksource_->source_funcs->dispatch; in EventDispatcherX()
Dmessage_pump_glib_x.h62 gboolean (*gdkdispatcher_)(GSource*, GSourceFunc, void*); variable