OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:photo_id
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/utility/media_galleries/
iphoto_library_parser.cc
101
std::string
photo_id
;
102
if (!iapps::ReadString(reader, &
photo_id
))
105
if (!base::StringToUint64(
photo_id
, &id))
172
// <key>$
PHOTO_ID
</key>
176
// <key>$
PHOTO_ID
</key>
/external/chromium_org/chrome/browser/profiles/
profile_downloader.cc
201
const std::string&
photo_id
= path_components[kPhotoIdPathComponentIndex];
local
206
return
photo_id
== kPicasaPhotoId &&
Completed in 192 milliseconds