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);
423 std::string* gdoc_resource_id = new std::string; local
431 gdoc_resource_id, parent_entry),
436 base::Owned(gdoc_resource_id), base::Owned(parent_entry)));
443 std::string* gdoc_resource_id,
455 if (gdoc_resource_id->empty()) {
462 util::CanonicalizeResourceId(*gdoc_resource_id);
copy_operation.h 101 // |gdoc_resource_id| and |parent_resource_id| is available only if the file
107 std::string* gdoc_resource_id,

Completed in 145 milliseconds