Searched defs:scan_id (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/media_galleries/
H A Dmedia_galleries_scan_result_controller_unittest.cc200 MediaGalleryPrefId scan_id = AddScanResult("scan_id", 1, 0, 0); local
214 controller()->DidToggleEntry(scan_id, false);
222 controller()->DidToggleEntry(scan_id, false);
232 controller()->DidToggleEntry(scan_id, false);
233 controller()->DidToggleEntry(scan_id, true);
240 MediaGalleryPrefId scan_id = AddScanResult("scan_id", 1, 0, 0); local
252 gallery_prefs()->ForgetGalleryById(scan_id);
258 AddGallery("scan_id", MediaGalleryPrefInf
[all...]
H A Dmedia_scan_manager_unittest.cc655 MediaGalleryPrefId scan_id = local
658 gallery_prefs()->SetGalleryPermissionForExtension(*extension(), scan_id, local
662 CheckFileCounts(scan_id, 0, 0, 3);
692 CheckFileCounts(scan_id, 6, 0, 0);
704 CheckFileCounts(scan_id, 6, 0, 0);
H A Dmedia_galleries_preferences_unittest.cc387 MediaGalleryPrefId auto_id, user_added_id, scan_id, id; local
452 scan_id = id;
460 EXPECT_EQ(scan_id, id);
464 EXPECT_EQ(scan_id, id);
468 EXPECT_EQ(scan_id, id);
493 VerifyGalleryInfo(gallery_info, scan_id);
512 gallery_prefs()->ForgetGalleryById(scan_id);
513 expected_galleries_[scan_id].type = MediaGalleryPrefInfo::kRemovedScan;
722 MediaGalleryPrefId scan_id, id; local
735 scan_id
791 MediaGalleryPrefId auto_id, user_added_id, to_blacklist_id, scan_id, local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/
H A Dwpa_supplicant_i.h573 int scan_id[MAX_SCAN_ID]; member in struct:wpa_supplicant

Completed in 262 milliseconds