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

  /external/chromium_org/chrome/browser/chromeos/drive/file_system/
copy_operation.cc 223 std::string* gdoc_resource_id,
237 *gdoc_resource_id = util::ReadResourceIdFromGDocFile(local_src_path);
371 std::string* gdoc_resource_id = new std::string; local
379 gdoc_resource_id, parent_entry),
384 base::Owned(gdoc_resource_id), base::Owned(parent_entry)));
391 std::string* gdoc_resource_id,
403 if (gdoc_resource_id->empty()) {
410 id_canonicalizer_.Run(*gdoc_resource_id);
copy_operation.h 93 // |gdoc_resource_id| and |parent_resource_id| is available only if the file
99 std::string* gdoc_resource_id,

Completed in 42 milliseconds