Searched refs:cache_data (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dcompiled_file_system.py71 def __init__(self, cache_data, version):
73 self.cache_data = cache_data
233 return Future(value=cache_entry.cache_data)
236 cache_data = self._compilation_function(path, files)
237 self._Set(self._file_object_store, path, _CacheEntry(cache_data, version))
238 return cache_data
256 return Future(value=cache_entry.cache_data)
259 cache_data = self._compilation_function(path, files)
260 self._Set(self._list_object_store, path, _CacheEntry(cache_data, versio
[all...]
H A Dsidenav_data_source_test.py153 # cache_data access will fail.
156 '%schrome_sidenav.json' % JSON_TEMPLATES).Get().cache_data
H A Dredirector_test.py205 path).Get().cache_data)
/external/chromium_org/components/variations/
H A Dcaching_permuted_entropy_provider.cc56 std::string cache_data; local
57 if (!base::Base64Decode(base64_cache_data, &cache_data) ||
58 !cache_.ParseFromString(cache_data)) {

Completed in 129 milliseconds