Home
last modified time | relevance | path

Searched refs:Overlay (Results 1 – 25 of 36) sorted by relevance

12

/external/chromium_org/ui/file_manager/file_manager/foreground/js/image_editor/
Dimage_buffer.js130 ImageBuffer.Overlay = function() {}; class in ImageBuffer
136 ImageBuffer.Overlay.prototype.getZIndex = function() { return 0 };
141 ImageBuffer.Overlay.prototype.draw = function() {};
151 ImageBuffer.Overlay.prototype.getCursorStyle = function(x, y, mouseDown) {
161 ImageBuffer.Overlay.prototype.onClick = function(x, y) {
172 ImageBuffer.Overlay.prototype.getDragHandler = function(x, y, touch) {
182 ImageBuffer.Overlay.prototype.getDoubleTapAction = function(x, y) {
Dimage_editor.js283 ImageEditor.Mode.prototype = {__proto__: ImageBuffer.Overlay.prototype };
Dimage_view.js102 ImageView.prototype = {__proto__: ImageBuffer.Overlay.prototype};
/external/chromium_org/ui/file_manager/gallery/js/image_editor/
Dimage_buffer.js130 ImageBuffer.Overlay = function() {}; class in ImageBuffer
136 ImageBuffer.Overlay.prototype.getZIndex = function() { return 0 };
141 ImageBuffer.Overlay.prototype.draw = function() {};
151 ImageBuffer.Overlay.prototype.getCursorStyle = function(x, y, mouseDown) {
161 ImageBuffer.Overlay.prototype.onClick = function(x, y) {
172 ImageBuffer.Overlay.prototype.getDragHandler = function(x, y, touch) {
182 ImageBuffer.Overlay.prototype.getDoubleTapAction = function(x, y) {
Dimage_view.js102 ImageView.prototype = {__proto__: ImageBuffer.Overlay.prototype};
Dimage_editor.js283 ImageEditor.Mode.prototype = {__proto__: ImageBuffer.Overlay.prototype };
/external/chromium-trace/trace-viewer/src/ui/
Doverlay.js169 var Overlay = ui.define('div');
171 Overlay.prototype = { class
193 Overlay.prototype.onVisibleChange_.bind(this), true);
278 Overlay: Overlay
Doverlay_test.js11 var overlay = new ui.Overlay();
22 var overlay = new ui.Overlay();
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowMapView.java10 import com.google.android.maps.Overlay;
30 private List<Overlay> overlays = new ArrayList<Overlay>();
146 public List<Overlay> getOverlays() { in getOverlays()
172 for (Overlay overlay : overlays) { in dispatchTouchEvent()
/external/chromium-trace/trace-viewer/src/tracing/
Dcategory_filter_dialog.js21 __proto__: ui.Overlay.prototype,
24 ui.Overlay.prototype.decorate.call(this); class in ui
Dfind_control.js23 __proto__: ui.Overlay.prototype,
26 ui.Overlay.prototype.decorate.call(this); class in ui
Dtimeline_view.js82 var dlg = new ui.Overlay();
138 var dlg = new ui.Overlay();
165 var dlg = new ui.Overlay();
Drecord_selection_dialog.js22 __proto__: ui.Overlay.prototype,
25 ui.Overlay.prototype.decorate.call(this); class in ui
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
DSuggestBox.js146 this._overlay = new WebInspector.SuggestBox.Overlay();
419 WebInspector.SuggestBox.Overlay = function() class in WebInspector.SuggestBox
427 WebInspector.SuggestBox.Overlay.prototype = {
/external/chromium-trace/trace-viewer/src/about_tracing/
Dprofiling_view.js232 this.overlayEl_ = new ui.Overlay();
259 this.overlayEl_ = new ui.Overlay();
Dtracing_controller.js27 this.overlay_ = new ui.Overlay();
/external/chromium_org/chrome/browser/ui/cocoa/constrained_window/
Dconstrained_window_sheet_info.mm41 // Overlay window is already invisible so just stop accepting mouse events.
/external/skia/src/effects/
DSkPorterDuff.cpp43 MAKE_PAIR(Overlay),
/external/chromium_org/third_party/skia/src/effects/
DSkPorterDuff.cpp43 MAKE_PAIR(Overlay),
/external/chromium-trace/trace-viewer/src/cc/
Dpicture_debugger.js148 var overlay = new ui.Overlay();
Dlayer_tree_quad_stack_viewer.js336 var overlay = new ui.Overlay();
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
Dbookmark_bar_toolbar_view.mm66 // Overlay with a lighter background color.
/external/mesa3d/docs/
DREADME.CYGWIN179 Overlay Planes
181 Overlay planes in the frame buffer are supported by Mesa but require
/external/chromium_org/third_party/mesa/src/docs/
DREADME.CYGWIN179 Overlay Planes
181 Overlay planes in the frame buffer are supported by Mesa but require
/external/chromium_org/chrome/browser/ui/cocoa/autofill/
Dautofill_dialog_window_controller.mm272 // Overlay never changes window width.

12