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

  /external/chromium_org/chrome/renderer/safe_browsing/
phishing_url_feature_extractor_unittest.cc 30 TEST_F(PhishingUrlFeatureExtractorTest, ExtractFeatures) {
42 ASSERT_TRUE(extractor_.ExtractFeatures(GURL(url), &features));
62 ASSERT_TRUE(extractor_.ExtractFeatures(GURL(url), &features));
73 ASSERT_TRUE(extractor_.ExtractFeatures(GURL(url), &features));
84 ASSERT_TRUE(extractor_.ExtractFeatures(GURL(url), &features));
97 ASSERT_TRUE(extractor_.ExtractFeatures(GURL(url), &features));
101 EXPECT_FALSE(extractor_.ExtractFeatures(GURL(url), &features));
104 EXPECT_FALSE(extractor_.ExtractFeatures(GURL(url), &features));
107 EXPECT_FALSE(extractor_.ExtractFeatures(GURL(url), &features));
110 EXPECT_FALSE(extractor_.ExtractFeatures(GURL(url), &features))
    [all...]
phishing_url_feature_extractor.h 29 bool ExtractFeatures(const GURL& url, FeatureMap* features);
phishing_term_feature_extractor_unittest.cc 90 bool ExtractFeatures(const base::string16* page_text,
94 extractor_->ExtractFeatures(
107 extractor_->ExtractFeatures(
136 bool success_; // holds the success value from ExtractFeatures
139 TEST_F(PhishingTermFeatureExtractorTest, ExtractFeatures) {
149 ASSERT_TRUE(ExtractFeatures(&page_text, &features, &shingle_hashes));
163 ASSERT_TRUE(ExtractFeatures(&page_text, &features, &shingle_hashes));
181 ASSERT_TRUE(ExtractFeatures(&page_text, &features, &shingle_hashes));
199 ASSERT_TRUE(ExtractFeatures(&page_text, &features, &shingle_hashes));
225 ASSERT_TRUE(ExtractFeatures(&page_text, &features, &shingle_hashes))
    [all...]
phishing_dom_feature_extractor_browsertest.cc 94 bool ExtractFeatures(FeatureMap* features) {
106 extractor_->ExtractFeatures(
185 bool success_; // holds the success value from ExtractFeatures
208 ASSERT_TRUE(ExtractFeatures(&features));
220 ASSERT_TRUE(ExtractFeatures(&features));
230 ASSERT_TRUE(ExtractFeatures(&features));
240 ASSERT_TRUE(ExtractFeatures(&features));
262 ASSERT_TRUE(ExtractFeatures(&features));
291 ASSERT_TRUE(ExtractFeatures(&features));
307 ASSERT_TRUE(ExtractFeatures(&features))
    [all...]
phishing_dom_feature_extractor.h 57 void ExtractFeatures(FeatureMap* features, const DoneCallback& done_callback);
81 // Does the actual work of ExtractFeatures. ExtractFeaturesWithTimeout runs
132 // The output parameters from the most recent call to ExtractFeatures().
phishing_term_feature_extractor.h 80 void ExtractFeatures(const base::string16* page_text,
106 // Does the actual work of ExtractFeatures. ExtractFeaturesWithTimeout runs
151 // The output parameters from the most recent call to ExtractFeatures().
phishing_classifier.cc 135 if (!url_extractor_->ExtractFeatures(url, features_.get())) {
142 dom_extractor_->ExtractFeatures(
163 term_extractor_->ExtractFeatures(
phishing_url_feature_extractor.cc 26 bool PhishingUrlFeatureExtractor::ExtractFeatures(const GURL& url,
phishing_term_feature_extractor.cc 109 void PhishingTermFeatureExtractor::ExtractFeatures(
phishing_dom_feature_extractor.cc 116 void PhishingDOMFeatureExtractor::ExtractFeatures(
  /external/chromium_org/chrome/browser/safe_browsing/
browser_feature_extractor_unittest.cc 147 bool ExtractFeatures(ClientPhishingRequest* request) {
157 extractor_->ExtractFeatures(
240 EXPECT_FALSE(ExtractFeatures(&request));
248 EXPECT_FALSE(ExtractFeatures(&request));
285 EXPECT_TRUE(ExtractFeatures(&request));
303 EXPECT_TRUE(ExtractFeatures(&request));
374 EXPECT_TRUE(ExtractFeatures(&request));
413 EXPECT_TRUE(ExtractFeatures(&request));
466 EXPECT_TRUE(ExtractFeatures(&request));
502 EXPECT_TRUE(ExtractFeatures(&request))
    [all...]
browser_feature_extractor.h 118 // ExtractFeatures returns. This method must run on the UI thread.
119 virtual void ExtractFeatures(const BrowseInfo* info,
206 // Set of pending extractions (i.e. extractions for which ExtractFeatures was
client_side_detection_host_unittest.cc 188 MOCK_METHOD3(ExtractFeatures,
464 EXPECT_CALL(*mock_extractor, ExtractFeatures(_, _, _)).Times(0);
484 EXPECT_CALL(*mock_extractor, ExtractFeatures(_, _, _))
517 EXPECT_CALL(*mock_extractor, ExtractFeatures(_, _, _))
551 EXPECT_CALL(*mock_extractor, ExtractFeatures(_, _, _))
606 EXPECT_CALL(*mock_extractor, ExtractFeatures(_, _, _))
691 EXPECT_CALL(*mock_extractor, ExtractFeatures(_, _, _)).Times(0);
    [all...]
browser_feature_extractor.cc 197 void BrowserFeatureExtractor::ExtractFeatures(const BrowseInfo* info,
client_side_detection_host.cc 574 feature_extractor_->ExtractFeatures(

Completed in 94 milliseconds