Searched refs:sendEvent (Results 1 - 17 of 17) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/platform/mac/
H A DEventLoopMac.mm34 [NSApp sendEvent:[NSApp nextEventMatchingMask:NSAnyEventMask untilDate:[NSDate dateWithTimeIntervalSinceNow:0.05] inMode:NSDefaultRunLoopMode dequeue:YES]];
/macosx-10.10/WebKit-7600.1.25/mac/Plugins/
H A DWebNetscapePluginEventHandlerCocoa.mm61 sendEvent(&event);
121 return sendEvent(&event);
153 sendEvent(&event);
170 sendEvent(&event);
184 return sendEvent(&event);
194 sendEvent(&event);
204 sendEvent(&event);
217 bool WebNetscapePluginEventHandlerCocoa::sendEvent(NPCocoaEvent* event)
233 bool result = [m_pluginView sendEvent:event isDrawRect:event->type == NPCocoaEventDrawRect];
295 sendEvent(
[all...]
H A DWebNetscapePluginEventHandlerCarbon.mm118 sendEvent(&event);
131 acceptedEvent = sendEvent(&event);
144 acceptedEvent = sendEvent(&event);
157 acceptedEvent = sendEvent(&event);
175 acceptedEvent = sendEvent(&event);
188 acceptedEvent = sendEvent(&event);
205 acceptedEvent = sendEvent(&event);
224 sendEvent(&event);
254 sendEvent(&event);
270 acceptedEvent = sendEvent(
[all...]
H A DWebNetscapePluginEventHandlerCarbon.h72 bool sendEvent(EventRecord*);
H A DWebNetscapePluginEventHandlerCocoa.h61 bool sendEvent(NPCocoaEvent*);
H A DWebNetscapePluginView.h156 - (BOOL)sendEvent:(void*)event isDrawRect:(BOOL)eventIsDrawRect;
H A DWebNetscapePluginView.mm613 - (BOOL)sendEvent:(void*)event isDrawRect:(BOOL)eventIsDrawRect
/macosx-10.10/tcl-105/tk/tk/macosx/
H A DtkMacOSXNotify.c39 - (void)_modalSession:(NSModalSession)session sendEvent:(NSEvent *)event;
73 - (void)sendEvent:(NSEvent *)theEvent {
77 [super sendEvent:theEvent];
299 [NSApp _modalSession:modalSession sendEvent:currentEvent];
301 [NSApp sendEvent:currentEvent];
/macosx-10.10/WebCore-7600.1.25/platform/ios/wak/
H A DWebCoreThreadSafe.h55 - (void)sendEvent:(WebEvent *)event;
H A DWAKWindow.h127 - (void)sendEvent:(WebEvent *)anEvent;
H A DWAKWindow.mm303 - (void)sendEvent:(WebEvent *)anEvent
354 [self sendEvent:anEvent];
/macosx-10.10/WebKit-7600.1.25/mac/Carbon/
H A DHIWebView.mm451 [inView->fKitWindow sendEvent:kitEvent];
470 [inView->fKitWindow sendEvent:kitEvent];
485 [inView->fKitWindow sendEvent:kitEvent];
500 [inView->fKitWindow sendEvent:kitEvent];
516 [inView->fKitWindow sendEvent:kitEvent];
551 [inView->fKitWindow sendEvent:kitEvent];
689 [kitWindow sendEvent:kitEvent];
H A DCarbonWindowAdapter.mm406 // Handle command-space as [NSApp sendEvent:] does.
413 if (!ignoreEvent) [super sendEvent:inEvent];
732 // It looks like it's only called when an _NSForceResizeEventType event is passed into -[NSWindow sendEvent:], and I can't find any instances of that happening.
736 - (void)sendEvent:(NSEvent *)theEvent {
743 [super sendEvent:theEvent];
/macosx-10.10/WebCore-7600.1.25/inspector/
H A DInspectorTimelineAgent.h251 void sendEvent(PassRefPtr<Inspector::InspectorObject>);
H A DInspectorTimelineAgent.cpp652 sendEvent(record.release());
711 void InspectorTimelineAgent::sendEvent(PassRefPtr<InspectorObject> event) function in class:WebCore::InspectorTimelineAgent
/macosx-10.10/IOGraphics-485/IOGraphicsFamily/
H A DIOFramebuffer.cpp4249 bool sendEvent = true; local
4256 sendEvent = false;
4271 sendEvent = false;
4308 sendEvent = false;
4312 if (sendEvent)
/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/mac/
H A DWKView.mm2902 [NSApp sendEvent:event];

Completed in 159 milliseconds