Home
last modified time | relevance | path

Searched refs:bucket_id (Results 1 – 1 of 1) sorted by relevance

/external/chromium/chrome/browser/extensions/
Dextension_bookmarks_module.cc679 std::string bucket_id = UTF16ToUTF8(parent->GetTitle()); in GetBucketsForArgs() local
685 bucket_id += title; in GetBucketsForArgs()
686 bucket_id += url_string; in GetBucketsForArgs()
689 buckets->push_back(GetBucket(base::SHA1HashString(bucket_id))); in GetBucketsForArgs()
714 std::string bucket_id; in GetBucketsForArgs() local
715 bucket_id += UTF16ToUTF8(node->parent()->GetTitle()); in GetBucketsForArgs()
716 bucket_id += UTF16ToUTF8(node->GetTitle()); in GetBucketsForArgs()
717 bucket_id += node->GetURL().spec(); in GetBucketsForArgs()
718 buckets->push_back(GetBucket(base::SHA1HashString(bucket_id))); in GetBucketsForArgs()