Home
last modified time | relevance | path

Searched refs:endDrag (Results 1 – 16 of 16) sorted by relevance

/external/chromium/chrome/browser/resources/shared/js/cr/ui/
Dsplitter.js100 endDrag: function() { method in Splitter
138 this.endDrag();
/external/chromium_org/chrome/browser/ui/cocoa/
Ddraggable_button_mixin.mm30 - (void)endDrag; method in Private
94 [self endDrag];
276 - (void)endDrag { method
278 [button_ endDrag] != kDraggableButtonImplUseBase) {
Ddraggable_button_mixin.h62 - (DraggableButtonResult)endDrag;
/external/chromium/chrome/browser/ui/cocoa/
Ddraggable_button.h77 - (void)endDrag;
Ddraggable_button.mm201 [self endDrag];
224 - (void)endDrag { method
/external/chromium_org/chrome/browser/ui/cocoa/panels/
Dpanel_window_controller_cocoa.h97 - (void)endDrag:(BOOL)cancelled;
Dpanel_titlebar_view_cocoa.mm427 [controller_ endDrag:cancelled];
Dpanel_window_controller_cocoa.mm451 - (void)endDrag:(BOOL)cancelled {
/external/chromium/chrome/browser/ui/cocoa/extensions/
Dbrowser_action_button.mm102 - (void)endDrag; method in Private
196 [self endDrag];
203 - (void)endDrag { method
/external/chromium_org/third_party/WebKit/Source/core/html/shadow/
DMediaControlElements.cpp117 void MediaControlPanelElement::endDrag() in endDrag() function in WebCore::MediaControlPanelElement
225 endDrag(); in defaultEventHandler()
239 endDrag(); in setCanBeDragged()
DMediaControlElements.h61 void endDrag();
/external/chromium_org/chrome/browser/ui/cocoa/extensions/
Dbrowser_action_button.mm106 - (void)endDrag; method in Private
227 [self endDrag];
234 - (void)endDrag { method
/external/chromium_org/chrome/browser/ui/cocoa/tabs/
Dtab_strip_drag_controller.mm22 - (void)endDrag:(NSEvent*)event;
125 [self endDrag:theEvent];
132 [self endDrag:theEvent];
301 // sure these get cancelled in -endDrag:.
355 - (void)endDrag:(NSEvent*)event {
Dtab_view.mm248 // Messaging the drag controller with |-endDrag:| would seem like the right
/external/chromium/chrome/browser/ui/cocoa/bookmarks/
Dbookmark_button.mm222 - (void)endDrag { method
230 [super endDrag];
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
Dbookmark_button.mm228 - (DraggableButtonResult)endDrag { method