Home | History | Annotate | Download | only in history

Lines Matching refs:index_cache

413   InMemoryURLIndexCacheItem index_cache;
414 if (!index_cache.ParseFromArray(data.c_str(), data.size())) {
420 if (!restored_data->RestorePrivateData(index_cache, languages))
883 InMemoryURLIndexCacheItem index_cache;
884 SavePrivateData(&index_cache);
886 if (!index_cache.SerializeToString(&data)) {