Searched defs:is_exclusive (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/drive/file_system/
H A Dcreate_directory_operation.cc69 bool is_exclusive,
103 return is_exclusive ? FILE_ERROR_EXISTS : FILE_ERROR_OK;
139 bool is_exclusive,
153 is_exclusive,
67 UpdateLocalState(internal::ResourceMetadata* metadata, const base::FilePath& directory_path, bool is_exclusive, bool is_recursive, std::set<std::string>* updated_local_ids, FileChange* changed_files) argument
137 CreateDirectory( const base::FilePath& directory_path, bool is_exclusive, bool is_recursive, const FileOperationCallback& callback) argument
H A Dcreate_file_operation.cc88 bool is_exclusive,
107 is_exclusive,
114 bool is_exclusive,
122 error = (is_exclusive ||
87 CreateFile(const base::FilePath& file_path, bool is_exclusive, const std::string& mime_type, const FileOperationCallback& callback) argument
111 CreateFileAfterUpdateLocalState( const FileOperationCallback& callback, const base::FilePath& file_path, bool is_exclusive, ResourceEntry* entry, FileError error) argument
/external/chromium_org/storage/browser/database/
H A Dvfs_backend.cc24 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/
H A Ddownload_handler.cc165 const bool is_exclusive = false, is_recursive = true; local
168 is_exclusive, is_recursive, local
H A Dfake_file_system.cc82 bool is_exclusive,
89 bool is_exclusive,
80 CreateDirectory( const base::FilePath& directory_path, bool is_exclusive, bool is_recursive, const FileOperationCallback& callback) argument
88 CreateFile(const base::FilePath& file_path, bool is_exclusive, const std::string& mime_type, const FileOperationCallback& callback) argument
H A Dfile_system.cc244 bool is_exclusive; member in struct:drive::FileSystem::CreateDirectoryParams
446 bool is_exclusive,
454 params.is_exclusive = is_exclusive;
474 params.directory_path, params.is_exclusive, params.is_recursive,
479 bool is_exclusive,
485 file_path, is_exclusive, mime_type, callback);
444 CreateDirectory( const base::FilePath& directory_path, bool is_exclusive, bool is_recursive, const FileOperationCallback& callback) argument
478 CreateFile(const base::FilePath& file_path, bool is_exclusive, const std::string& mime_type, const FileOperationCallback& callback) argument
/external/chromium_org/chrome/browser/chromeos/drive/fileapi/
H A Dfileapi_worker.cc277 bool is_exclusive,
283 file_path, is_exclusive, is_recursive,
288 bool is_exclusive,
292 file_system->CreateFile(file_path, is_exclusive,
276 CreateDirectory(const base::FilePath& file_path, bool is_exclusive, bool is_recursive, const StatusCallback& callback, FileSystemInterface* file_system) argument
287 CreateFile(const base::FilePath& file_path, bool is_exclusive, const StatusCallback& callback, FileSystemInterface* file_system) argument
/external/chromium_org/media/filters/
H A Dsource_buffer_range.cc106 DecodeTimestamp timestamp, bool is_exclusive) {
109 // Find the first keyframe after |timestamp|. If |is_exclusive|, do not
112 GetFirstKeyframeAt(timestamp, is_exclusive);
196 bool is_exclusive) {
199 GetBufferItrAt(timestamp, is_exclusive);
105 SplitRange( DecodeTimestamp timestamp, bool is_exclusive) argument
194 TruncateAt( DecodeTimestamp timestamp, BufferQueue* removed_buffers, bool is_exclusive) argument

Completed in 355 milliseconds