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

  /external/chromium/chrome/browser/safe_browsing/
client_side_detection_service_unittest.cc 50 base::PlatformFile GetModelFile() {
52 csd_service_->GetModelFile(NewCallback(
186 base::PlatformFile model_file = GetModelFile();
190 // If you call GetModelFile() multiple times you always get the same platform
192 EXPECT_EQ(GetModelFile(), model_file);
198 model_file = GetModelFile();
206 EXPECT_EQ(GetModelFile(), base::kInvalidPlatformFileValue);
client_side_detection_service.h 10 // This class is not thread-safe and expects all calls to GetModelFile() and
76 // The callback is always called after GetModelFile() returns and on the
77 // same thread as GetModelFile() was called.
78 void GetModelFile(OpenModelDoneCallback* callback);
243 // Used to asynchronously call the callbacks for GetModelFile and
client_side_detection_service.cc 113 void ClientSideDetectionService::GetModelFile(OpenModelDoneCallback* callback) {

Completed in 3074 milliseconds