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

/external/libchrome/dbus/
H A Dexported_object.cc50 const std::string absolute_method_name = local
52 if (method_table_.find(absolute_method_name) != method_table_.end()) {
53 LOG(ERROR) << absolute_method_name << " is already exported";
65 method_table_[absolute_method_name] = method_call_callback;
211 const std::string absolute_method_name = GetAbsoluteMemberName( local
213 MethodTable::const_iterator iter = method_table_.find(absolute_method_name);

Completed in 58 milliseconds