/external/chromium/chrome/common/extensions/docs/examples/extensions/fx/ |
D | content.js | 6 function sendEvent(event, value) { function 16 sendEvent(type, "stopped"); 34 sendEvent(type, "started"); 50 sendEvent("resize", "");
|
/external/webkit/Source/WebKit/mac/Plugins/ |
D | WebNetscapePluginEventHandlerCarbon.mm | 118 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 …]
|
D | 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) function 234 bool result = [m_pluginView sendEvent:event isDrawRect:event->type == NPCocoaEventDrawRect]; 296 sendEvent(&event);
|
D | WebNetscapePluginEventHandlerCocoa.h | 61 bool sendEvent(NPCocoaEvent*);
|
D | WebNetscapePluginEventHandlerCarbon.h | 72 bool sendEvent(EventRecord*);
|
D | WebNetscapePluginView.h | 155 - (BOOL)sendEvent:(void*)event isDrawRect:(BOOL)eventIsDrawRect;
|
/external/webkit/Tools/DumpRenderTree/qt/ |
D | EventSenderQt.cpp | 264 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 …]
|
D | TextInputControllerQt.cpp | 128 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()
|
D | EventSenderQt.h | 90 void sendEvent(QObject* receiver, QEvent* event);
|
/external/chromium/chrome/browser/ui/cocoa/ |
D | chrome_event_processing_window.mm | 114 [NSApp sendEvent:event]; 117 // If the event was not handled by [NSApp sendEvent:], the sendEvent: 123 - (void)sendEvent:(NSEvent*)event { 125 [super sendEvent:event];
|
D | info_bubble_window.mm | 213 - (void)sendEvent:(NSEvent*)theEvent { 215 [super sendEvent:theEvent];
|
D | framed_browser_window.mm | 219 - (void)sendEvent:(NSEvent*)event { 243 [super sendEvent:event];
|
D | draggable_button_unittest.mm | 63 [test_window() sendEvent:downEvent];
|
/external/webkit/Source/WebKit/qt/WebCoreSupport/ |
D | NotificationPresenterClientQt.cpp | 220 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()
|
D | NotificationPresenterClientQt.h | 112 void sendEvent(Notification*, const AtomicString& eventName);
|
/external/webkit/Source/WebKit/android/plugins/ |
D | PluginWidgetAndroid.cpp | 330 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()
|
D | ANPEventInterface.cpp | 54 widget->sendEvent(wrapper->fEvent); in send_anpevent()
|
D | PluginWidgetAndroid.h | 107 int16_t sendEvent(const ANPEvent&);
|
/external/chromium/chrome/browser/ui/cocoa/find_bar/ |
D | find_bar_view_unittest.mm | 65 sendEvent:test_event_utils::LeftMouseDownAtPoint(pointInCenterOfFindBar)]; 86 sendEvent:test_event_utils::LeftMouseDownAtPoint(pointInTransparentArea)];
|
/external/webkit/Source/WebCore/plugins/android/ |
D | PluginViewAndroid.cpp | 260 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/ |
D | ui_controls_mac.mm | 16 // 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/ |
D | qwebview.cpp | 140 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/ |
D | SDL_QuartzWindow.m | 145 - (void)sendEvent:(NSEvent *)event 147 [super sendEvent:event];
|
/external/webkit/Source/WebCore/platform/mac/ |
D | EventLoopMac.mm | 39 [NSApp sendEvent:event];
|
/external/chromium/chrome/browser/tab_contents/ |
D | popup_menu_helper_mac.mm | 53 // setting flags in -[CrApplication sendEvent:], but since
|