OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
167
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()) {
606
method_table_
[absolute_signal_name].push_back(signal_callback);
611
method_table_
[absolute_signal_name].push_back(signal_callback);
object_proxy.h
294
MethodTable
method_table_
;
member in class:dbus::ObjectProxy
Completed in 43 milliseconds