Searched refs:full_hits (Results 1 - 10 of 10) sorted by relevance

/external/chromium/chrome/browser/safe_browsing/
H A Dsafe_browsing_service_browsertest.cc52 std::vector<SBFullHashResult>* full_hits,
57 urls, prefix_hits, full_hits);
61 std::vector<SBFullHashResult> full_hits; local
64 urls, prefix_hits, &full_hits);
91 const std::vector<SBFullHashResult>& full_hits) {
100 const std::vector<SBFullHashResult>& full_hits) {
103 badurls_[url.spec()].full_hits = full_hits;
115 std::vector<SBFullHashResult> full_hits; member in struct:TestSafeBrowsingDatabase::Hits
122 std::vector<SBFullHashResult>* full_hits) {
49 ContainsBrowseUrl(const GURL& url, std::string* matching_list, std::vector<SBPrefix>* prefix_hits, std::vector<SBFullHashResult>* full_hits, base::Time last_update) argument
90 CacheHashResults(const std::vector<SBPrefix>& prefixes, const std::vector<SBFullHashResult>& full_hits) argument
97 AddUrl(const GURL& url, const std::string& list_name, const std::vector<SBPrefix>& prefix_hits, const std::vector<SBFullHashResult>& full_hits) argument
118 ContainsUrl(const std::string& list_name0, const std::string& list_name1, const std::vector<GURL>& urls, std::vector<SBPrefix>* prefix_hits, std::vector<SBFullHashResult>* full_hits) argument
[all...]
H A Dsafe_browsing_database.h84 // list, or |prefix_hits| and |full_hits| contains the matching hash
90 std::vector<SBFullHashResult>* full_hits,
142 const std::vector<SBFullHashResult>& full_hits) = 0;
212 std::vector<SBFullHashResult>* full_hits,
224 const std::vector<SBFullHashResult>& full_hits);
H A Dsafe_browsing_database.cc123 // add them to |full_hits| if not expired. "Not expired" is when
132 std::vector<SBFullHashResult>* full_hits,
156 full_hits->push_back(result);
583 std::vector<SBFullHashResult>* full_hits,
588 full_hits->clear();
652 full_hits, last_update);
654 full_hits, last_update);
927 const std::vector<SBFullHashResult>& full_hits) {
931 if (full_hits.empty()) {
940 for (std::vector<SBFullHashResult>::const_iterator iter = full_hits
130 GetCachedFullHashesForBrowse(const std::vector<SBPrefix>& prefix_hits, const std::vector<SBAddFullHash>& full_hashes, std::vector<SBFullHashResult>* full_hits, base::Time last_update) argument
579 ContainsBrowseUrl( const GURL& url, std::string* matching_list, std::vector<SBPrefix>* prefix_hits, std::vector<SBFullHashResult>* full_hits, base::Time last_update) argument
925 CacheHashResults( const std::vector<SBPrefix>& prefixes, const std::vector<SBFullHashResult>& full_hits) argument
[all...]
H A Dsafe_browsing_service.cc281 std::vector<SBFullHashResult> full_hits; local
284 &full_hits,
299 check->need_get_hash = full_hits.empty();
301 check->full_hits.swap(full_hits);
736 HandleOneCheck(check, check->full_hits);
H A Dsafe_browsing_service.h87 std::vector<SBFullHashResult> full_hits; member in struct:SafeBrowsingService::SafeBrowsingCheck
/external/chromium_org/chrome/browser/safe_browsing/
H A Dsafe_browsing_service_browsertest.cc87 std::vector<SBFullHashResult>* full_hits,
92 urls, prefix_hits, full_hits);
97 std::vector<SBFullHashResult> full_hits; variable
100 urls, prefix_hits, &full_hits);
143 const std::vector<SBFullHashResult>& full_hits) OVERRIDE {
154 const std::vector<SBFullHashResult>& full_hits) {
157 badurls_[url.spec()].full_hits = full_hits;
169 std::vector<SBFullHashResult> full_hits; member in struct:TestSafeBrowsingDatabase::Hits
176 std::vector<SBFullHashResult>* full_hits) {
151 AddUrl(const GURL& url, const std::string& list_name, const std::vector<SBPrefix>& prefix_hits, const std::vector<SBFullHashResult>& full_hits) argument
172 ContainsUrl(const std::string& list_name0, const std::string& list_name1, const std::vector<GURL>& urls, std::vector<SBPrefix>* prefix_hits, std::vector<SBFullHashResult>* full_hits) argument
[all...]
H A Dsafe_browsing_database.h92 // list, or |prefix_hits| and |full_hits| contains the matching hash
98 std::vector<SBFullHashResult>* full_hits,
172 const std::vector<SBFullHashResult>& full_hits) = 0;
281 std::vector<SBFullHashResult>* full_hits,
302 const std::vector<SBFullHashResult>& full_hits) OVERRIDE;
H A Ddatabase_manager.cc339 std::vector<SBFullHashResult> full_hits; local
342 database_->ContainsBrowseUrl(url, &list, &prefix_hits, &full_hits,
356 check->need_get_hash = full_hits.empty();
358 check->full_hits.swap(full_hits);
687 HandleOneCheck(check, check->full_hits);
H A Dsafe_browsing_database.cc182 // add them to |full_hits| if not expired. "Not expired" is when
191 std::vector<SBFullHashResult>* full_hits,
217 full_hits->push_back(result);
634 std::vector<SBFullHashResult>* full_hits,
639 full_hits->clear();
676 full_hits, last_update);
678 full_hits, last_update);
993 const std::vector<SBFullHashResult>& full_hits) {
997 if (full_hits.empty()) {
1006 for (std::vector<SBFullHashResult>::const_iterator iter = full_hits
189 GetCachedFullHashesForBrowse(const std::vector<SBPrefix>& prefix_hits, const std::vector<SBAddFullHash>& full_hashes, std::vector<SBFullHashResult>* full_hits, base::Time last_update) argument
630 ContainsBrowseUrl( const GURL& url, std::string* matching_list, std::vector<SBPrefix>* prefix_hits, std::vector<SBFullHashResult>* full_hits, base::Time last_update) argument
991 CacheHashResults( const std::vector<SBPrefix>& prefixes, const std::vector<SBFullHashResult>& full_hits) argument
[all...]
H A Ddatabase_manager.h77 std::vector<SBFullHashResult> full_hits; member in struct:SafeBrowsingDatabaseManager::SafeBrowsingCheck

Completed in 71 milliseconds