/external/chromium/chrome/browser/ui/cocoa/wrench_menu/ |
D | menu_tracked_button_unittest.mm | 81 [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/ |
D | draggable_button_unittest.mm | 62 [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];
|
D | draggable_button.mm | 113 [NSApp postEvent:mouseUp atStart:YES]; 116 [NSApp postEvent:dragEvent atStart:YES]; 119 [NSApp postEvent:firstEvent atStart:YES];
|
/external/webkit/Tools/DumpRenderTree/qt/ |
D | EventSenderQt.cpp | 390 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()
|
D | EventSenderQt.h | 91 void postEvent(QObject* receiver, QEvent* event);
|
/external/chromium/chrome/browser/automation/ |
D | ui_controls_mac.mm | 17 // 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/ |
D | autocomplete_text_field_unittest.mm | 372 [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/ |
D | reload_button_unittest.mm | 67 [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];
|
D | toolbar_button_unittest.mm | 126 [NSApp postEvent:left_up_in_view atStart:YES]; 293 [NSApp postEvent:left_up_in_view atStart:YES];
|
/external/webkit/Source/WebKit/android/plugins/ |
D | ANPEventInterface.cpp | 83 ASSIGN(i, postEvent); in ANPEventInterfaceV0_Init()
|
D | android_npapi.h | 1019 void (*postEvent)(NPP inst, const ANPEvent* event); member
|
/external/webkit/Source/WebKit/mac/Misc/ |
D | WebNSViewExtras.m | 119 [NSApp postEvent:mouseUp atStart:YES]; 122 [NSApp postEvent:dragEvent atStart:YES]; 125 [NSApp postEvent:firstEvent atStart:YES];
|
/external/skia/include/views/ |
D | SkOSMenu.h | 81 void postEvent() const { (new SkEvent(*(fEvent)))->post(); } in postEvent() function
|
/external/webkit/Source/WebKit2/UIProcess/mac/ |
D | WebPopupMenuProxyMac.mm | 159 [NSApp postEvent:fakeEvent atStart:YES]; 169 [NSApp postEvent:fakeEvent atStart:YES];
|
/external/webkit/Source/WebKit2/Platform/mac/ |
D | RunLoopMac.mm | 85 [NSApp postEvent:event atStart:true];
|
/external/skia/src/views/ |
D | SkOSMenu.cpp | 83 item->postEvent(); in handleKeyEquivalent()
|
/external/webkit/Source/WebCore/page/mac/ |
D | EventHandlerMac.mm | 583 [NSApp postEvent:fakeEvent atStart:YES]; 595 [NSApp postEvent:fakeEvent atStart:YES]; 609 [NSApp postEvent:fakeEvent atStart:YES];
|
/external/chromium/chrome/browser/ui/cocoa/tabs/ |
D | tab_controller_unittest.mm | 52 [window postEvent:up atStart:YES];
|
/external/webkit/Source/WebCore/platform/mac/ |
D | ClipboardMac.mm | 360 [NSApp postEvent:ev atStart:YES];
|
/external/chromium/base/ |
D | message_pump_mac.mm | 582 [NSApp postEvent:[NSEvent otherEventWithType:NSApplicationDefined
|
/external/webkit/Tools/ |
D | ChangeLog-2011-02-16 | 29846 [Qt] Deal with postEvent in case of graphics based DRT 29849 QGraphicsScene does not have a postEvent method, so make scene 29855 (EventSender::postEvent):
|