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

/external/chromium_org/chrome/browser/safe_browsing/
H A Dclient_side_detection_host.h172 bool should_classify_for_malware_; member in class:safe_browsing::ClientSideDetectionHost
H A Dclient_side_detection_host.cc324 should_classify_for_malware_(false),
400 should_classify_for_malware_ = false;
511 should_classify_for_malware_ = should_classify;
527 should_classify_for_malware_ &&
545 should_classify_for_malware_ = false;
H A Dclient_side_detection_host_unittest.cc325 EXPECT_EQ(should_classify, csd_host_->should_classify_for_malware_);

Completed in 194 milliseconds