Searched defs:ImageView (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/source_frame/
H A DImageView.js33 WebInspector.ImageView = function(resource)
40 WebInspector.ImageView.prototype = {
71 * @this {WebInspector.ImageView}
/external/chromium_org/ui/file_manager/gallery/js/image_editor/
H A Dimage_view.js15 function ImageView(container, viewport) { class
43 ImageView.MODE_TRANSITION_DURATION = 350;
49 ImageView.FAST_SCROLL_INTERVAL = 300;
54 ImageView.LOAD_TYPE_CACHED_FULL = 0;
59 ImageView.LOAD_TYPE_CACHED_SCREEN = 1;
64 ImageView.LOAD_TYPE_IMAGE_FILE = 2;
69 ImageView.LOAD_TYPE_ERROR = 3;
74 ImageView.LOAD_TYPE_OFFLINE = 4;
79 ImageView.LOAD_TYPE_TOTAL = 5;
81 ImageView
[all...]
/external/chromium_org/ui/views/controls/
H A Dimage_view.h21 // ImageView class.
23 // An ImageView can display an image from an ImageSkia. If a size is provided,
24 // the ImageView will resize the provided image to fit if it is too big or will
29 class VIEWS_EXPORT ImageView : public View { class in namespace:views
37 ImageView();
38 virtual ~ImageView();
49 // The returned image is still owned by the ImageView.
52 // Set the desired image size for the receiving ImageView.
134 DISALLOW_COPY_AND_ASSIGN(ImageView);
H A Dimage_view.cc29 ImageView::ImageView() function in class:views::ImageView
39 ImageView::~ImageView() {
42 void ImageView::SetImage(const gfx::ImageSkia& img) {
54 void ImageView::SetImage(const gfx::ImageSkia* image_skia) {
63 const gfx::ImageSkia& ImageView::GetImage() {
67 void ImageView::SetImageSize(const gfx::Size& image_size) {
73 bool ImageView::GetImageSize(gfx::Size* image_size) const {
80 gfx::Rect ImageView
[all...]
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 111 milliseconds