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 153 device_by_id_map_.erase(device->device_id());
184 device_by_id_map_.clear();
241 device_by_id_map_.find(device_data->device_id());
243 if (lookup_result != device_by_id_map_.end()) {
263 if (device_by_id_map_.size() == max_devices_) {
268 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 43 milliseconds