Searched defs:original_location (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/common/media_galleries/
H A Diphoto_library.cc16 const base::FilePath& original_location)
19 original_location(original_location) {
14 Photo(uint64 id, const base::FilePath& location, const base::FilePath& original_location) argument
H A Diphoto_library.h23 const base::FilePath& original_location);
28 base::FilePath original_location; member in struct:iphoto::parser::Photo
/external/chromium_org/chrome/utility/media_galleries/
H A Diphoto_library_parser.cc23 base::FilePath original_location; member in struct:iphoto::__anon6029::PhotoInfo
47 photo_info_->original_location = base::FilePath(value);
184 photo_info.original_location);
/external/chromium_org/ui/chromeos/
H A Dtouch_exploration_controller.cc654 gfx::Point original_location = initial_presses_[event.touch_id()]; local
655 float distance = (event.location() - original_location).Length();

Completed in 1118 milliseconds