HomeSort by relevance Sort by last modified time
    Searched full:mousedown (Results 1 - 25 of 256) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/webkit/Source/WebKit/chromium/tests/
WebInputEventFactoryTestGtk.cpp 114 GdkEventButton mouseDown;
115 memset(&mouseDown, 0, sizeof(mouseDown));
116 mouseDown.type = GDK_BUTTON_PRESS;
117 mouseDown.window = static_cast<GdkWindow*>(GINT_TO_POINTER(1));
118 mouseDown.x = mouseDown.y = mouseDown.x_root = mouseDown.y_root = 100;
119 mouseDown.time = 0
    [all...]
  /external/webkit/Source/WebCore/manual-tests/
stale-scrollbar-client-crash.html 44 function mousedown(event)
50 overflow.addEventListener("mousedown", mousedown, false);
51 listbox.addEventListener("mousedown", mousedown, false);
slider-thumb-tracking.html 12 event.initMouseEvent("mousedown", true, true, document.defaultView, 1, 0, 0, x, y, false, false, false, false, 0, document);
  /external/webkit/LayoutTests/platform/android/
test_expectations.txt 123 fast/dom/Window/window-xy-properties.html FAIL // requires eventSender.mouseDown(),mouseUp()
127 fast/events/anchor-image-scrolled-x-y.html FAIL // requires eventSender.mouseDown(),mouseUp()
129 fast/events/capture-on-target.html FAIL // requires eventSender.mouseDown(),mouseUp()
130 fast/events/dblclick-addEventListener.html FAIL // requires eventSender.mouseDown(),mouseUp()
131 fast/events/drag-in-frames.html FAIL // requires eventSender.mouseDown(),mouseUp()
132 fast/events/drag-outside-window.html FAIL // requires eventSender.mouseDown(),mouseUp()
133 fast/events/event-view-toString.html FAIL // requires eventSender.mouseDown(),mouseUp()
134 fast/events/frame-click-focus.html FAIL // requires eventSender.mouseDown(),mouseUp()
137 fast/events/input-image-scrolled-x-y.html FAIL // requires eventSender.mouseDown(),mouseUp()
138 fast/events/mouseclick-target-and-positioning.html FAIL // requires eventSender.mouseDown(),mouseUp(
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/
hover_button.mm 39 - (void)mouseDown:(NSEvent*)theEvent {
43 // it can be freed while |super mouseDown:| is in it's loop, and the
48 [super mouseDown:theEvent];
49 // We need to check the image state after the mouseDown event loop finishes.
draggable_button_unittest.mm 95 [button mouseDown:downEvent];
102 [button mouseDown:downEvent];
125 [button mouseDown:downEvent];
134 [button mouseDown:downEvent];
profile_menu_button.h 34 - (void) mouseDown:(NSEvent*)event
styled_text_field.h 11 // decorations have changed and overrides |mouseDown:| to properly handle clicks
draggable_button.mm 155 // Override if you want to do any extra work on mouseUp, after a mouseDown
190 - (void)mouseDown:(NSEvent*)theEvent {
206 [super mouseDown:theEvent];
214 [super mouseDown:theEvent];
floating_bar_backing_view.mm 32 - (void)mouseDown:(NSEvent*)event {}
  /external/chromium/chrome/browser/ui/cocoa/notifications/
balloon_view.mm 80 // reorder here (shouldDelayWindowOrderingForEvent is called during mouseDown)
82 // mouseDown handler of this view.
87 - (void)mouseDown:(NSEvent*)event {
90 [super mouseDown:event];
  /external/clang/test/CodeGenCXX/
2007-01-06-PtrMethodInit.cpp 48 cdecl)) MouseDown (nsIDOMEvent * aMouseEvent) = 0;
68 reinterpret_cast < GenericHandler > (&nsIDOMMouseListener::MouseDown),
  /frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
FileFilter.java 163 ignoreResultList.add("fast/dom/Window/window-xy-properties.html"); // requires eventSender.mouseDown(),mouseUp()
167 ignoreResultList.add("fast/events/anchor-image-scrolled-x-y.html"); // requires eventSender.mouseDown(),mouseUp()
169 ignoreResultList.add("fast/events/capture-on-target.html"); // requires eventSender.mouseDown(),mouseUp()
170 ignoreResultList.add("fast/events/dblclick-addEventListener.html"); // requires eventSender.mouseDown(),mouseUp()
171 ignoreResultList.add("fast/events/drag-in-frames.html"); // requires eventSender.mouseDown(),mouseUp()
172 ignoreResultList.add("fast/events/drag-outside-window.html"); // requires eventSender.mouseDown(),mouseUp()
173 ignoreResultList.add("fast/events/event-view-toString.html"); // requires eventSender.mouseDown(),mouseUp()
174 ignoreResultList.add("fast/events/frame-click-focus.html"); // requires eventSender.mouseDown(),mouseUp()
177 ignoreResultList.add("fast/events/input-image-scrolled-x-y.html"); // requires eventSender.mouseDown(),mouseUp()
178 ignoreResultList.add("fast/events/mouseclick-target-and-positioning.html"); // requires eventSender.mouseDown(),mouseUp(
    [all...]
EventSender.java 20 public void mouseDown();
  /external/chromium/chrome/browser/ui/cocoa/find_bar/
find_bar_view_unittest.mm 22 - (void)mouseDown:(NSEvent*)event {
60 // Synthesize a mousedown event and send it to the window. The event is
80 // Synthesize a mousedown event and send it to the window. The event is inset
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
PropertyTooltipProvider.java 96 case SWT.MouseDown : {
102 // send MouseDown to table
106 table.notifyListeners(SWT.MouseDown, newEvent);
  /external/webkit/LayoutTests/fast/encoding/
mailto-always-utf-8.html 21 eventSender.mouseDown();
  /external/chromium/chrome/browser/ui/cocoa/download/
download_item_button.mm 27 - (void)mouseDown:(NSEvent*)event {
33 [super mouseDown:event];
  /external/chromium/chrome/browser/ui/cocoa/toolbar/
toolbar_button.mm 15 - (void)mouseDown:(NSEvent*)theEvent {
17 [super mouseDown:theEvent];
  /frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/
EventSender.java 59 public void mouseDown() {
60 mEventSenderImpl.mouseDown();
  /sdk/emulator/opengl/tests/emulator_test_renderer/
main.cpp 41 int mouseDown = 0;
124 if (!mouseDown) {
126 mouseDown = 1;
130 if (mouseDown) {
132 mouseDown = 0;
136 if (mouseDown)
  /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
WKBundlePageOverlay.cpp 86 case WebEvent::MouseDown: {
87 if (!m_client.mouseDown)
90 return m_client.mouseDown(toAPI(pageOverlay), toAPI(event.position()), toAPI(event.button()), m_client.clientInfo);
  /external/webkit/Source/WebKit/chromium/src/
WebScrollbarImpl.cpp 128 case WebInputEvent::MouseDown:
157 WebMouseEvent mousedown = *static_cast<const WebMouseEvent*>(&event); local
158 if (!m_scrollbar->frameRect().contains(mousedown.x, mousedown.y))
161 mousedown.x -= m_scrollbar->x();
162 mousedown.y -= m_scrollbar->y();
163 m_scrollbar->mouseDown(PlatformMouseEventBuilder(m_scrollbar.get(), mousedown));
  /external/chromium/chrome/browser/resources/shared/js/cr/ui/
menu_button.js 24 this.addEventListener('mousedown', this);
65 case 'mousedown':
77 // Prevent the button from stealing focus on mousedown.
113 this.showingEvents_.add(doc, 'mousedown', this, true);
  /external/webkit/LayoutTests/fast/dom/Node/
mutation-blur.html 28 eventSender.mouseDown();

Completed in 1118 milliseconds

1 2 3 4 5 6 7 8 91011