Home | History | Annotate | Download | only in chromeos

Lines Matching refs:cache_entry

271                         const drive::FileCacheEntry& cache_entry);
853 const drive::FileCacheEntry& cache_entry) {
856 // Convert |cache_entry| into a dictionary.
859 value.SetString("md5", cache_entry.md5());
860 value.SetBoolean("is_present", cache_entry.is_present());
861 value.SetBoolean("is_pinned", cache_entry.is_pinned());
862 value.SetBoolean("is_dirty", cache_entry.is_dirty());