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

  /external/chromium_org/chrome/browser/chromeos/drive/
resource_entry_conversion.cc 118 const int64 image_rotation = input.image_media_metadata().rotation(); local
119 if (image_rotation != -1)
120 file_specific_info->set_image_rotation(image_rotation);
resource_entry_conversion_unittest.cc 349 EXPECT_EQ(90, entry.file_specific_info().image_rotation());
361 EXPECT_EQ(0, entry.file_specific_info().image_rotation());
  /external/chromium_org/chrome/browser/drive/
drive_api_util_unittest.cc 136 EXPECT_EQ(90, resource_entry->image_rotation());
144 EXPECT_EQ(0, resource_entry->image_rotation());
152 EXPECT_EQ(-1, resource_entry->image_rotation());
  /external/chromium_org/google_apis/drive/
gdata_wapi_parser.h 415 int64 image_rotation() const { return image_rotation_; } function in class:google_apis::ResourceEntry
466 void set_image_rotation(int64 image_rotation) {
467 image_rotation_ = image_rotation;
gdata_wapi_parser_unittest.cc 231 EXPECT_EQ(-1, entry->image_rotation());
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
private_api_drive.cc 93 properties->image_rotation.reset(
94 new int(file_specific_info.image_rotation()));
    [all...]

Completed in 111 milliseconds