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

  /external/chromium_org/chromeos/dbus/
nfc_client_helpers.h 122 void RemoveObject(const dbus::ObjectPath& object_path);
nfc_client_helpers.cc 140 // It is safe to use a const reference here, as DBusObjectMap::RemoveObject
145 RemoveObject(object_path);
171 void DBusObjectMap::RemoveObject(const dbus::ObjectPath& object_path) {
  /external/chromium_org/dbus/
test_service.h 157 void RemoveObject(const dbus::ObjectPath& object_path);
test_service.cc 441 else if (action == "RemoveObject")
442 RemoveObject(object_path);
570 void TestService::RemoveObject(const ObjectPath& object_path) {

Completed in 696 milliseconds