Searched defs:host_hashes (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/supervised_user/experimental/
H A Dsupervised_user_blacklist.cc24 scoped_ptr<std::vector<SupervisedUserBlacklist::Hash> > host_hashes(
30 return host_hashes.Pass();
34 return host_hashes.Pass();
37 host_hashes->resize(hash_count);
40 memcpy((*host_hashes.get())[i].data,
45 std::sort(host_hashes->begin(), host_hashes->end());
47 return host_hashes.Pass();
88 scoped_ptr<std::vector<Hash> > host_hashes) {
89 host_hashes_.swap(*host_hashes);
86 OnReadFromFileCompleted( const base::Closure& done_callback, scoped_ptr<std::vector<Hash> > host_hashes) argument
[all...]

Completed in 1820 milliseconds