OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:model_path
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/safe_browsing/
client_side_detection_service_unittest.cc
180
FilePath
model_path
= tmp_dir.path().AppendASCII("model");
local
185
csd_service_.reset(ClientSideDetectionService::Create(
model_path
, NULL));
197
csd_service_.reset(ClientSideDetectionService::Create(
model_path
, NULL));
203
model_path
= tmp_dir.path().AppendASCII("another_model");
205
csd_service_.reset(ClientSideDetectionService::Create(
model_path
, NULL));
client_side_detection_service.cc
59
const FilePath&
model_path
,
61
: model_path_(
model_path
),
79
const FilePath&
model_path
,
83
new ClientSideDetectionService(
model_path
, request_context_getter));
96
model_path
,
107
model_path
.DirName().AppendASCII("Safe Browsing Phishing Model"),
client_side_detection_service.h
58
// detection model if necessary. The model will be stored in |
model_path
|.
61
const FilePath&
model_path
,
115
const FilePath&
model_path
,
client_side_detection_host_unittest.cc
53
explicit MockClientSideDetectionService(const FilePath&
model_path
)
54
: ClientSideDetectionService(
model_path
, NULL) {}
128
FilePath
model_path
= tmp_dir.path().AppendASCII("model");
local
131
model_path
));
Completed in 782 milliseconds