HomeSort by relevance Sort by last modified time
    Searched full:scan_in_progress (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/chrome/browser/media_galleries/
media_scan_manager.cc 279 bool scan_in_progress = ScanInProgress(); local
281 DCHECK_EQ(scan_in_progress, ScanInProgress());
301 bool scan_in_progress = ScanInProgress(); local
305 if (scan_in_progress && ContainsKey(*scanning_extensions, extension->id()))
314 if (!scan_in_progress && !user_gesture && time_since_last_scan <

Completed in 149 milliseconds