HomeSort by relevance Sort by last modified time
    Searched refs:hash_state (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/content/public/browser/
download_destination_observer.h 28 const std::string& hash_state) = 0;
download_save_info.h 16 // name, |offset| is set to the point where we left off, and |hash_state| will
38 std::string hash_state; member in struct:content::DownloadSaveInfo
download_url_parameters.h 97 void set_hash_state(std::string hash_state) {
98 save_info_.hash_state = hash_state;
134 const std::string& hash_state() const { return save_info_.hash_state; } function in class:content::DownloadUrlParameters
  /external/chromium_org/content/browser/download/
download_net_log_parameters.h 48 const std::string* hash_state,
55 const std::string* hash_state,
69 const std::string* hash_state,
download_net_log_parameters.cc 89 const std::string* hash_state,
95 dict->SetString("hash_state",
96 base::HexEncode(hash_state->data(), hash_state->size()));
104 const std::string* hash_state,
111 dict->SetString("hash_state",
112 base::HexEncode(hash_state->data(), hash_state->size()));
139 const std::string* hash_state,
144 dict->SetString("hash_state",
    [all...]
base_file.cc 50 Pickle hash_state(hash_state_bytes.c_str(), hash_state_bytes.size());
51 PickleIterator data_iterator(hash_state);
228 Pickle hash_state;
229 if (!secure_hash_->Serialize(&hash_state))
232 return std::string(reinterpret_cast<const char*>(hash_state.data()),
233 hash_state.size());
base_file.h 41 const std::string& hash_state,
base_file_unittest.cc 390 std::string hash_state; local
391 hash_state = base_file_->GetHashState();
406 hash_state,
download_manager_impl.cc 119 save_info->hash_state = params->hash_state();
download_file_impl.cc 50 save_info->hash_state,
download_item_impl.h 215 const std::string& hash_state) OVERRIDE;
download_resource_handler.cc 228 info->save_info->hash_state = "";
download_file_unittest.cc 134 const std::string& hash_state) {
137 hash_state_ = hash_state;
download_item_impl.cc     [all...]
  /external/wpa_supplicant_8/src/crypto/
crypto_libtomcrypt.c 27 hash_state md;
61 hash_state md;
74 hash_state md;
147 hash_state md;
  /external/llvm/include/llvm/ADT/
Hashing.h 266 struct hash_state { struct in namespace:llvm::hashing::detail
269 /// \brief Create a new hash_state structure and initialize it based on the
272 static hash_state create(const char *s, uint64_t seed) {
273 hash_state state = {
421 hash_state state = state.create(buffer, seed);
463 hash_state state = state.create(s_begin, seed);
504 hash_state state;
519 /// hash_state, empties it, and then merges the new chunk in. This also

Completed in 239 milliseconds