Searched refs:resource_entry (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/drive/
H A Ddrive_api_util_unittest.cc131 scoped_ptr<google_apis::ResourceEntry> resource_entry(
134 EXPECT_EQ(640, resource_entry->image_width());
135 EXPECT_EQ(480, resource_entry->image_height());
136 EXPECT_EQ(90, resource_entry->image_rotation());
139 scoped_ptr<google_apis::ResourceEntry> resource_entry(
142 EXPECT_EQ(0, resource_entry->image_width());
143 EXPECT_EQ(0, resource_entry->image_height());
144 EXPECT_EQ(0, resource_entry->image_rotation());
147 scoped_ptr<google_apis::ResourceEntry> resource_entry(
150 EXPECT_EQ(-1, resource_entry
[all...]
H A Ddrive_uploader.h38 scoped_ptr<google_apis::FileResource> resource_entry)>
/external/chromium_org/chrome/browser/chromeos/drive/file_system/
H A Dtruncate_operation.h61 scoped_ptr<ResourceEntry> resource_entry);
H A Dcopy_operation.cc565 ResourceEntry* resource_entry = new ResourceEntry; local
576 resource_entry,
582 base::Owned(resource_entry)));
/external/chromium_org/google_apis/drive/
H A Dgdata_wapi_parser_unittest.cc130 const ResourceEntry* resource_entry = feed->entries()[2]; local
131 ASSERT_TRUE(resource_entry);
134 EXPECT_EQ(ResourceEntry::ENTRY_KIND_UNKNOWN, resource_entry->kind());
/external/chromium_org/chrome/browser/chromeos/drive/fileapi/
H A Dfileapi_worker.cc78 const ResourceEntry& resource_entry = (*resource_entries)[i]; local
80 entry.name = resource_entry.base_name();
82 const PlatformFileInfoProto& file_info = resource_entry.file_info();

Completed in 1169 milliseconds