Home
last modified time | relevance | path

Searched refs:mouseDown (Results 1 – 25 of 61) sorted by relevance

123

/external/chromium_org/ui/file_manager/file_manager/foreground/js/image_editor/
Dimage_buffer.js62 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
Dimage_transform.js170 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/
Dimage_buffer.js62 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
Dimage_transform.js170 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/
Dhover_button.mm41 - (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/
Ddraggable_button_unittest.mm99 [button mouseDown:downEvent];
106 [button mouseDown:downEvent];
130 [button mouseDown:downEvent];
139 [button mouseDown:downEvent];
Ddraggable_button.mm38 - (void)mouseDown:(NSEvent*)theEvent {
46 [super mouseDown:theEvent];
Dfloating_bar_backing_view.mm30 - (void)mouseDown:(NSEvent*)event {}
/external/chromium_org/ui/message_center/cocoa/
Dstatus_item_view.mm77 - (void)mouseDown:(NSEvent*)event {
91 [self mouseDown:event];
99 [self mouseDown:event];
Dstatus_item_view_unittest.mm37 [view_ mouseDown:nil];
80 [view_ mouseDown:nil];
/external/chromium_org/chrome/browser/ui/cocoa/browser/
Dpassword_generation_bubble_controller.mm84 - (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/
Dapps_search_results_controller.mm36 - (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];
Dapps_collection_view_drag_manager.mm92 [[[gridController_ itemAtIndex:itemHitIndex_] view] mouseDown:theEvent];
246 - (void)mouseDown:(NSEvent*)theEvent {
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
DStatusBarButton.js267 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/
Dautocomplete_text_field_unittest.mm404 [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 …]
Dautocomplete_text_field.mm61 // 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
Dautocomplete_text_field_cell.h78 - (BOOL)mouseDown:(NSEvent*)theEvent
/external/chromium_org/chrome/browser/ui/cocoa/panels/
Dpanel_titlebar_view_cocoa.mm73 // 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];
Dmouse_drag_controller.h92 - (void)mouseDown:(NSEvent*)event;
/external/chromium_org/chrome/browser/ui/cocoa/toolbar/
Dreload_button_unittest.mm83 [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/
Dautofill_dialog_window_controller.mm90 - (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];
Dautofill_textfield.mm60 - (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/
Domnibox_popup_matrix_unittest.mm80 [matrix_ mouseDown:MouseEventInRow(matrix_, NSLeftMouseDown, 2)];
/external/chromium_org/chrome/browser/ui/cocoa/download/
Ddownload_item_button.mm30 - (void)mouseDown:(NSEvent*)event {
/external/chromium_org/chrome/browser/ui/cocoa/find_bar/
Dfind_bar_view_unittest.mm22 - (void)mouseDown:(NSEvent*)event {

123