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

  /external/chromium_org/chrome/browser/drive/
drive_api_util_unittest.cc 131 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->image_width())
    [all...]
drive_uploader.h 38 scoped_ptr<google_apis::FileResource> resource_entry)>
  /external/chromium_org/chrome/browser/chromeos/drive/file_system/
truncate_operation.h 61 scoped_ptr<ResourceEntry> resource_entry);
copy_operation.cc 565 ResourceEntry* resource_entry = new ResourceEntry; local
576 resource_entry,
582 base::Owned(resource_entry)));
  /external/chromium_org/google_apis/drive/
gdata_wapi_parser_unittest.cc 130 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/
fileapi_worker.cc 78 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 272 milliseconds