Home
last modified time | relevance | path

Searched refs:postEvent (Results 1 – 21 of 21) sorted by relevance

/external/chromium/chrome/browser/ui/cocoa/wrench_menu/
Dmenu_tracked_button_unittest.mm81 [NSApp postEvent:MakeEvent(NSMouseEntered, NSMakePoint(11, 11)) atStart:YES];
82 [NSApp postEvent:MakeEvent(NSMouseExited, NSMakePoint(9, 9)) atStart:YES];
88 [NSApp postEvent:MakeEvent(NSMouseEntered, NSMakePoint(11, 11)) atStart:YES];
89 [NSApp postEvent:MakeEvent(NSLeftMouseDown, NSMakePoint(12, 12)) atStart:YES];
90 [NSApp postEvent:MakeEvent(NSLeftMouseDragged, NSMakePoint(13, 11))
92 [NSApp postEvent:MakeEvent(NSLeftMouseDragged, NSMakePoint(13, 10))
94 [NSApp postEvent:MakeEvent(NSMouseExited, NSMakePoint(13, 9)) atStart:YES];
100 [NSApp postEvent:MakeEvent(NSMouseEntered, NSMakePoint(11, 11)) atStart:YES];
101 [NSApp postEvent:MakeEvent(NSLeftMouseDown, NSMakePoint(12, 12)) atStart:YES];
102 [NSApp postEvent:MakeEvent(NSLeftMouseDragged, NSMakePoint(13, 13))
[all …]
/external/chromium/chrome/browser/ui/cocoa/
Ddraggable_button_unittest.mm62 [NSApp postEvent:upEvent atStart:YES];
93 [NSApp postEvent:firstUpEvent atStart:YES];
94 [NSApp postEvent:firstMove atStart:YES];
100 [NSApp postEvent:secondUpEvent atStart:YES];
101 [NSApp postEvent:secondMove atStart:YES];
123 [NSApp postEvent:upEvent atStart:YES];
124 [NSApp postEvent:moveEvent atStart:YES];
132 [NSApp postEvent:upEvent atStart:YES];
133 [NSApp postEvent:moveEvent atStart:YES];
Ddraggable_button.mm113 [NSApp postEvent:mouseUp atStart:YES];
116 [NSApp postEvent:dragEvent atStart:YES];
119 [NSApp postEvent:firstEvent atStart:YES];
/external/webkit/Tools/DumpRenderTree/qt/
DEventSenderQt.cpp390 postEvent(m_page, event); in scheduleAsynchronousClick()
392 postEvent(m_page, event2); in scheduleAsynchronousClick()
556 postEvent(m_page->view(), ev); in replaySavedEvents()
572 QApplication::postEvent(m_page->view(), drtEvent); in replaySavedEvents()
648 void EventSender::postEvent(QObject* receiver, QEvent* event) in postEvent() function in EventSender
656 QApplication::postEvent(receiver, event); // event deleted by the system in postEvent()
DEventSenderQt.h91 void postEvent(QObject* receiver, QEvent* event);
/external/chromium/chrome/browser/automation/
Dui_controls_mac.mm17 // of [NSApplication postEvent:atStart:] so that the event gets sent
33 // So we need to use [NSApplication postEvent:atStart:] for mouse click
39 // 1. Investigate why using [NSApplication postEvent:atStart:] for keyboard
249 // TODO(suzhe): Using [NSApplication postEvent:atStart:] here causes
292 [[NSApplication sharedApplication] postEvent:event atStart:NO];
348 [[NSApplication sharedApplication] postEvent:event atStart:NO];
/external/chromium/chrome/browser/ui/cocoa/location_bar/
Dautocomplete_text_field_unittest.mm372 [NSApp postEvent:upEvent atStart:YES];
407 [NSApp postEvent:upEvent atStart:YES];
426 [NSApp postEvent:upEvent atStart:YES];
445 [NSApp postEvent:upEvent atStart:YES];
459 [NSApp postEvent:upEvent atStart:YES];
488 [NSApp postEvent:upEvent atStart:YES];
490 [NSApp postEvent:upEvent2 atStart:YES];
513 [NSApp postEvent:upEvent atStart:YES];
515 [NSApp postEvent:upEvent2 atStart:YES];
517 [NSApp postEvent:upEvent3 atStart:YES];
[all …]
/external/chromium/chrome/browser/ui/cocoa/toolbar/
Dreload_button_unittest.mm67 [NSApp postEvent:click_one.second atStart:YES];
69 [NSApp postEvent:click_two.second atStart:YES];
235 [NSApp postEvent:click.second atStart:YES];
252 [NSApp postEvent:click.second atStart:YES];
Dtoolbar_button_unittest.mm126 [NSApp postEvent:left_up_in_view atStart:YES];
293 [NSApp postEvent:left_up_in_view atStart:YES];
/external/webkit/Source/WebKit/android/plugins/
DANPEventInterface.cpp83 ASSIGN(i, postEvent); in ANPEventInterfaceV0_Init()
Dandroid_npapi.h1019 void (*postEvent)(NPP inst, const ANPEvent* event); member
/external/webkit/Source/WebKit/mac/Misc/
DWebNSViewExtras.m119 [NSApp postEvent:mouseUp atStart:YES];
122 [NSApp postEvent:dragEvent atStart:YES];
125 [NSApp postEvent:firstEvent atStart:YES];
/external/skia/include/views/
DSkOSMenu.h81 void postEvent() const { (new SkEvent(*(fEvent)))->post(); } in postEvent() function
/external/webkit/Source/WebKit2/UIProcess/mac/
DWebPopupMenuProxyMac.mm159 [NSApp postEvent:fakeEvent atStart:YES];
169 [NSApp postEvent:fakeEvent atStart:YES];
/external/webkit/Source/WebKit2/Platform/mac/
DRunLoopMac.mm85 [NSApp postEvent:event atStart:true];
/external/skia/src/views/
DSkOSMenu.cpp83 item->postEvent(); in handleKeyEquivalent()
/external/webkit/Source/WebCore/page/mac/
DEventHandlerMac.mm583 [NSApp postEvent:fakeEvent atStart:YES];
595 [NSApp postEvent:fakeEvent atStart:YES];
609 [NSApp postEvent:fakeEvent atStart:YES];
/external/chromium/chrome/browser/ui/cocoa/tabs/
Dtab_controller_unittest.mm52 [window postEvent:up atStart:YES];
/external/webkit/Source/WebCore/platform/mac/
DClipboardMac.mm360 [NSApp postEvent:ev atStart:YES];
/external/chromium/base/
Dmessage_pump_mac.mm582 [NSApp postEvent:[NSEvent otherEventWithType:NSApplicationDefined
/external/webkit/Tools/
DChangeLog-2011-02-1629846 [Qt] Deal with postEvent in case of graphics based DRT
29849 QGraphicsScene does not have a postEvent method, so make scene
29855 (EventSender::postEvent):