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

  /external/chromium_org/chrome/browser/ui/content_settings/
content_setting_bubble_model.h 72 content::MediaStreamDevice selected_device; member in struct:ContentSettingBubbleModel::MediaMenu
163 bubble_content_.media_menus[device.type].selected_device = device;
content_setting_bubble_model.cc 579 const std::string& selected_device) OVERRIDE;
622 if (it->second.selected_device.id != it->second.default_device.id) {
623 UpdateDefaultDeviceForType(it->first, it->second.selected_device.id);
    [all...]
  /external/chromium_org/chrome/browser/ui/views/
content_setting_bubble_contents.cc 307 NULL, base::UTF8ToUTF16((i->second.selected_device.name)),

Completed in 85 milliseconds