HomeSort by relevance Sort by last modified time
    Searched refs:inEvent (Results 1 - 12 of 12) sorted by null

  /external/webkit/WebKit/mac/Carbon/
HIWebView.mm 151 EventRef inEvent,
170 static OSStatus Click( HIWebView* inView, EventRef inEvent );
171 static OSStatus ContextMenuClick( HIWebView* inView, EventRef inEvent );
172 static OSStatus MouseUp( HIWebView* inView, EventRef inEvent );
173 static OSStatus MouseMoved( HIWebView* inView, EventRef inEvent );
174 static OSStatus MouseDragged( HIWebView* inView, EventRef inEvent );
175 static OSStatus MouseWheelMoved( HIWebView* inView, EventRef inEvent );
192 static OSStatus WindowHandler( EventHandlerCallRef inCallRef, EventRef inEvent, void* inUserData );
455 Click(HIWebView* inView, EventRef inEvent)
457 NSEvent *kitEvent = WKCreateNSEventWithCarbonClickEvent(inEvent, GetWindowRef(inView))
    [all...]
CarbonWindowAdapter.h 62 - (void)sendSuperEvent:(NSEvent *)inEvent;
CarbonWindowAdapter.mm 392 - (void)sendSuperEvent:(NSEvent *)inEvent {
397 NSEventType eventType = [inEvent type];
399 short eventSubtype = [inEvent subtype];
405 if ([NSInputContext processInputKeyBindings:inEvent]) {
411 if (!ignoreEvent) [super sendEvent:inEvent];
    [all...]
  /external/skia/include/views/
SkOSWindow_Mac.h 34 EventRef inEvent, void* userData);
  /development/ide/xcode/ports/
SkOSWindow_Mac.cpp 104 static void getparam(EventRef inEvent, OSType name, OSType type, UInt32 size, void* data)
110 status = GetEventParameter(inEvent, name, type, &actualType, size, &actualSize, data);
191 pascal OSStatus SkOSWindow::EventHandler( EventHandlerCallRef inHandler, EventRef inEvent, void* userData )
195 UInt32 wClass = GetEventClass(inEvent);
196 UInt32 wKind = GetEventKind(inEvent);
203 getparam(inEvent, kEventParamMouseLocation, typeQDPoint, sizeof(pt), &pt);
225 getparam(inEvent, kEventParamKeyCode, typeUInt32, sizeof(raw), &raw);
231 getparam(inEvent, kEventParamKeyCode, typeUInt32, sizeof(raw), &raw);
240 getparam(inEvent, kEventParamTextInputSendText, typeUnicodeText, sizeof(uni), &uni);
251 result = GetEventParameter(inEvent,
    [all...]
  /external/webkit/WebKitLibraries/
WebKitSystemInterface.h 152 NSEvent *WKCreateNSEventWithCarbonMouseMoveEvent(EventRef inEvent, NSWindow *window);
153 NSEvent *WKCreateNSEventWithCarbonClickEvent(EventRef inEvent, WindowRef windowRef);
  /external/webkit/WebKit/mac/Plugins/
WebNetscapePluginEventHandlerCarbon.mm 297 OSStatus WebNetscapePluginEventHandlerCarbon::TSMEventHandler(EventHandlerCallRef inHandlerRef, EventRef inEvent, void *eventHandler)
300 OSStatus status = GetEventParameter(inEvent, kEventParamTextInputSendKeyboardEvent, typeEventRef, NULL, sizeof(EventRef), NULL, &rawKeyEventRef);
  /hardware/broadcom/wlan/bcm4329/src/wl/sys/
wl_iw.c     [all...]
  /prebuilt/darwin-x86/swt/
swt.jar 
  /prebuilt/darwin-x86_64/swt/
swt.jar 
  /prebuilt/windows/swt/
swt.jar 
  /prebuilt/windows-x86_64/swt/
swt.jar 

Completed in 941 milliseconds