HomeSort by relevance Sort by last modified time
    Searched refs:sendEvent (Results 1 - 25 of 38) sorted by null

1 2

  /external/webkit/WebCore/platform/mac/
EventLoopMac.mm 36 [NSApp sendEvent:event];
  /external/webkit/WebKit/mac/Plugins/
WebNetscapePluginEventHandlerCocoa.mm 62 sendEvent(&event);
122 return sendEvent(&event);
154 sendEvent(&event);
171 sendEvent(&event);
185 return sendEvent(&event);
195 sendEvent(&event);
205 sendEvent(&event);
218 bool WebNetscapePluginEventHandlerCocoa::sendEvent(NPCocoaEvent* event)
234 bool result = [m_pluginView sendEvent:event isDrawRect:event->type == NPCocoaEventDrawRect];
296 sendEvent(&event)
    [all...]
WebNetscapePluginEventHandlerCarbon.mm 123 sendEvent(&event);
136 acceptedEvent = sendEvent(&event);
149 acceptedEvent = sendEvent(&event);
162 acceptedEvent = sendEvent(&event);
180 acceptedEvent = sendEvent(&event);
193 acceptedEvent = sendEvent(&event);
220 sendEvent(&event);
250 sendEvent(&event);
266 acceptedEvent = sendEvent(&event);
271 acceptedEvent = sendEvent(&event)
    [all...]
WebNetscapePluginEventHandlerCarbon.h 72 bool sendEvent(EventRecord*);
WebNetscapePluginEventHandlerCocoa.h 61 bool sendEvent(NPCocoaEvent*);
WebNetscapePluginView.h 152 - (BOOL)sendEvent:(void*)event isDrawRect:(BOOL)eventIsDrawRect;
  /frameworks/base/include/media/
PVPlayer.h 65 void sendEvent(int msg, int ext1=0, int ext2=0) { MediaPlayerBase::sendEvent(msg, ext1, ext2); }
MediaPlayerInterface.h 147 virtual void sendEvent(int msg, int ext1=0, int ext2=0) { if (mNotify) mNotify(mCookie, msg, ext1, ext2); }
  /external/webkit/WebKitTools/DumpRenderTree/qt/
TextInputControllerQt.cpp 126 QApplication::sendEvent(parent(), &event);
128 QApplication::sendEvent(parent(), &event2);
EventSenderQt.cpp 266 QApplication::sendEvent(m_page, &event);
268 QApplication::sendEvent(m_page, &event2);
274 QApplication::sendEvent(m_page, &event);
276 QApplication::sendEvent(m_page, &event2);
385 QApplication::sendEvent(m_page, &event);
437 QApplication::sendEvent(m_page->view(), event);
DumpRenderTreeQt.cpp 362 QApplication::sendEvent(m_mainView, &event);
821 QApplication::sendEvent(m_mainView, &event);
  /external/webkit/WebKit/android/plugins/
ANPEventInterface.cpp 54 widget->sendEvent(wrapper->fEvent);
PluginWidgetAndroid.h 100 int16 sendEvent(const ANPEvent&);
PluginWidgetAndroid.cpp 278 int16 PluginWidgetAndroid::sendEvent(const ANPEvent& evt) {
388 sendEvent(event);
521 sendEvent(event);
549 sendEvent(event);
  /frameworks/base/media/libmediaplayerservice/
MidiFile.cpp 200 sendEvent(MEDIA_PREPARED);
202 sendEvent(MEDIA_ERROR, MEDIA_ERROR_UNKNOWN, ret);
268 sendEvent(MEDIA_SEEK_COMPLETE);
524 sendEvent(MEDIA_PLAYBACK_COMPLETE);
530 sendEvent(MEDIA_ERROR, MEDIA_ERROR_UNKNOWN);
  /external/webkit/WebKit/qt/WebCoreSupport/
QtFallbackWebPopup.cpp 126 QCoreApplication::sendEvent(m_combo, &event);
  /external/webkit/WebCore/plugins/android/
PluginViewAndroid.cpp 228 if (m_window->sendEvent(evt))
259 if (m_window->sendEvent(evt)) {
281 m_window->sendEvent(evt);
348 if (m_window->sendEvent(evt)) {
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
shmstr.h 138 CARD8 sendEvent;
  /external/qemu/distrib/sdl-1.2.12/src/video/quartz/
SDL_QuartzEvents.m 311 [ NSApp sendEvent:event ];
770 [ NSApp sendEvent:event ]; \
778 [ NSApp sendEvent:event ]; \
    [all...]
  /external/webkit/WebKit/mac/Carbon/
HIWebView.mm 462 [inView->fKitWindow sendEvent:kitEvent];
481 [inView->fKitWindow sendEvent:kitEvent];
496 [inView->fKitWindow sendEvent:kitEvent];
511 [inView->fKitWindow sendEvent:kitEvent];
527 [inView->fKitWindow sendEvent:kitEvent];
562 [inView->fKitWindow sendEvent:kitEvent];
700 [kitWindow sendEvent:kitEvent];
    [all...]
CarbonWindowAdapter.mm 404 // Handle command-space as [NSApp sendEvent:] does.
411 if (!ignoreEvent) [super sendEvent:inEvent];
730 // 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.
734 - (void)sendEvent:(NSEvent *)theEvent {
741 [super sendEvent:theEvent];
    [all...]
  /external/webkit/WebKit/qt/Api/
qwebview.cpp 132 sendEvent(m_view, &cmem);
134 sendEvent(m_view, &cmer);
189 void sendEvent(QWidget* w, QEvent* ev)
  /hardware/msm7k/libopencorehw/
android_surface_output_msm72xx.cpp 111 LOGV("sendEvent(MEDIA_SET_VIDEO_SIZE, %d, %d)", iVideoDisplayWidth, iVideoDisplayHeight);
112 mPvPlayer->sendEvent(MEDIA_SET_VIDEO_SIZE, iVideoDisplayWidth, iVideoDisplayHeight);
  /hardware/ti/omap3/libopencorehw/
android_surface_output_omap34xx.cpp 152 LOGV("sendEvent(MEDIA_SET_VIDEO_SIZE, %d, %d)", iVideoDisplayWidth, iVideoDisplayHeight);
153 mPvPlayer->sendEvent(MEDIA_SET_VIDEO_SIZE, iVideoDisplayWidth, iVideoDisplayHeight);
  /external/webkit/WebKitTools/QtLauncher/
main.cpp 239 QCoreApplication::sendEvent(page(), &touchEv);

Completed in 2385 milliseconds

1 2