Home
last modified time | relevance | path

Searched refs:sendEvent (Results 1 – 25 of 51) sorted by relevance

123

/external/chromium/chrome/common/extensions/docs/examples/extensions/fx/
Dcontent.js6 function sendEvent(event, value) { function
16 sendEvent(type, "stopped");
34 sendEvent(type, "started");
50 sendEvent("resize", "");
/external/webkit/Source/WebKit/mac/Plugins/
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(&event);
[all …]
DWebNetscapePluginEventHandlerCocoa.mm62 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) function
234 bool result = [m_pluginView sendEvent:event isDrawRect:event->type == NPCocoaEventDrawRect];
296 sendEvent(&event);
DWebNetscapePluginEventHandlerCocoa.h61 bool sendEvent(NPCocoaEvent*);
DWebNetscapePluginEventHandlerCarbon.h72 bool sendEvent(EventRecord*);
DWebNetscapePluginView.h155 - (BOOL)sendEvent:(void*)event isDrawRect:(BOOL)eventIsDrawRect;
/external/webkit/Tools/DumpRenderTree/qt/
DEventSenderQt.cpp264 sendEvent(m_page, &event); in keyDown()
266 sendEvent(m_page, &event2); in keyDown()
361 sendEvent(m_page, &event); in keyDown()
363 sendEvent(m_page, &event2); in keyDown()
369 sendEvent(m_page, &event); in contextClick()
371 sendEvent(m_page, &event2); in contextClick()
379 sendEvent(view->graphicsView(), &ctxEvent); in contextClick()
382 sendEvent(m_page->view(), &ctxEvent); in contextClick()
480 sendEvent(m_page, &event); in sendTouchEvent()
541 sendEvent(m_page->view(), event); in sendOrQueueEvent()
[all …]
DTextInputControllerQt.cpp128 QApplication::sendEvent(parent(), &event); in doCommand()
130 QApplication::sendEvent(parent(), &event2); in doCommand()
139 QApplication::sendEvent(parent(), &event); in setMarkedText()
147 QApplication::sendEvent(parent(), &event); in insertText()
DEventSenderQt.h90 void sendEvent(QObject* receiver, QEvent* event);
/external/chromium/chrome/browser/ui/cocoa/
Dchrome_event_processing_window.mm114 [NSApp sendEvent:event];
117 // If the event was not handled by [NSApp sendEvent:], the sendEvent:
123 - (void)sendEvent:(NSEvent*)event {
125 [super sendEvent:event];
Dinfo_bubble_window.mm213 - (void)sendEvent:(NSEvent*)theEvent {
215 [super sendEvent:theEvent];
Dframed_browser_window.mm219 - (void)sendEvent:(NSEvent*)event {
243 [super sendEvent:event];
Ddraggable_button_unittest.mm63 [test_window() sendEvent:downEvent];
/external/webkit/Source/WebKit/qt/WebCoreSupport/
DNotificationPresenterClientQt.cpp220 sendEvent(notification, "display"); in displayNotification()
251 sendEvent(notification, eventNames().closeEvent); in cancel()
269 sendEvent(notification, eventNames().clickEvent); in notificationClicked()
292 sendEvent(notification, eventNames().clickEvent); in notificationClicked()
383 void NotificationPresenterClientQt::sendEvent(Notification* notification, const AtomicString& event… in sendEvent() function in WebCore::NotificationPresenterClientQt
407 sendEvent(oldNotification, eventNames().closeEvent); in removeReplacedNotificationFromQueue()
DNotificationPresenterClientQt.h112 void sendEvent(Notification*, const AtomicString& eventName);
/external/webkit/Source/WebKit/android/plugins/
DPluginWidgetAndroid.cpp330 int16_t PluginWidgetAndroid::sendEvent(const ANPEvent& evt) { in sendEvent() function in PluginWidgetAndroid
414 sendEvent(event); in sendSizeAndVisibilityEvents()
434 sendEvent(event); in sendSizeAndVisibilityEvents()
636 sendEvent(event); in requestFullScreen()
667 sendEvent(event); in exitFullScreen()
DANPEventInterface.cpp54 widget->sendEvent(wrapper->fEvent); in send_anpevent()
DPluginWidgetAndroid.h107 int16_t sendEvent(const ANPEvent&);
/external/chromium/chrome/browser/ui/cocoa/find_bar/
Dfind_bar_view_unittest.mm65 sendEvent:test_event_utils::LeftMouseDownAtPoint(pointInCenterOfFindBar)];
86 sendEvent:test_event_utils::LeftMouseDownAtPoint(pointInTransparentArea)];
/external/webkit/Source/WebCore/plugins/android/
DPluginViewAndroid.cpp260 if (m_window->sendEvent(evt)) in handleTouchEvent()
295 if (m_window->sendEvent(evt)) { in handleMouseEvent()
317 m_window->sendEvent(evt); in handleFocusEvent()
384 if (m_window->sendEvent(evt)) { in handleKeyboardEvent()
/external/chromium/chrome/browser/automation/
Dui_controls_mac.mm16 // Implementation details: We use [NSApplication sendEvent:] instead
28 // But [NSApplication sendEvent:] causes a problem when sending mouse click
32 // In this case, [NSApplication sendEvent:] causes deadlock.
251 // But using [NSApplication sendEvent:] should be safe for keyboard events,
256 [[NSApplication sharedApplication] sendEvent:*iter];
/external/webkit/Source/WebKit/qt/Api/
Dqwebview.cpp140 sendEvent(m_view, &cmem); in cancelLeftMouseButtonPress()
142 sendEvent(m_view, &cmer); in cancelLeftMouseButtonPress()
197 void sendEvent(QWidget* w, QEvent* ev) in sendEvent() function in QWebViewKineticScroller
/external/qemu/distrib/sdl-1.2.15/src/video/quartz/
DSDL_QuartzWindow.m145 - (void)sendEvent:(NSEvent *)event
147 [super sendEvent:event];
/external/webkit/Source/WebCore/platform/mac/
DEventLoopMac.mm39 [NSApp sendEvent:event];
/external/chromium/chrome/browser/tab_contents/
Dpopup_menu_helper_mac.mm53 // setting flags in -[CrApplication sendEvent:], but since

123