OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BrowserFeatureExtractor
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/chrome/browser/safe_browsing/
browser_feature_extractor.h
5
//
BrowserFeatureExtractor
computes various browser features for client-side
87
class
BrowserFeatureExtractor
{
100
BrowserFeatureExtractor
(content::WebContents* tab,
104
virtual ~
BrowserFeatureExtractor
();
126
friend class base::DeleteHelper<
BrowserFeatureExtractor
>;
195
base::WeakPtrFactory<
BrowserFeatureExtractor
> weak_factory_;
205
DISALLOW_COPY_AND_ASSIGN(
BrowserFeatureExtractor
);
browser_feature_extractor.cc
166
BrowserFeatureExtractor
::
BrowserFeatureExtractor
(
175
BrowserFeatureExtractor
::~
BrowserFeatureExtractor
() {
197
void
BrowserFeatureExtractor
::ExtractFeatures(const BrowseInfo* info,
256
base::Bind(&
BrowserFeatureExtractor
::StartExtractFeatures,
260
void
BrowserFeatureExtractor
::ExtractMalwareFeatures(
286
base::Bind(&
BrowserFeatureExtractor
::FinishExtractMalwareFeatures,
291
void
BrowserFeatureExtractor
::ExtractBrowseInfoFeatures(
316
void
BrowserFeatureExtractor
::StartExtractFeatures
[
all
...]
client_side_detection_host.h
142
scoped_ptr<
BrowserFeatureExtractor
> feature_extractor_;
client_side_detection_host_unittest.cc
60
// buffer strings because the
BrowserFeatureExtractor
might add features to the
176
class MockBrowserFeatureExtractor : public
BrowserFeatureExtractor
{
181
:
BrowserFeatureExtractor
(tab, host) {}
187
const
BrowserFeatureExtractor
::DoneCallback&));
192
const
BrowserFeatureExtractor
::MalwareDoneCallback&));
299
void SetFeatureExtractor(
BrowserFeatureExtractor
* extractor) {
589
SetFeatureExtractor(new
BrowserFeatureExtractor
(web_contents(),
[
all
...]
client_side_detection_host.cc
256
feature_extractor_.reset(new
BrowserFeatureExtractor
(tab, this));
browser_feature_extractor_unittest.cc
90
new
BrowserFeatureExtractor
(web_contents(), host_.get()));
206
scoped_ptr<
BrowserFeatureExtractor
> extractor_;
Completed in 108 milliseconds