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

/external/chromium_org/net/disk_cache/blockfile/
H A Dsparse_control_v3.cc45 std::string GenerateChildName(const std::string& base_name, int64 signature, function in namespace:__anon9159
134 std::string child_name = GenerateChildName(name_, signature_, child_id);
630 return GenerateChildName(entry_->GetKey(), sparse_header_.signature,
H A Dsparse_control.cc45 std::string GenerateChildName(const std::string& base_name, int64 signature, function in namespace:__anon9158
134 std::string child_name = GenerateChildName(name_, signature_, child_id);
509 return GenerateChildName(entry_->GetKey(), sparse_header_.signature,
/external/chromium_org/net/disk_cache/memory/
H A Dmem_entry_impl.cc42 std::string GenerateChildName(const std::string& base_name, int child_id) { function in namespace:__anon9166
53 dict->SetString("key", GenerateChildName(parent->GetKey(), child_id));

Completed in 180 milliseconds