OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RemoveObject
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chromeos/dbus/
nfc_client_helpers.h
116
void
RemoveObject
(const dbus::ObjectPath& object_path);
nfc_client_helpers.cc
91
// It is safe to use a const reference here, as DBusObjectMap::
RemoveObject
96
RemoveObject
(object_path);
122
void DBusObjectMap::
RemoveObject
(const dbus::ObjectPath& object_path) {
/external/chromium_org/dbus/
test_service.h
161
void
RemoveObject
(const dbus::ObjectPath& object_path);
test_service.cc
480
} else if (action == "
RemoveObject
") {
481
RemoveObject
(object_path);
658
void TestService::
RemoveObject
(const ObjectPath& object_path) {
Completed in 1286 milliseconds