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

  /external/chromium/chrome/browser/safe_browsing/
client_side_detection_service_unittest.cc 59 std::string ReadModelFile(base::PlatformFile model_file) {
61 int n = base::ReadPlatformFile(model_file, 0, buf, 1024);
158 void GetModelFileDone(base::PlatformFile model_file) {
159 model_file_ = model_file;
186 base::PlatformFile model_file = GetModelFile(); local
187 EXPECT_NE(model_file, base::kInvalidPlatformFileValue);
188 EXPECT_EQ(ReadModelFile(model_file), "BOGUS MODEL");
192 EXPECT_EQ(GetModelFile(), model_file); local
198 model_file = GetModelFile();
199 EXPECT_NE(model_file, base::kInvalidPlatformFileValue)
    [all...]
  /external/chromium/chrome/common/safe_browsing/
safebrowsing_messages.h 50 IPC::PlatformFileForTransit /* model_file */)

Completed in 4756 milliseconds