Searched refs:cached_data_ (Results 1 – 6 of 6) sorted by relevance
186 if (cached_data_.empty()) { in Read()401 cached_data_.resize(content_length); in DownloadToCache()404 loader, cached_data_.data(), content_length, &real_size); in DownloadToCache()409 cached_data_.resize(real_size); in DownloadToCache()427 off_t size = cached_data_.size(); in ReadPartialFromCache()435 memcpy(buf, &cached_data_.data()[attr.offs], count); in ReadPartialFromCache()594 cached_data_.resize(*out_bytes + kBytesToRead); in ReadEntireResponseToCache()595 void* buf = cached_data_.data() + *out_bytes; in ReadEntireResponseToCache()606 cached_data_.resize(*out_bytes); in ReadEntireResponseToCache()
95 std::vector<char> cached_data_; variable
222 "media.onReceiveEverything", &cached_data_); in SendEverything()254 if (!cached_data_.HasKey(cache_key)) { in SendUpdateAndCache()255 cached_data_.Set(cache_key, value->DeepCopy()); in SendUpdateAndCache()260 CHECK(cached_data_.GetDictionary(cache_key, &existing_dict)); in SendUpdateAndCache()272 CHECK(cached_data_.Remove(cache_key, &out_value)); in SendUpdateAndPurgeCache()
79 base::DictionaryValue cached_data_; in NON_EXPORTED_BASE()
115 ScriptData** cached_data() const { return cached_data_; } in cached_data()245 cached_data_ = NULL; in SetCachedData()248 cached_data_ = cached_data; in SetCachedData()457 ScriptData** cached_data_; variable
148 cached_data_ = NULL; in Initialize()