Home
last modified time | relevance | path

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

/external/chromium/base/
Dmessage_pump_glib_x.cc84 gdksource_(NULL), in MessagePumpGlibX()
173 if (gdksource_) in RunOnce()
174 gdksource_->source_funcs->dispatch = gdkdispatcher_; in RunOnce()
187 if (gdksource_) in RunOnce()
188 gdksource_->source_funcs->dispatch = gdkdispatcher_; in RunOnce()
197 if (gdksource_) { in RunOnce()
201 gdksource_->source_funcs->dispatch; in RunOnce()
202 gdksource_->source_funcs->dispatch = PlaceholderDispatch; in RunOnce()
208 gdksource_->source_funcs->dispatch = cb; in RunOnce()
219 if (!pump_x->gdksource_) { in EventDispatcherX()
[all …]
Dmessage_pump_glib_x.h58 GSource* gdksource_; variable