/external/chromium_org/chrome/browser/ui/cocoa/autofill/ |
autofill_section_view_unittest.mm | 162 [test_window() sendEvent:down_event];
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
draggable_button_unittest.mm | 66 [test_window() sendEvent:downEvent];
|
info_bubble_window.mm | 226 - (void)sendEvent:(NSEvent*)theEvent { 228 [super sendEvent:theEvent];
|
/external/chromium_org/content/browser/renderer_host/ |
popup_menu_helper_mac.mm | 70 // setting flags in -[CrApplication sendEvent:], but since
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
HeapSnapshotWorkerDispatcher.js | 55 sendEvent: function(name, data)
|
/external/chromium_org/third_party/mesa/src/src/glx/apple/ |
appledri.h | 79 Bool send_event; /* true if this came frome a SendEvent request */
|
/external/mesa3d/src/glx/apple/ |
appledri.h | 79 Bool send_event; /* true if this came frome a SendEvent request */
|
/frameworks/av/media/libmediaplayerservice/ |
Drm.h | 116 virtual void sendEvent(DrmPlugin::EventType eventType, int extra,
|
/packages/apps/Calendar/src/com/android/calendar/selectcalendars/ |
SelectVisibleCalendarsActivity.java | 51 mController.sendEvent(this, EventType.EVENTS_CHANGED, null, null, -1, ViewType.CURRENT);
|
/packages/apps/UnifiedEmail/src/com/android/mail/ |
MailIntentService.java | 75 Analytics.getInstance().sendEvent("notification_dismiss", folder.getTypeDescription(),
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/ |
XShm.h | 56 Bool send_event; /* true if this came frome a SendEvent request */
|
shape.h | 67 Bool send_event; /* true if this came frome a SendEvent request */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/ |
XShm.h | 56 Bool send_event; /* true if this came frome a SendEvent request */
|
shape.h | 67 Bool send_event; /* true if this came frome a SendEvent request */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/ |
XShm.h | 56 Bool send_event; /* true if this came frome a SendEvent request */
|
shape.h | 67 Bool send_event; /* true if this came frome a SendEvent request */
|
/external/chromium/chrome/browser/ui/cocoa/ |
framed_browser_window.mm | 219 - (void)sendEvent:(NSEvent*)event { 243 [super sendEvent:event];
|
/external/qemu/distrib/sdl-1.2.15/src/video/Xext/extensions/ |
Xvlib.h | 99 Bool send_event; /* true if this came from a SendEvent request */ 110 Bool send_event; /* true if this came from a SendEvent request */
|
/external/chromium_org/chrome/browser/extensions/api/notifications/ |
notifications_api.cc | 148 SendEvent(event_names::kOnNotificationError, args.Pass()); 154 SendEvent(notifications::OnClosed::kEventName, args.Pass()); 159 SendEvent(notifications::OnClicked::kEventName, args.Pass()); 170 SendEvent(notifications::OnButtonClicked::kEventName, args.Pass()); 198 void SendEvent(const std::string& name, scoped_ptr<base::ListValue> args) {
|
/external/chromium/chrome/browser/tab_contents/ |
tab_contents_view_mac.mm | 152 // processing -sendEvent:, so Close() is deferred in that case. 153 // Drags from web content do not come via -sendEvent:, this sets the 154 // same flag -sendEvent: would.
|
/external/chromium_org/content/browser/web_contents/ |
web_contents_view_mac.mm | 137 // processing -sendEvent:, so Close() is deferred in that case. 138 // Drags from web content do not come via -sendEvent:, this sets the 139 // same flag -sendEvent: would.
|
/external/qemu/distrib/sdl-1.2.15/src/main/symbian/EKA2/ |
sdlexe.cpp | 185 void SendEvent(TInt aEvent, TInt aParam, CSDL* aSDL); 201 void TSdlClass::SendEvent(TInt aEvent, TInt aParam, CSDL* aSDL) 516 gSDLClass.SendEvent(MSDLMainObs::ESDLCreated, 0, iSdl);
|
/external/chromium/base/ |
message_pump_mac.h | 46 // Must return true if -[NSApplication sendEvent:] is currently on the stack. 236 // Returns nil if NSApp is currently in the middle of calling -sendEvent.
|
/external/chromium_org/base/message_loop/ |
message_pump_mac.h | 52 // Must return true if -[NSApplication sendEvent:] is currently on the stack. 298 // -sendEvent. Requires NSApp implementing CrAppProtocol.
|
/external/chromium_org/third_party/mesa/src/include/GL/ |
glx.h | 494 Bool send_event; /* true if this came for SendEvent request */ 507 Bool send_event; /* true if this came from a SendEvent request */
|