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

  /external/chromium_org/chrome/browser/extensions/api/dial/
dial_registry.cc 154 device_by_id_map_.erase(device->device_id());
185 device_by_id_map_.clear();
242 device_by_id_map_.find(device_data->device_id());
244 if (lookup_result != device_by_id_map_.end()) {
264 if (device_by_id_map_.size() == max_devices_) {
269 device_by_id_map_[device_data->device_id()] = device_data;
dial_registry.h 162 DeviceByIdMap device_by_id_map_; member in class:extensions::DialRegistry

Completed in 56 milliseconds