OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:imageView_
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/ui/cocoa/
hung_renderer_controller.h
34
IBOutlet NSImageView*
imageView_
;
/external/chromium_org/chrome/browser/ui/cocoa/
hung_renderer_controller.h
37
IBOutlet NSImageView*
imageView_
;
/external/chromium_org/chrome/browser/resources/file_manager/js/photo/
slide_mode.js
212
this.
imageView_
= new ImageView(
219
this.
imageView_
,
290
zoomFromRect && this.
imageView_
.createZoomEffect(zoomFromRect),
457
this.
imageView_
.prefetch(this.
imageView_
.contentID_);
510
this.
imageView_
.unload(zoomToRect);
662
this.mediaControls_.attachMedia(this.
imageView_
.getVideo());
674
var canvas = this.
imageView_
.getCanvas();
731
this.
imageView_
.getVideo().pause();
748
this.
imageView_
.prefetch(nextItemUrl, delay)
[
all
...]
/external/chromium_org/chrome/browser/resources/file_manager/js/image_editor/
image_editor.js
35
this.
imageView_
= imageView;
36
this.
imageView_
.addContentCallback(this.onContentUpdate_.bind(this));
37
this.buffer_.addOverlay(this.
imageView_
);
118
this.
imageView_
.load(
123
self.
imageView_
.getCanvas(),
138
if (this.
imageView_
.isLoading()) {
143
this.
imageView_
.cancelLoad();
169
if (!this.
imageView_
.isLoading())
238
ImageEditor.prototype.getImageView = function() { return this.
imageView_
};
288
ImageEditor.Mode.prototype.getImageView = function() { return this.
imageView_
};
[
all
...]
Completed in 323 milliseconds