Searched refs:inEvent (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/src/views/mac/
H A DSkOSWindow_Mac.cpp238 static void getparam(EventRef inEvent, OSType name, OSType type, UInt32 size, void* data) argument
244 status = GetEventParameter(inEvent, name, type, &actualType, size, &actualSize, data);
325 pascal OSStatus SkOSWindow::EventHandler( EventHandlerCallRef inHandler, EventRef inEvent, void* userData ) argument
329 UInt32 wClass = GetEventClass(inEvent);
330 UInt32 wKind = GetEventKind(inEvent);
337 getparam(inEvent, kEventParamMouseLocation, typeQDPoint, sizeof(pt), &pt);
365 getparam(inEvent, kEventParamKeyCode, typeUInt32, sizeof(raw), &raw);
371 getparam(inEvent, kEventParamKeyCode, typeUInt32, sizeof(raw), &raw);
380 getparam(inEvent, kEventParamTextInputSendText, typeUnicodeText, sizeof(uni), &uni);
391 result = GetEventParameter(inEvent,
[all...]
/external/skia/src/views/mac/
H A DSkOSWindow_Mac.cpp238 static void getparam(EventRef inEvent, OSType name, OSType type, UInt32 size, void* data) argument
244 status = GetEventParameter(inEvent, name, type, &actualType, size, &actualSize, data);
325 pascal OSStatus SkOSWindow::EventHandler( EventHandlerCallRef inHandler, EventRef inEvent, void* userData ) argument
329 UInt32 wClass = GetEventClass(inEvent);
330 UInt32 wKind = GetEventKind(inEvent);
337 getparam(inEvent, kEventParamMouseLocation, typeQDPoint, sizeof(pt), &pt);
365 getparam(inEvent, kEventParamKeyCode, typeUInt32, sizeof(raw), &raw);
371 getparam(inEvent, kEventParamKeyCode, typeUInt32, sizeof(raw), &raw);
380 getparam(inEvent, kEventParamTextInputSendText, typeUnicodeText, sizeof(uni), &uni);
391 result = GetEventParameter(inEvent,
[all...]
/external/chromium_org/ui/file_manager/file_manager/foreground/js/
H A Dfile_manager_commands.js544 var handler = function(inEvent) {
545 inEvent.destDirectory = dest;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 130 milliseconds