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

  /external/chromium_org/chrome/browser/media_galleries/
media_scan_types.h 11 int image_count; member in struct:MediaGalleryScanResult
media_galleries_preferences.h 111 int image_count; member in struct:MediaGalleryPrefInfo
218 int image_count,
312 int image_count,
media_galleries_preferences.cc 190 int image_count = 0; local
213 dict.GetInteger(kMediaGalleriesScanImageCountKey, &image_count) &&
216 out_gallery_info->image_count = image_count;
220 out_gallery_info->image_count = 0;
261 if (gallery.audio_count || gallery.image_count || gallery.video_count) {
263 dict->SetInteger(kMediaGalleriesScanImageCountKey, gallery.image_count);
326 image_count(0),
764 int image_count,
770 audio_count, image_count, video_count
    [all...]
  /external/chromium_org/ash/shell/
window_watcher.cc 98 static int image_count = 0; local
111 image_count == 0 ? 255 : 0,
112 image_count == 1 ? 255 : 0,
113 image_count == 2 ? 255 : 0);
114 image_count = (image_count + 1) % 3;
  /external/chromium_org/ui/gfx/
icon_util.cc 473 size_t image_count = bitmap_count + (png_bytes.get() ? 1 : 0); local
489 icon_dir->idCount = static_cast<WORD>(image_count);
491 size_t icon_dir_count = image_count - 1;
  /external/chromium_org/ash/system/chromeos/network/
network_icon.cc 374 int image_count = NumImagesForType(image_type) - 1; local
375 int index = animation * nextafter(static_cast<float>(image_count), 0);
376 index = std::max(std::min(index, image_count - 1), 0);
    [all...]

Completed in 577 milliseconds