Searched refs:manifest_data_ (Results 1 – 4 of 4) sorted by relevance
122 const std::string& manifest_data() const { return manifest_data_; } in manifest_data()159 std::string manifest_data_; variable313 std::string manifest_data_; variable
305 manifest_data_.append(buffer_->data(), bytes_read); in ConsumeResponseData()534 manifest_data_ = fetcher->manifest_data(); in HandleManifestFetchCompleted()603 if (!ParseManifest(manifest_url_, manifest_data_.data(), in ContinueHandleManifestFetchCompleted()604 manifest_data_.length(), in ContinueHandleManifestFetchCompleted()855 if (response_code == 304 || manifest_data_ == fetcher->manifest_data()) { in HandleManifestRefetchCompleted()902 new net::StringIOBuffer(manifest_data_)); in OnManifestInfoWriteComplete()905 manifest_data_.length(), in OnManifestInfoWriteComplete()1113 result < 0 || manifest_data_ != loaded_manifest_data_); in OnManifestDataReadComplete()
363 ManifestDataMap::const_iterator iter = manifest_data_.find(key); in GetManifestData()364 if (iter != manifest_data_.end()) in GetManifestData()372 manifest_data_[key] = linked_ptr<ManifestData>(data); in SetManifestData()
459 ManifestDataMap manifest_data_; variable