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

  /external/chromium_org/chrome/renderer/safe_browsing/
phishing_url_feature_extractor.cc 26 bool PhishingUrlFeatureExtractor::ExtractFeatures(const GURL& url,
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_term_feature_extractor.cc 108 void PhishingTermFeatureExtractor::ExtractFeatures(
phishing_dom_feature_extractor.cc 116 void PhishingDOMFeatureExtractor::ExtractFeatures(
  /external/chromium_org/chrome/browser/safe_browsing/
browser_feature_extractor.cc 179 void BrowserFeatureExtractor::ExtractFeatures(const BrowseInfo* info,
browser_feature_extractor_unittest.cc 148 bool ExtractFeatures(ClientPhishingRequest* request) {
158 extractor_->ExtractFeatures(
219 // the test case which passed it to ExtractFeatures above.
245 EXPECT_FALSE(ExtractFeatures(&request));
253 EXPECT_FALSE(ExtractFeatures(&request));
290 EXPECT_TRUE(ExtractFeatures(&request));
308 EXPECT_TRUE(ExtractFeatures(&request));
379 EXPECT_TRUE(ExtractFeatures(&request));
418 EXPECT_TRUE(ExtractFeatures(&request));
471 EXPECT_TRUE(ExtractFeatures(&request))
    [all...]

Completed in 301 milliseconds