HomeSort by relevance Sort by last modified time
    Searched refs:ExtractMalwareFeatures (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/chrome/browser/safe_browsing/
browser_feature_extractor.h 126 // to stay valid after ExtractMalwareFeatures returns. All IPs stored in
128 virtual void ExtractMalwareFeatures(BrowseInfo* info,
browser_feature_extractor_unittest.cc 174 void ExtractMalwareFeatures(ClientMalwareRequest* request) {
186 // We temporarily give up ownership of request to ExtractMalwareFeatures
188 extractor_->ExtractMalwareFeatures(
227 // the test case which passed it to ExtractMalwareFeatures above.
614 ExtractMalwareFeatures(&request);
649 ExtractMalwareFeatures(&request);
browser_feature_extractor.cc 260 void BrowserFeatureExtractor::ExtractMalwareFeatures(
client_side_detection_host.cc 539 feature_extractor_->ExtractMalwareFeatures(
client_side_detection_host_unittest.cc 193 MOCK_METHOD3(ExtractMalwareFeatures,
795 EXPECT_CALL(*mock_extractor, ExtractMalwareFeatures(_, _, _))
    [all...]

Completed in 250 milliseconds