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

  /external/chromium/webkit/glue/
webfileutilities_impl.cc 108 return base::kInvalidPlatformFileValue;
119 if (handle == base::kInvalidPlatformFileValue)
122 handle = base::kInvalidPlatformFileValue;
128 if (handle == base::kInvalidPlatformFileValue)
136 if (handle == base::kInvalidPlatformFileValue || offset < 0)
145 if (handle == base::kInvalidPlatformFileValue || !data || length <= 0)
156 if (handle == base::kInvalidPlatformFileValue || !data || length <= 0)
webkitclient_impl.cc 502 return base::kInvalidPlatformFileValue;
  /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;
platform_file_win.cc 81 if (file != kInvalidPlatformFileValue)
114 if (file == kInvalidPlatformFileValue)
136 if (file == kInvalidPlatformFileValue)
155 if (file == kInvalidPlatformFileValue)
181 return ((file != kInvalidPlatformFileValue) && ::FlushFileBuffers(file));
187 if (file == kInvalidPlatformFileValue)
platform_file_unittest.cc 71 EXPECT_EQ(base::kInvalidPlatformFileValue, file);
80 EXPECT_NE(base::kInvalidPlatformFileValue, file);
90 EXPECT_NE(base::kInvalidPlatformFileValue, file);
99 EXPECT_EQ(base::kInvalidPlatformFileValue, file);
108 EXPECT_NE(base::kInvalidPlatformFileValue, file);
122 EXPECT_NE(base::kInvalidPlatformFileValue, file);
140 EXPECT_NE(base::kInvalidPlatformFileValue, file);
212 EXPECT_NE(base::kInvalidPlatformFileValue, file);
261 EXPECT_NE(base::kInvalidPlatformFileValue, file);
platform_file_posix.cc 49 return kInvalidPlatformFileValue;
file_util_proxy.cc 128 file_handle_(base::kInvalidPlatformFileValue),
135 if (file_handle_ != base::kInvalidPlatformFileValue)
173 file_handle_(base::kInvalidPlatformFileValue) {
179 if (file_handle_ != base::kInvalidPlatformFileValue)
285 if (handle != base::kInvalidPlatformFileValue)
file_util.cc 211 if (file != base::kInvalidPlatformFileValue) {
353 if (file_ == base::kInvalidPlatformFileValue) {
file_util_posix.cc 757 : file_(base::kInvalidPlatformFileValue),
766 if (fstat(file_, &file_stat) == base::kInvalidPlatformFileValue) {
785 if (file_ != base::kInvalidPlatformFileValue)
790 file_ = base::kInvalidPlatformFileValue;
file_util_win.cc     [all...]
  /external/chromium/net/base/
file_stream_posix.cc 271 : file_(base::kInvalidPlatformFileValue),
297 if (file_ != base::kInvalidPlatformFileValue) {
301 file_ = base::kInvalidPlatformFileValue;
313 if (file_ == base::kInvalidPlatformFileValue) {
325 return file_ != base::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);
client_side_detection_service.cc 63 model_file_(base::kInvalidPlatformFileValue),
245 if (model_file_ != base::kInvalidPlatformFileValue) {
251 model_file_ = base::kInvalidPlatformFileValue;
  /external/chromium/chrome/browser/
spellcheck_host_impl.cc 82 file_(base::kInvalidPlatformFileValue),
96 if (file_ != base::kInvalidPlatformFileValue)
176 if (file_ == base::kInvalidPlatformFileValue && !tried_to_download_ &&
187 if (file_ != base::kInvalidPlatformFileValue) {
  /external/chromium/net/disk_cache/
file_posix.cc 173 sync_platform_file_(base::kInvalidPlatformFileValue) {
200 return (base::kInvalidPlatformFileValue != platform_file_);
  /external/chromium/base/memory/
scoped_temp_dir_unittest.cc 102 EXPECT_NE(base::kInvalidPlatformFileValue, file);
  /external/chromium/chrome/browser/profiles/
profile_impl.cc     [all...]

Completed in 75 milliseconds