HomeSort by relevance Sort by last modified time
    Searched full:model_file_ (Results 1 - 3 of 3) sorted by null

  /external/chromium/chrome/browser/safe_browsing/
client_side_detection_service.cc 63 model_file_(base::kInvalidPlatformFileValue),
173 open_callbacks_[i]->Run(model_file_);
188 model_file_ = file.ReleaseValue();
210 model_file_ = file.ReleaseValue();
217 model_file_,
245 if (model_file_ != base::kInvalidPlatformFileValue) {
248 model_file_, local
251 model_file_ = base::kInvalidPlatformFileValue;
264 callback->Run(model_file_);
client_side_detection_service.h 152 // |open_callbacks_| with the current |model_file_| as parameter.
172 // If everything went well then |model_file_| is a valid platform file
178 // Helper function which closes the |model_file_| if necessary.
220 base::PlatformFile model_file_; member in class:safe_browsing::ClientSideDetectionService
client_side_detection_service_unittest.cc 51 model_file_ = base::kInvalidPlatformFileValue;
56 return model_file_;
159 model_file_ = model_file;
170 base::PlatformFile model_file_; member in class:safe_browsing::ClientSideDetectionServiceTest

Completed in 148 milliseconds