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

  /external/chromium_org/third_party/zlib/google/
zip_reader.cc 198 const int open_result = unzOpenCurrentFile(zip_file_); local
199 if (open_result != UNZ_OK)
316 const int open_result = unzOpenCurrentFile(zip_file_); local
317 if (open_result != UNZ_OK)
359 const int open_result = unzOpenCurrentFile(zip_file_); local
360 if (open_result != UNZ_OK)
  /external/chromium_org/chrome/browser/plugins/
plugin_observer.cc 298 bool open_result = base::OpenProcessHandleWithAccess( local
301 if (open_result) {
  /external/chromium_org/native_client_sdk/src/examples/api/file_io/
file_io.cc 163 int32_t open_result = local
168 if (open_result != PP_OK) {
169 ShowErrorMessage("File open for write failed", open_result);
212 int32_t open_result = local
214 if (open_result == PP_ERROR_FILENOTFOUND) {
215 ShowErrorMessage("File not found", open_result);
217 } else if (open_result != PP_OK) {
218 ShowErrorMessage("File open for read failed", open_result);
  /external/chromium_org/sync/syncable/
directory_unittest.cc 82 DirOpenResult open_result = local
85 if (open_result != OPENED) {
89 return open_result;
    [all...]
  /external/chromium_org/sync/internal_api/
sync_manager_impl.cc 523 syncable::DirOpenResult open_result = syncable::NOT_INITIALIZED; local
524 open_result = directory()->Open(username, this, transaction_observer);
525 if (open_result != syncable::OPENED) {
    [all...]

Completed in 199 milliseconds