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

  /external/chromium_org/chrome/browser/chromeos/drive/file_system/
copy_operation.cc 76 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) {
copy_operation.h 89 const bool* should_copy_on_server,

Completed in 282 milliseconds