/external/chromium_org/ui/file_manager/file_manager/foreground/js/image_editor/ |
D | image_buffer.js | 62 ImageBuffer.prototype.getCursorStyle = function(x, y, mouseDown) { argument 64 var style = this.overlays_[i].getCursorStyle(x, y, mouseDown); 151 ImageBuffer.Overlay.prototype.getCursorStyle = function(x, y, mouseDown) { argument
|
D | image_transform.js | 170 ImageEditor.Mode.Crop.prototype.getCursorStyle = function(x, y, mouseDown) { argument 171 return this.cropRect_.getCursorStyle(x, y, mouseDown); 363 DraggableRect.prototype.getCursorStyle = function(x, y, mouseDown) { argument 365 if (mouseDown) {
|
/external/chromium_org/ui/file_manager/gallery/js/image_editor/ |
D | image_buffer.js | 62 ImageBuffer.prototype.getCursorStyle = function(x, y, mouseDown) { argument 64 var style = this.overlays_[i].getCursorStyle(x, y, mouseDown); 151 ImageBuffer.Overlay.prototype.getCursorStyle = function(x, y, mouseDown) { argument
|
D | image_transform.js | 170 ImageEditor.Mode.Crop.prototype.getCursorStyle = function(x, y, mouseDown) { argument 171 return this.cropRect_.getCursorStyle(x, y, mouseDown); 363 DraggableRect.prototype.getCursorStyle = function(x, y, mouseDown) { argument 365 if (mouseDown) {
|
/external/chromium_org/ui/base/cocoa/ |
D | hover_button.mm | 41 - (void)mouseDown:(NSEvent*)theEvent { 44 // it can be freed while |super mouseDown:| is in its loop, and the 49 [super mouseDown:theEvent]; 50 // We need to check the image state after the mouseDown event loop finishes.
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
D | draggable_button_unittest.mm | 99 [button mouseDown:downEvent]; 106 [button mouseDown:downEvent]; 130 [button mouseDown:downEvent]; 139 [button mouseDown:downEvent];
|
D | draggable_button.mm | 38 - (void)mouseDown:(NSEvent*)theEvent { 46 [super mouseDown:theEvent];
|
D | floating_bar_backing_view.mm | 30 - (void)mouseDown:(NSEvent*)event {}
|
/external/chromium_org/ui/message_center/cocoa/ |
D | status_item_view.mm | 77 - (void)mouseDown:(NSEvent*)event { 91 [self mouseDown:event]; 99 [self mouseDown:event];
|
D | status_item_view_unittest.mm | 37 [view_ mouseDown:nil]; 80 [view_ mouseDown:nil];
|
/external/chromium_org/chrome/browser/ui/cocoa/browser/ |
D | password_generation_bubble_controller.mm | 84 - (BOOL)mouseDown:(NSEvent*)theEvent 126 - (void)mouseDown:(NSEvent*)theEvent { 128 if (![[self cell] mouseDown:theEvent inView:self]) { 130 [[self currentEditor] mouseDown:theEvent]; 133 [super mouseDown:theEvent]; 196 - (BOOL)mouseDown:(NSEvent*)theEvent
|
/external/chromium_org/ui/app_list/cocoa/ |
D | apps_search_results_controller.mm | 36 - (void)mouseDown:(NSEvent*)theEvent; 68 // Simple extension to NSTableView that passes mouseDown events to the 177 - (void)mouseDown:(NSEvent*)theEvent { 404 - (void)mouseDown:(NSEvent*)theEvent { 405 [[self controller] mouseDown:theEvent]; 406 [super mouseDown:theEvent];
|
D | apps_collection_view_drag_manager.mm | 92 [[[gridController_ itemAtIndex:itemHitIndex_] view] mouseDown:theEvent]; 246 - (void)mouseDown:(NSEvent*)theEvent {
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/ |
D | StatusBarButton.js | 267 var boundMouseDown = mouseDown.bind(this); 276 this._longClickData = { mouseUp: boundMouseUp, mouseDown: boundMouseDown }; property 282 function mouseDown(e) function 318 this.element.removeEventListener("mousedown", this._longClickData.mouseDown, false);
|
/external/chromium_org/chrome/browser/ui/cocoa/location_bar/ |
D | autocomplete_text_field_unittest.mm | 404 [field_ mouseDown:downEvent]; 439 [field_ mouseDown:downEvent]; 458 [field_ mouseDown:downEvent]; 477 [field_ mouseDown:downEvent]; 491 [field_ mouseDown:downEvent]; 520 [field_ mouseDown:downEvent]; 522 [field_ mouseDown:downEvent2]; 545 [field_ mouseDown:downEvent]; 547 [field_ mouseDown:downEvent2]; 549 [field_ mouseDown:downEvent3]; [all …]
|
D | autocomplete_text_field.mm | 61 // editor is installed, it will get -mouseDown: events and handle 82 - (void)mouseDown:(NSEvent*)theEvent { 113 // NSTextField -mouseDown: because it does the right thing. The 120 [super mouseDown:theEvent]; 128 // NSText subview, which will receive the -mouseDown: in that 145 if ([cell mouseDown:theEvent inRect:bounds ofView:self]) { 169 [editor mouseDown:theEvent]; 359 // handled by a decoration or context menu (|-mouseDown:| will still
|
D | autocomplete_text_field_cell.h | 78 - (BOOL)mouseDown:(NSEvent*)theEvent
|
/external/chromium_org/chrome/browser/ui/cocoa/panels/ |
D | panel_titlebar_view_cocoa.mm | 73 // button is pressed but before mouseDown: is dispatched) and then complete 74 // canceling the reorder by [NSApp preventWindowOrdering] in mouseDown handler 81 - (void)mouseDown:(NSEvent*)event { 86 [super mouseDown:event]; 398 - (void)mouseDown:(NSEvent*)event { 399 [dragController_ mouseDown:event]; 537 [self mouseDown:event];
|
D | mouse_drag_controller.h | 92 - (void)mouseDown:(NSEvent*)event;
|
/external/chromium_org/chrome/browser/ui/cocoa/toolbar/ |
D | reload_button_unittest.mm | 83 [button_ mouseDown:click_one.first]; 85 [button_ mouseDown:click_two.first]; 247 [button_ mouseDown:click.first]; 264 [button_ mouseDown:click.first];
|
/external/chromium_org/chrome/browser/ui/cocoa/autofill/ |
D | autofill_dialog_window_controller.mm | 90 - (void)mouseDown:(NSEvent*)event { 91 // Delegate _must_ be notified before mouseDown is complete, since it needs 92 // to distinguish between mouseDown for already focused fields, and fields 93 // that will receive focus as part of the mouseDown. 97 [super mouseDown:event];
|
D | autofill_textfield.mm | 60 - (void)mouseDown:(NSEvent*)theEvent { 61 // mouseDown: is only invoked for a click that actually gave firstResponder 65 [super mouseDown:theEvent];
|
/external/chromium_org/chrome/browser/ui/cocoa/omnibox/ |
D | omnibox_popup_matrix_unittest.mm | 80 [matrix_ mouseDown:MouseEventInRow(matrix_, NSLeftMouseDown, 2)];
|
/external/chromium_org/chrome/browser/ui/cocoa/download/ |
D | download_item_button.mm | 30 - (void)mouseDown:(NSEvent*)event {
|
/external/chromium_org/chrome/browser/ui/cocoa/find_bar/ |
D | find_bar_view_unittest.mm | 22 - (void)mouseDown:(NSEvent*)event {
|