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

  /external/chromium_org/webkit/browser/database/
vfs_backend.cc 24 const bool is_exclusive = (desired_flags & SQLITE_OPEN_EXCLUSIVE) != 0; local
44 if ((is_exclusive || is_delete) && !is_create)
  /external/chromium_org/chrome/browser/chromeos/drive/
download_handler.cc 151 const bool is_exclusive = false, is_recursive = true; local
154 is_exclusive, is_recursive, local

Completed in 70 milliseconds