Searched refs:GenerateChildName (Results 1 - 5 of 5) sorted by relevance

/external/chromium/net/disk_cache/
H A Dsparse_control.cc44 std::string GenerateChildName(const std::string& base_name, int64 signature, function in namespace:__anon3049
133 std::string child_name = GenerateChildName(name_, signature_, child_id);
489 return GenerateChildName(entry_->GetKey(), sparse_header_.signature,
H A Dmem_entry_impl.cc40 std::string GenerateChildName(const std::string& base_name, int child_id) { function in namespace:__anon3046
560 GenerateChildName(parent->key(), child_id_),
/external/chromium_org/net/disk_cache/v3/
H A Dsparse_control_v3.cc45 std::string GenerateChildName(const std::string& base_name, int64 signature, function in namespace:__anon9338
134 std::string child_name = GenerateChildName(name_, signature_, child_id);
630 return GenerateChildName(entry_->GetKey(), sparse_header_.signature,
/external/chromium_org/net/disk_cache/
H A Dmem_entry_impl.cc42 std::string GenerateChildName(const std::string& base_name, int child_id) { function in namespace:__anon9312
53 dict->SetString("key", GenerateChildName(parent->GetKey(), child_id));
H A Dsparse_control.cc45 std::string GenerateChildName(const std::string& base_name, int64 signature, function in namespace:__anon9329
134 std::string child_name = GenerateChildName(name_, signature_, child_id);
507 return GenerateChildName(entry_->GetKey(), sparse_header_.signature,

Completed in 105 milliseconds