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

  /external/chromium_org/chrome/browser/drive/
drive_api_util_unittest.cc 162 resource_entry_all_fields.set_image_width(640);
166 resource_entry_zero_fields.set_image_width(0);
drive_api_util.cc 306 entry->set_image_width(file_resource.image_media_metadata().width());
  /external/chromium_org/chrome/browser/chromeos/drive/
resource_entry_conversion.cc 121 file_specific_info->set_image_width(image_width);
  /external/chromium_org/google_apis/drive/
gdata_wapi_parser.h 505 void set_image_width(int64 image_width) { image_width_ = image_width; } function in class:google_apis::ResourceEntry

Completed in 290 milliseconds