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

  /external/markdown/markdown/extensions/
imagelinks.py 73 for photo_url, title in row:
75 new_block += IMAGE_LINK % (photo_url,
76 photo_url.get_thumbnail(),
79 album_url_hash[str(photo_url.get_album())] = 1
106 photo_url = url.get_photo(album, photo,
108 all_images.append(photo_url)
109 rows[-1].append((photo_url, title))
  /external/chromium_org/chrome/browser/google_apis/
gdata_contacts_requests.cc 88 const GURL& photo_url,
91 photo_url_(photo_url),
gdata_contacts_requests.h 79 const GURL& photo_url,
  /external/chromium_org/chrome/browser/chromeos/contacts/
gdata_contacts_service.cc 690 std::string photo_url = GetPhotoUrl(*contact_dict); local
691 if (!photo_url.empty()) {
693 photo_url =
694 service_->rewrite_photo_url_callback_for_testing_.Run(photo_url);
696 contact_photo_urls_[contact.get()] = photo_url;
    [all...]

Completed in 240 milliseconds