HomeSort by relevance Sort by last modified time
    Searched defs:kMicrosoftMousePath (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chromeos/dbus/
fake_bluetooth_device_client.h 105 static const char kMicrosoftMousePath[];
fake_bluetooth_device_client.cc 101 const char FakeBluetoothDeviceClient::kMicrosoftMousePath[] =
266 object_path != dbus::ObjectPath(kMicrosoftMousePath)) {
416 object_path == dbus::ObjectPath(kMicrosoftMousePath) ||
650 dbus::ObjectPath(kMicrosoftMousePath)) ==
655 dbus::ObjectPath(kMicrosoftMousePath)));
667 properties_map_[dbus::ObjectPath(kMicrosoftMousePath)] = properties;
668 device_list_.push_back(dbus::ObjectPath(kMicrosoftMousePath));
670 DeviceAdded(dbus::ObjectPath(kMicrosoftMousePath)));
    [all...]

Completed in 522 milliseconds