HomeSort by relevance Sort by last modified time
    Searched full:gallery (Results 76 - 100 of 448) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/media_galleries/
media_galleries_permission_controller.h 149 // NOTE: possible states for a gallery:
161 // possible changes includes a gallery getting blacklisted, or a new
162 // auto detected gallery becoming available.
204 // This is the authoritative source for gallery information.
media_galleries_permissions_unittest.cc 21 void AddGalleryPermission(MediaGalleryPrefId gallery,
25 permission.pref_id = gallery;
  /external/chromium_org/chrome/common/extensions/manifest_tests/
extension_manifests_homepage_unittest.cc 39 // The Google Gallery URL ends with the id, which depends on the path, which
  /external/chromium_org/content/public/browser/
download_danger_type.h 17 // places other than gallery).
  /external/chromium_org/sync/protocol/
extension_specifics.proto 29 // Extensions Gallery) is used.
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
file_tasks.js 200 actionId === 'gallery' ||
201 actionId === 'gallery-video'));
243 } else if (taskParts[2] === 'gallery' ||
244 taskParts[2] === 'gallery-video') {
564 if (id === 'gallery' || id === 'gallery-video') {
627 * Open the Gallery.
637 * The core implementation to open the Gallery.
653 if (this.params_ && this.params_.gallery) {
654 // Remove the Gallery state from the location, we do not need it any more
    [all...]
  /external/chromium_org/webkit/browser/fileapi/
external_mount_points.h 96 // Media gallery type file systems do not count for this calculation. i.e.
97 // if only a media gallery is registered for the path, false will be returned.
98 // If a media gallery and another file system are registered for related
141 // media gallery type.
  /frameworks/base/tests/BiDiTests/res/layout/
gallery_ltr.xml 23 <Gallery
gallery_rtl.xml 23 <Gallery
  /packages/apps/Camera2/res/values-v14/
styles.xml 25 <style name="Theme.Photos.Gallery" parent="android:Theme.Holo.Light">
  /packages/apps/Gallery/tests/src/com/android/camera/gallery/
MockImage.java 1 package com.android.camera.gallery;
MockImageList.java 1 package com.android.camera.gallery;
  /packages/apps/Gallery2/res/values-v14/
styles.xml 25 <style name="Theme.Photos.Gallery" parent="android:Theme.Holo.Light">
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
WakeLockHoldingProgressListener.java 26 static private final String DEFAULT_WAKE_LOCK_LABEL = "Gallery Progress Listener";
  /packages/apps/Launcher2/res/values/
wallpapers.xml 27 scrolling gallery widget. -->
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
completion1-expected-completion11.txt 17 <Gallery />
completion1-expected-completion12.txt 17 <Gallery />
completion9-expected-completion64.txt 17 <Gallery />
  /external/chromium_org/chrome/browser/chromeos/file_manager/
file_manager_browsertest.cc     [all...]
  /packages/apps/Gallery/res/values/
strings.xml 30 <string name="gallery_picker_label">Gallery</string>
32 <!-- label for the gallery application (displayed when the user needs to
34 <string name="gallery_label">Gallery</string>
36 <!-- label for the folder that contains Camera pictures in the gallery -->
39 <!-- label for the folder that contains Camera videos in the gallery -->
42 <!-- label for the folder that contains Camera videos in the gallery -->
51 <!-- menu pick: go to the preferences screen for the camera or image gallery -->
344 <!-- Activity title when in the image gallery to see pictures -->
345 <string name="photos_gallery_title">Gallery</string>
347 <!-- Activity title when in the image gallery to select a picture --
    [all...]
  /external/chromium_org/chrome/browser/ui/views/extensions/
media_galleries_dialog_views.h 78 const MediaGalleriesDialogController::Entry& gallery,
95 // A map from gallery ID to views::Checkbox view.
  /external/chromium_org/chrome/common/extensions/
sync_helper.cc 32 // Disallow extensions with non-gallery auto-update URLs for now.
55 // We only want to sync user scripts with gallery update URLs.
  /external/chromium_org/native_client_sdk/doc_generated/community/
middleware.html 9 <a href="application-gallery">Application Gallery</a>.</p>
  /packages/apps/Gallery/src/com/android/camera/
ImageManager.java 19 import com.android.camera.gallery.BaseImageList;
20 import com.android.camera.gallery.IImage;
21 import com.android.camera.gallery.IImageList;
22 import com.android.camera.gallery.ImageList;
23 import com.android.camera.gallery.ImageListUber;
24 import com.android.camera.gallery.SingleImageList;
25 import com.android.camera.gallery.VideoList;
26 import com.android.camera.gallery.VideoObject;
  /packages/apps/Gallery/src/com/android/camera/gallery/
Image.java 17 package com.android.camera.gallery;
36 * The class for normal images in gallery.

Completed in 748 milliseconds

1 2 34 5 6 7 8 91011>>