/external/chromium_org/chrome/browser/drive/ |
fake_drive_service_unittest.cc | 52 scoped_ptr<ResourceEntry> resource_entry; local 55 test_util::CreateCopyResultCallback(&error, &resource_entry)); 57 return resource_entry.Pass(); 62 scoped_ptr<ResourceEntry> resource_entry = FindEntry(resource_id); local 63 return resource_entry && !resource_entry->deleted(); 71 scoped_ptr<ResourceEntry> resource_entry; local 75 test_util::CreateCopyResultCallback(&error, &resource_entry)); 84 scoped_ptr<ResourceEntry> resource_entry = FindEntry(resource_id); local 85 if (resource_entry.get()) 821 scoped_ptr<ResourceEntry> resource_entry; local 839 scoped_ptr<ResourceEntry> resource_entry; local 856 scoped_ptr<ResourceEntry> resource_entry; local 1109 scoped_ptr<ResourceEntry> resource_entry; local 1137 scoped_ptr<ResourceEntry> resource_entry; local 1159 scoped_ptr<ResourceEntry> resource_entry; local 1186 scoped_ptr<ResourceEntry> resource_entry; local 1213 scoped_ptr<ResourceEntry> resource_entry; local 1244 scoped_ptr<ResourceEntry> resource_entry; local 1271 scoped_ptr<ResourceEntry> resource_entry; local 1299 scoped_ptr<ResourceEntry> resource_entry; local 1331 scoped_ptr<ResourceEntry> resource_entry = FindEntry(kResourceId); local 1514 scoped_ptr<ResourceEntry> resource_entry = FindEntry(kResourceId); local 1601 scoped_ptr<ResourceEntry> resource_entry; local 1629 scoped_ptr<ResourceEntry> resource_entry; local 1657 scoped_ptr<ResourceEntry> resource_entry; local 1687 scoped_ptr<ResourceEntry> resource_entry; local 1712 scoped_ptr<ResourceEntry> resource_entry; local 1729 scoped_ptr<ResourceEntry> resource_entry; local 2082 scoped_ptr<ResourceEntry> resource_entry; local 2121 scoped_ptr<ResourceEntry> resource_entry; local 2161 scoped_ptr<ResourceEntry> resource_entry; local 2196 scoped_ptr<ResourceEntry> resource_entry; local 2220 scoped_ptr<ResourceEntry> resource_entry; local 2247 scoped_ptr<ResourceEntry> resource_entry; local 2284 scoped_ptr<ResourceEntry> resource_entry; local 2305 scoped_ptr<ResourceEntry> resource_entry; local 2326 scoped_ptr<ResourceEntry> resource_entry; local [all...] |
drive_uploader_unittest.cc | 325 scoped_ptr<ResourceEntry> resource_entry; local 337 &error, &upload_location, &resource_entry), 346 ASSERT_TRUE(resource_entry); 347 EXPECT_EQ(kTestDummyId, resource_entry->id()); 360 scoped_ptr<ResourceEntry> resource_entry; local 372 &error, &upload_location, &resource_entry), 382 ASSERT_TRUE(resource_entry); 383 EXPECT_EQ(kTestDummyId, resource_entry->id()); 397 scoped_ptr<ResourceEntry> resource_entry; local 407 &error, &upload_location, &resource_entry), 424 scoped_ptr<ResourceEntry> resource_entry; local 451 scoped_ptr<ResourceEntry> resource_entry; local 477 scoped_ptr<ResourceEntry> resource_entry; local 503 scoped_ptr<ResourceEntry> resource_entry; local 523 scoped_ptr<ResourceEntry> resource_entry; local 550 scoped_ptr<ResourceEntry> resource_entry; local [all...] |
drive_api_util_unittest.cc | 249 scoped_ptr<google_apis::ResourceEntry> resource_entry( 252 EXPECT_EQ(640, resource_entry->image_width()); 253 EXPECT_EQ(480, resource_entry->image_height()); 254 EXPECT_EQ(90, resource_entry->image_rotation()); 257 scoped_ptr<google_apis::ResourceEntry> resource_entry( 260 EXPECT_EQ(0, resource_entry->image_width()); 261 EXPECT_EQ(0, resource_entry->image_height()); 262 EXPECT_EQ(0, resource_entry->image_rotation()); 265 scoped_ptr<google_apis::ResourceEntry> resource_entry( 268 EXPECT_EQ(-1, resource_entry->image_width()) [all...] |
drive_uploader.h | 39 scoped_ptr<google_apis::ResourceEntry> resource_entry)>
|
/external/chromium_org/chrome/browser/chromeos/drive/sync/ |
entry_revert_performer.cc | 23 scoped_ptr<google_apis::ResourceEntry> resource_entry, 30 if (!ConvertToResourceEntry(*resource_entry, &entry, &parent_resource_id)) 127 scoped_ptr<google_apis::ResourceEntry> resource_entry) { 136 base::Passed(&resource_entry), changed_directories),
|
entry_revert_performer.h | 65 scoped_ptr<google_apis::ResourceEntry> resource_entry);
|
entry_update_performer.h | 66 scoped_ptr<google_apis::ResourceEntry> resource_entry);
|
remove_performer.h | 81 scoped_ptr<google_apis::ResourceEntry> resource_entry);
|
remove_performer.cc | 170 scoped_ptr<google_apis::ResourceEntry> resource_entry) { 188 if (!ConvertToResourceEntry(*resource_entry, &entry, &parent_resource_id)) {
|
entry_update_performer.cc | 162 scoped_ptr<google_apis::ResourceEntry> resource_entry) {
|
/external/chromium_org/chrome/browser/chromeos/drive/file_system/ |
create_directory_operation.cc | 28 scoped_ptr<google_apis::ResourceEntry> resource_entry, 35 if (!ConvertToResourceEntry(*resource_entry, &entry, &parent_resource_id)) 200 scoped_ptr<google_apis::ResourceEntry> resource_entry) { 209 DCHECK(resource_entry); 210 const std::string& resource_id = resource_entry->resource_id(); 222 base::Passed(&resource_entry),
|
create_file_operation.cc | 80 scoped_ptr<google_apis::ResourceEntry> resource_entry, 84 DCHECK(resource_entry); 90 if (!ConvertToResourceEntry(*resource_entry, &entry, &parent_resource_id)) 212 scoped_ptr<google_apis::ResourceEntry> resource_entry) { 221 DCHECK(resource_entry); 230 base::Passed(&resource_entry),
|
update_operation.cc | 75 scoped_ptr<google_apis::ResourceEntry> resource_entry, 79 if (!ConvertToResourceEntry(*resource_entry, &entry, &parent_resource_id)) 178 scoped_ptr<google_apis::ResourceEntry> resource_entry) { 196 base::Passed(&resource_entry),
|
search_operation_unittest.cc | 62 scoped_ptr<google_apis::ResourceEntry> resource_entry; local 67 &gdata_error, &resource_entry));
|
create_file_operation.h | 76 scoped_ptr<google_apis::ResourceEntry> resource_entry);
|
truncate_operation.h | 61 scoped_ptr<ResourceEntry> resource_entry);
|
update_operation.h | 81 scoped_ptr<google_apis::ResourceEntry> resource_entry);
|
copy_operation.cc | 65 scoped_ptr<google_apis::ResourceEntry> resource_entry, 67 DCHECK(resource_entry); 71 if (!ConvertToResourceEntry(*resource_entry, &entry, &parent_resource_id)) 318 scoped_ptr<google_apis::ResourceEntry> resource_entry) { 335 metadata_, base::Passed(&resource_entry), file_path),
|
create_directory_operation.h | 96 scoped_ptr<google_apis::ResourceEntry> resource_entry);
|
copy_operation.h | 110 scoped_ptr<google_apis::ResourceEntry> resource_entry);
|
/external/chromium_org/chrome/browser/chromeos/file_manager/ |
file_manager_browsertest.cc | 322 scoped_ptr<google_apis::ResourceEntry> resource_entry; local 327 &resource_entry)); 330 ASSERT_TRUE(resource_entry); 333 resource_entry->resource_id(), 336 &resource_entry)); 339 ASSERT_TRUE(resource_entry); 361 scoped_ptr<google_apis::ResourceEntry> resource_entry; local 369 &resource_entry)); 372 ASSERT_TRUE(resource_entry); 375 resource_entry->resource_id() [all...] |
/external/chromium_org/chrome/browser/chromeos/drive/ |
sync_client_unittest.cc | 291 scoped_ptr<google_apis::ResourceEntry> resource_entry; local 295 &resource_entry)); 298 ASSERT_TRUE(resource_entry); 299 EXPECT_TRUE(resource_entry->deleted()); 306 &resource_entry)); 309 ASSERT_TRUE(resource_entry); 310 EXPECT_EQ("moved_new_title", resource_entry->title());
|
fileapi_worker.cc | 85 const ResourceEntry& resource_entry = (*resource_entries)[i]; local 87 entry.name = resource_entry.base_name(); 89 const PlatformFileInfoProto& file_info = resource_entry.file_info();
|
fake_file_system.h | 133 scoped_ptr<google_apis::ResourceEntry> resource_entry);
|
/external/chromium_org/google_apis/drive/ |
gdata_wapi_parser_unittest.cc | 134 const ResourceEntry* resource_entry = feed->entries()[2]; local 135 ASSERT_TRUE(resource_entry); 136 EXPECT_EQ(ENTRY_KIND_DOCUMENT, resource_entry->kind()); 137 EXPECT_TRUE(resource_entry->is_hosted_document()); 138 EXPECT_TRUE(resource_entry->is_google_document()); 139 EXPECT_FALSE(resource_entry->is_external_document());
|