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

  /external/chromium/base/
platform_file.h 25 const PlatformFile kInvalidPlatformFileValue = INVALID_HANDLE_VALUE;
28 const PlatformFile kInvalidPlatformFileValue = -1;
152 // if (file != kInvalidPlatformFileValue)
166 *value_ = kInvalidPlatformFileValue;
  /external/chromium/chrome/browser/safe_browsing/
client_side_detection_service_unittest.cc 51 model_file_ = base::kInvalidPlatformFileValue;
187 EXPECT_NE(model_file, base::kInvalidPlatformFileValue);
199 EXPECT_NE(model_file, base::kInvalidPlatformFileValue);
206 EXPECT_EQ(GetModelFile(), base::kInvalidPlatformFileValue);

Completed in 241 milliseconds