Searched defs:gdata_entry (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/drive/sync/
H A Dremove_performer_unittest.cc53 scoped_ptr<google_apis::FileResource> gdata_entry; local
57 &gdata_entry));
60 EXPECT_TRUE(gdata_entry->labels().is_trashed());
82 scoped_ptr<google_apis::FileResource> gdata_entry; local
90 &gdata_entry));
110 const std::string resource_id = gdata_entry->file_id();
114 &gdata_entry));
117 EXPECT_FALSE(gdata_entry->labels().is_trashed()); // It's not deleted.
118 EXPECT_TRUE(gdata_entry->parents().empty());
H A Dentry_update_performer_unittest.cc109 scoped_ptr<google_apis::FileResource> gdata_entry; local
113 &gdata_entry));
116 ASSERT_TRUE(gdata_entry);
118 EXPECT_EQ(src_entry.title(), gdata_entry->title());
119 EXPECT_EQ(new_last_modified, gdata_entry->modified_date());
120 EXPECT_EQ(new_last_accessed, gdata_entry->last_viewed_by_me_date());
122 ASSERT_FALSE(gdata_entry->parents().empty());
123 EXPECT_EQ(dest_entry.resource_id(), gdata_entry->parents()[0].file_id());
175 scoped_ptr<google_apis::FileResource> gdata_entry; local
179 &gdata_entry));
[all...]
/external/chromium_org/chrome/browser/chromeos/drive/
H A Dchange_list_loader_unittest.cc261 scoped_ptr<google_apis::FileResource> gdata_entry = AddNewFile("New File"); local
262 ASSERT_TRUE(gdata_entry);
289 util::GetDriveMyDriveRootPath().AppendASCII(gdata_entry->title());
344 scoped_ptr<google_apis::FileResource> gdata_entry = AddNewFile("New File"); local
345 ASSERT_TRUE(gdata_entry);
363 util::GetDriveMyDriveRootPath().AppendASCII(gdata_entry->title());
H A Dfake_file_system.cc270 scoped_ptr<google_apis::FileResource> gdata_entry) {
278 DCHECK(gdata_entry);
283 *gdata_entry, entry.get(), &parent_resource_id);
304 gdata_entry->file_id(),
265 GetFileContentAfterGetFileResource( const GetFileContentInitializedCallback& initialized_callback, const google_apis::GetContentCallback& get_content_callback, const FileOperationCallback& completion_callback, google_apis::GDataErrorCode gdata_error, scoped_ptr<google_apis::FileResource> gdata_entry) argument

Completed in 124 milliseconds