Searched refs:OnRemoveWatch (Results 1 - 2 of 2) sorted by relevance

/external/libchrome/dbus/
H A Dbus.h653 void OnRemoveWatch(DBusWatch* raw_watch);
754 // Counters to make sure that OnAddWatch()/OnRemoveWatch() and
H A Dbus.cc1021 // watch will be deleted when raw_watch is removed in OnRemoveWatch().
1030 void Bus::OnRemoveWatch(DBusWatch* raw_watch) { function in class:dbus::Bus
1144 self->OnRemoveWatch(raw_watch);

Completed in 72 milliseconds