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

  /external/chromium_org/dbus/
exported_object.cc 27 // the method name. Used for building keys for method_table_ in
57 if (method_table_.find(absolute_method_name) != method_table_.end()) {
70 method_table_[absolute_method_name] = method_call_callback;
208 MethodTable::const_iterator iter = method_table_.find(absolute_method_name);
209 if (iter == method_table_.end()) {
exported_object.h 175 MethodTable method_table_; member in class:dbus::ExportedObject
object_proxy.cc 44 // the signal name. Used for building keys for method_table_ in
492 MethodTable::const_iterator iter = method_table_.find(absolute_signal_name);
493 if (iter == method_table_.end()) {
608 method_table_[absolute_signal_name].push_back(signal_callback);
613 method_table_[absolute_signal_name].push_back(signal_callback);
object_proxy.h 294 MethodTable method_table_; member in class:dbus::ObjectProxy

Completed in 559 milliseconds