/external/chromium_org/ui/file_manager/file_manager/foreground/js/image_editor/ |
D | image_buffer.js | 130 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) {
|
D | image_editor.js | 283 ImageEditor.Mode.prototype = {__proto__: ImageBuffer.Overlay.prototype };
|
D | image_view.js | 102 ImageView.prototype = {__proto__: ImageBuffer.Overlay.prototype};
|
/external/chromium_org/ui/file_manager/gallery/js/image_editor/ |
D | image_buffer.js | 130 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) {
|
D | image_view.js | 102 ImageView.prototype = {__proto__: ImageBuffer.Overlay.prototype};
|
D | image_editor.js | 283 ImageEditor.Mode.prototype = {__proto__: ImageBuffer.Overlay.prototype };
|
/external/chromium-trace/trace-viewer/src/ui/ |
D | overlay.js | 169 var Overlay = ui.define('div'); 171 Overlay.prototype = { class 193 Overlay.prototype.onVisibleChange_.bind(this), true); 278 Overlay: Overlay
|
D | overlay_test.js | 11 var overlay = new ui.Overlay(); 22 var overlay = new ui.Overlay();
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
D | ShadowMapView.java | 10 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/ |
D | category_filter_dialog.js | 21 __proto__: ui.Overlay.prototype, 24 ui.Overlay.prototype.decorate.call(this); class in ui
|
D | find_control.js | 23 __proto__: ui.Overlay.prototype, 26 ui.Overlay.prototype.decorate.call(this); class in ui
|
D | timeline_view.js | 82 var dlg = new ui.Overlay(); 138 var dlg = new ui.Overlay(); 165 var dlg = new ui.Overlay();
|
D | record_selection_dialog.js | 22 __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/ |
D | SuggestBox.js | 146 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/ |
D | profiling_view.js | 232 this.overlayEl_ = new ui.Overlay(); 259 this.overlayEl_ = new ui.Overlay();
|
D | tracing_controller.js | 27 this.overlay_ = new ui.Overlay();
|
/external/chromium_org/chrome/browser/ui/cocoa/constrained_window/ |
D | constrained_window_sheet_info.mm | 41 // Overlay window is already invisible so just stop accepting mouse events.
|
/external/skia/src/effects/ |
D | SkPorterDuff.cpp | 43 MAKE_PAIR(Overlay),
|
/external/chromium_org/third_party/skia/src/effects/ |
D | SkPorterDuff.cpp | 43 MAKE_PAIR(Overlay),
|
/external/chromium-trace/trace-viewer/src/cc/ |
D | picture_debugger.js | 148 var overlay = new ui.Overlay();
|
D | layer_tree_quad_stack_viewer.js | 336 var overlay = new ui.Overlay();
|
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/ |
D | bookmark_bar_toolbar_view.mm | 66 // Overlay with a lighter background color.
|
/external/mesa3d/docs/ |
D | README.CYGWIN | 179 Overlay Planes 181 Overlay planes in the frame buffer are supported by Mesa but require
|
/external/chromium_org/third_party/mesa/src/docs/ |
D | README.CYGWIN | 179 Overlay Planes 181 Overlay planes in the frame buffer are supported by Mesa but require
|
/external/chromium_org/chrome/browser/ui/cocoa/autofill/ |
D | autofill_dialog_window_controller.mm | 272 // Overlay never changes window width.
|