Searched refs:should_copy_on_server (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/drive/file_system/
H A Dcopy_operation.cc76 bool* should_copy_on_server) {
122 *should_copy_on_server = true;
313 bool* should_copy_on_server = new bool(false); local
318 updated_local_ids, directory_changed, should_copy_on_server),
322 base::Owned(should_copy_on_server)));
329 const bool* should_copy_on_server,
346 if (error != FILE_ERROR_OK || !*should_copy_on_server) {
71 TryToCopyLocally(internal::ResourceMetadata* metadata, internal::FileCache* cache, CopyOperation::CopyParams* params, std::vector<std::string>* updated_local_ids, bool* directory_changed, bool* should_copy_on_server) argument
325 CopyAfterTryToCopyLocally( const CopyParams* params, const std::vector<std::string>* updated_local_ids, const bool* directory_changed, const bool* should_copy_on_server, FileError error) argument
H A Dcopy_operation.h89 const bool* should_copy_on_server,

Completed in 82 milliseconds