HomeSort by relevance Sort by last modified time
    Searched refs:kInvalidPlatformFileValue (Results 26 - 50 of 119) sorted by null

12 3 4 5

  /external/chromium_org/content/renderer/pepper/
pepper_broker.cc 26 base::SyncSocket::Handle out_handle = base::kInvalidPlatformFileValue;
36 out_handle = base::kInvalidPlatformFileValue;
194 ppapi::PlatformFileToInt(base::kInvalidPlatformFileValue),
225 ppapi::PlatformFileToInt(base::kInvalidPlatformFileValue),
233 base::SyncSocket::Handle plugin_handle = base::kInvalidPlatformFileValue;
pepper_file_io_host.cc 116 if (file != base::kInvalidPlatformFileValue) {
126 base::PlatformFile invalid_file = base::kInvalidPlatformFileValue;
140 file_(base::kInvalidPlatformFileValue),
205 if (file != base::kInvalidPlatformFileValue) {
400 if (file_ != base::kInvalidPlatformFileValue) {
405 file_ = base::kInvalidPlatformFileValue;
517 DCHECK(file_ == base::kInvalidPlatformFileValue);
521 if (file_ != base::kInvalidPlatformFileValue) {
  /external/chromium_org/chrome/browser/android/
crash_dump_manager.cc 62 return base::kInvalidPlatformFileValue;
71 if (minidump_file == base::kInvalidPlatformFileValue) {
73 return base::kInvalidPlatformFileValue;
  /external/chromium_org/content/browser/download/
mhtml_generation_manager.cc 20 : browser_file(base::kInvalidPlatformFileValue),
81 if (browser_file == base::kInvalidPlatformFileValue) {
98 if (browser_file == base::kInvalidPlatformFileValue) {
  /external/chromium_org/chrome/renderer/pepper/
ppb_nacl_private_impl.cc 225 return base::kInvalidPlatformFileValue;
228 return base::kInvalidPlatformFileValue;
241 return base::kInvalidPlatformFileValue;
245 return base::kInvalidPlatformFileValue;
341 return base::kInvalidPlatformFileValue;
345 return base::kInvalidPlatformFileValue;
  /external/chromium_org/chrome/browser/media/
webrtc_log_uploader_unittest.cc 61 EXPECT_NE(base::kInvalidPlatformFileValue, test_list_file);
63 base::kInvalidPlatformFileValue == test_list_file) {
  /external/chromium_org/base/files/
memory_mapped_file_win.cc 28 if (file_ == kInvalidPlatformFileValue) {
file_util_proxy.cc 32 file_handle_(kInvalidPlatformFileValue),
37 if (file_handle_ != kInvalidPlatformFileValue) {
66 file_handle_(kInvalidPlatformFileValue),
70 if (file_handle_ != kInvalidPlatformFileValue) {
important_file_writer.cc 63 if (tmp_file == kInvalidPlatformFileValue) {
  /external/chromium_org/chrome/browser/extensions/api/messaging/
native_process_launcher.cc 217 if (read_file != base::kInvalidPlatformFileValue)
219 if (write_file != base::kInvalidPlatformFileValue)
234 base::kInvalidPlatformFileValue,
235 base::kInvalidPlatformFileValue));
  /external/chromium_org/net/disk_cache/flash/
storage.cc 30 if (file_ == base::kInvalidPlatformFileValue)
  /external/chromium_org/webkit/browser/fileapi/
test_file_set.cc 57 ASSERT_NE(base::kInvalidPlatformFileValue, file_handle);
file_system_usage_cache.cc 167 if (itr->second != base::kInvalidPlatformFileValue)
240 std::make_pair(file_path, base::kInvalidPlatformFileValue));
286 base::PlatformFile file = base::kInvalidPlatformFileValue;
  /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_org/chrome/browser/spellchecker/
spellcheck_hunspell_dictionary.cc 39 DictionaryFile() : descriptor(base::kInvalidPlatformFileValue) {
43 if (descriptor != base::kInvalidPlatformFileValue) {
48 descriptor = base::kInvalidPlatformFileValue;
211 base::kInvalidPlatformFileValue || IsUsingPlatformChecker();
318 if (dictionary_file_->descriptor == base::kInvalidPlatformFileValue) {
  /external/chromium_org/chrome/browser/nacl_host/
pnacl_host.cc 39 nexe_fd(base::kInvalidPlatformFileValue),
126 return base::kInvalidPlatformFileValue;
139 return base::kInvalidPlatformFileValue;
152 cb.Run(base::kInvalidPlatformFileValue);
197 cb.Run(base::kInvalidPlatformFileValue, false);
251 // If there was an error, fd is kInvalidPlatformFileValue.
266 if (fd == base::kInvalidPlatformFileValue) {
322 pt->callback.Run(base::kInvalidPlatformFileValue, false);
332 if (pt->nexe_fd == base::kInvalidPlatformFileValue) {
nacl_browser.cc 134 *file = base::kInvalidPlatformFileValue;
144 *file = base::kInvalidPlatformFileValue;
153 irt_platform_file_(base::kInvalidPlatformFileValue),
184 if (irt_platform_file_ != base::kInvalidPlatformFileValue)
238 CHECK_NE(irt_platform_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);
  /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_org/chrome/browser/media_galleries/fileapi/
safe_audio_video_checker.cc 36 if (*file_closer_.get() == base::kInvalidPlatformFileValue) {
supported_audio_video_checker.cc 89 if (file == base::kInvalidPlatformFileValue) {
  /external/chromium_org/chrome/browser/safe_browsing/
sandboxed_zip_analyzer.cc 57 if (zip_platform_file_ == base::kInvalidPlatformFileValue) {
  /external/chromium_org/ppapi/proxy/
file_io_resource.cc 78 file_handle_(base::kInvalidPlatformFileValue),
133 if (file_handle_ == base::kInvalidPlatformFileValue)
317 if (file_handle_ == base::kInvalidPlatformFileValue)
348 if (file_handle_ != base::kInvalidPlatformFileValue) {
355 file_handle_ = base::kInvalidPlatformFileValue;
  /external/chromium_org/ppapi/tests/
test_broker.cc 43 const PlatformFile kInvalidPlatformFileValue = INVALID_HANDLE_VALUE;
48 const PlatformFile kInvalidPlatformFileValue = -1;
162 if (file == kInvalidPlatformFileValue)
  /external/chromium_org/chrome/browser/chromeos/drive/file_system/
truncate_operation.cc 49 DCHECK_NE(base::kInvalidPlatformFileValue, file);

Completed in 367 milliseconds

12 3 4 5