Home
last modified time | relevance | path

Searched defs:context (Results 1 – 25 of 812) sorted by relevance

12345678910>>...33

/external/v8/test/cctest/
Dtest-decls.cc158 DeclarationContext* context = GetInstance(info); in HandleGet() local
167 DeclarationContext* context = GetInstance(info); in HandleSet() local
175 DeclarationContext* context = GetInstance(info); in HandleHas() local
207 { DeclarationContext context; in TEST() local
215 { DeclarationContext context; in TEST() local
223 { DeclarationContext context; in TEST() local
231 { DeclarationContext context; in TEST() local
239 { DeclarationContext context; in TEST() local
262 { PresentPropertyContext context; in TEST() local
270 { PresentPropertyContext context; in TEST() local
[all …]
/external/icu4c/i18n/
DdecContext.c54 U_CAPI decContext * U_EXPORT2 uprv_decContextClearStatus(decContext *context, uInt mask) { in uprv_decContextClearStatus()
72 U_CAPI decContext * U_EXPORT2 uprv_decContextDefault(decContext *context, Int kind) { in uprv_decContextDefault()
137 U_CAPI enum rounding U_EXPORT2 uprv_decContextGetRounding(decContext *context) { in uprv_decContextGetRounding()
149 U_CAPI uInt U_EXPORT2 uprv_decContextGetStatus(decContext *context) { in uprv_decContextGetStatus()
165 U_CAPI decContext * U_EXPORT2 uprv_decContextRestoreStatus(decContext *context, in uprv_decContextRestoreStatus()
182 U_CAPI uInt U_EXPORT2 uprv_decContextSaveStatus(decContext *context, uInt mask) { in uprv_decContextSaveStatus()
195 U_CAPI decContext * U_EXPORT2 uprv_decContextSetRounding(decContext *context, in uprv_decContextSetRounding()
211 U_CAPI decContext * U_EXPORT2 uprv_decContextSetStatus(decContext *context, uInt status) { in uprv_decContextSetStatus()
230 U_CAPI decContext * U_EXPORT2 uprv_decContextSetStatusFromString(decContext *context, in uprv_decContextSetStatusFromString()
281 U_CAPI decContext * U_EXPORT2 uprv_decContextSetStatusFromStringQuiet(decContext *context, in uprv_decContextSetStatusFromStringQuiet()
[all …]
/external/dbus/bus/
Dbus.c64 BusContext *context; member
72 BusContext *context; in server_get_context() local
110 BusContext *context; in add_server_watch() local
124 BusContext *context; in remove_server_watch() local
146 BusContext *context; in add_server_timeout() local
159 BusContext *context; in remove_server_timeout() local
172 BusContext *context = data; in new_connection_callback() local
204 setup_server (BusContext *context, in setup_server()
261 process_config_first_time_only (BusContext *context, in process_config_first_time_only()
402 process_config_every_time (BusContext *context, in process_config_every_time()
[all …]
Ddispatch.c40 BusContext *context, in send_one_message()
78 BusContext *context; in bus_dispatch_matches() local
136 BusContext *context; in bus_dispatch() local
416 block_connection_until_message_from_bus (BusContext *context, in block_connection_until_message_from_bus()
432 spin_connection_until_authenticated (BusContext *context, in spin_connection_until_authenticated()
618 kill_client_connection (BusContext *context, in kill_client_connection()
712 check_no_leftovers (BusContext *context) in check_no_leftovers()
734 check_hello_message (BusContext *context, in check_hello_message()
964 check_double_hello_message (BusContext *context, in check_double_hello_message()
1054 check_get_connection_unix_user (BusContext *context, in check_get_connection_unix_user()
[all …]
/external/webkit/WebKitTools/DumpRenderTree/
DAccessibilityUIElement.cpp39 static JSValueRef allAttributesCallback(JSContextRef context, JSObjectRef function, JSObjectRef thi… in allAttributesCallback()
45 static JSValueRef attributesOfLinkedUIElementsCallback(JSContextRef context, JSObjectRef function, … in attributesOfLinkedUIElementsCallback()
51 static JSValueRef attributesOfDocumentLinksCallback(JSContextRef context, JSObjectRef function, JSO… in attributesOfDocumentLinksCallback()
57 static JSValueRef attributesOfChildrenCallback(JSContextRef context, JSObjectRef function, JSObject… in attributesOfChildrenCallback()
63 static JSValueRef parameterizedAttributeNamesCallback(JSContextRef context, JSObjectRef function, J… in parameterizedAttributeNamesCallback()
69 static JSValueRef attributesOfColumnHeadersCallback(JSContextRef context, JSObjectRef function, JSO… in attributesOfColumnHeadersCallback()
75 static JSValueRef attributesOfRowHeadersCallback(JSContextRef context, JSObjectRef function, JSObje… in attributesOfRowHeadersCallback()
81 static JSValueRef attributesOfColumnsCallback(JSContextRef context, JSObjectRef function, JSObjectR… in attributesOfColumnsCallback()
87 static JSValueRef attributesOfRowsCallback(JSContextRef context, JSObjectRef function, JSObjectRef … in attributesOfRowsCallback()
93 static JSValueRef attributesOfVisibleCellsCallback(JSContextRef context, JSObjectRef function, JSOb… in attributesOfVisibleCellsCallback()
[all …]
DLayoutTestController.cpp84 static JSValueRef dumpAsPDFCallback(JSContextRef context, JSObjectRef function, JSObjectRef thisObj… in dumpAsPDFCallback()
91 static JSValueRef dumpAsTextCallback(JSContextRef context, JSObjectRef function, JSObjectRef thisOb… in dumpAsTextCallback()
98 static JSValueRef dumpBackForwardListCallback(JSContextRef context, JSObjectRef function, JSObjectR… in dumpBackForwardListCallback()
105 static JSValueRef dumpChildFramesAsTextCallback(JSContextRef context, JSObjectRef function, JSObjec… in dumpChildFramesAsTextCallback()
112 static JSValueRef dumpChildFrameScrollPositionsCallback(JSContextRef context, JSObjectRef function,… in dumpChildFrameScrollPositionsCallback()
119 static JSValueRef dumpDatabaseCallbacksCallback(JSContextRef context, JSObjectRef function, JSObjec… in dumpDatabaseCallbacksCallback()
126 static JSValueRef dumpDOMAsWebArchiveCallback(JSContextRef context, JSObjectRef function, JSObjectR… in dumpDOMAsWebArchiveCallback()
133 static JSValueRef dumpEditingCallbacksCallback(JSContextRef context, JSObjectRef function, JSObject… in dumpEditingCallbacksCallback()
140 static JSValueRef dumpFrameLoadCallbacksCallback(JSContextRef context, JSObjectRef function, JSObje… in dumpFrameLoadCallbacksCallback()
147 static JSValueRef dumpResourceLoadCallbacksCallback(JSContextRef context, JSObjectRef function, JSO… in dumpResourceLoadCallbacksCallback()
[all …]
/external/qemu/
Dcpu-exec.c1222 # define EIP_sig(context) (*((unsigned long*)&(context)->uc_mcontext->ss.eip)) argument
1223 # define TRAP_sig(context) ((context)->uc_mcontext->es.trapno) argument
1224 # define ERROR_sig(context) ((context)->uc_mcontext->es.err) argument
1225 # define MASK_sig(context) ((context)->uc_sigmask) argument
1227 # define EIP_sig(context) ((context)->sc_eip) argument
1228 # define TRAP_sig(context) ((context)->sc_trapno) argument
1229 # define ERROR_sig(context) ((context)->sc_err) argument
1230 # define MASK_sig(context) ((context)->sc_mask) argument
1232 # define EIP_sig(context) ((context)->uc_mcontext.gregs[REG_EIP]) argument
1233 # define TRAP_sig(context) ((context)->uc_mcontext.gregs[REG_TRAPNO]) argument
[all …]
/external/webkit/WebCore/bindings/js/
DJSCanvasRenderingContext2DCustom.cpp70 CanvasRenderingContext2D* context = static_cast<CanvasRenderingContext2D*>(impl()); in strokeStyle() local
76 CanvasRenderingContext2D* context = static_cast<CanvasRenderingContext2D*>(impl()); in setStrokeStyle() local
82 CanvasRenderingContext2D* context = static_cast<CanvasRenderingContext2D*>(impl()); in fillStyle() local
88 CanvasRenderingContext2D* context = static_cast<CanvasRenderingContext2D*>(impl()); in setFillStyle() local
94 CanvasRenderingContext2D* context = static_cast<CanvasRenderingContext2D*>(impl()); in setFillColor() local
131 CanvasRenderingContext2D* context = static_cast<CanvasRenderingContext2D*>(impl()); in setStrokeColor() local
169 CanvasRenderingContext2D* context = static_cast<CanvasRenderingContext2D*>(impl()); in strokeRect() local
183 CanvasRenderingContext2D* context = static_cast<CanvasRenderingContext2D*>(impl()); in drawImage() local
271 CanvasRenderingContext2D* context = static_cast<CanvasRenderingContext2D*>(impl()); in drawImageFromRect() local
291 CanvasRenderingContext2D* context = static_cast<CanvasRenderingContext2D*>(impl()); in setShadow() local
[all …]
/external/webkit/JavaScriptCore/API/tests/
DJSNode.c36 static JSValueRef JSNode_appendChild(JSContextRef context, JSObjectRef function, JSObjectRef thisOb… in JSNode_appendChild()
59 static JSValueRef JSNode_removeChild(JSContextRef context, JSObjectRef function, JSObjectRef thisOb… in JSNode_removeChild()
78 static JSValueRef JSNode_replaceChild(JSContextRef context, JSObjectRef function, JSObjectRef thisO… in JSNode_replaceChild()
106 static JSValueRef JSNode_getNodeType(JSContextRef context, JSObjectRef object, JSStringRef property… in JSNode_getNodeType()
122 static JSValueRef JSNode_getChildNodes(JSContextRef context, JSObjectRef thisObject, JSStringRef pr… in JSNode_getChildNodes()
132 static JSValueRef JSNode_getFirstChild(JSContextRef context, JSObjectRef object, JSStringRef proper… in JSNode_getFirstChild()
148 static void JSNode_initialize(JSContextRef context, JSObjectRef object) in JSNode_initialize()
166 JSClassRef JSNode_class(JSContextRef context) in JSNode_class()
183 JSObjectRef JSNode_new(JSContextRef context, Node* node) in JSNode_new()
188 JSObjectRef JSNode_construct(JSContextRef context, JSObjectRef object, size_t argumentCount, const … in JSNode_construct()
DJSNodeList.c33 static JSValueRef JSNodeList_item(JSContextRef context, JSObjectRef object, JSObjectRef thisObject,… in JSNodeList_item()
53 static JSValueRef JSNodeList_length(JSContextRef context, JSObjectRef thisObject, JSStringRef prope… in JSNodeList_length()
68 static JSValueRef JSNodeList_getProperty(JSContextRef context, JSObjectRef thisObject, JSStringRef … in JSNodeList_getProperty()
83 static void JSNodeList_initialize(JSContextRef context, JSObjectRef thisObject) in JSNodeList_initialize()
101 static JSClassRef JSNodeList_class(JSContextRef context) in JSNodeList_class()
120 JSObjectRef JSNodeList_new(JSContextRef context, NodeList* nodeList) in JSNodeList_new()
/external/webkit/WebCore/websockets/
DWorkerThreadableWebSocketChannel.cpp52 WorkerThreadableWebSocketChannel::WorkerThreadableWebSocketChannel(WorkerContext* context, WebSocke… in WorkerThreadableWebSocketChannel()
97 …lientWrapper> clientWrapper, WorkerLoaderProxy& loaderProxy, ScriptExecutionContext* context, cons… in Peer()
121 static void workerContextDidSend(ScriptExecutionContext* context, RefPtr<ThreadableWebSocketChannel… in workerContextDidSend()
136 static void workerContextDidGetBufferedAmount(ScriptExecutionContext* context, RefPtr<ThreadableWeb… in workerContextDidGetBufferedAmount()
169 static void workerContextDidConnect(ScriptExecutionContext* context, RefPtr<ThreadableWebSocketChan… in workerContextDidConnect()
181 static void workerContextDidReceiveMessage(ScriptExecutionContext* context, RefPtr<ThreadableWebSoc… in workerContextDidReceiveMessage()
193 static void workerContextDidClose(ScriptExecutionContext* context, RefPtr<ThreadableWebSocketChanne… in workerContextDidClose()
206 void WorkerThreadableWebSocketChannel::Bridge::setWebSocketChannel(ScriptExecutionContext* context,… in setWebSocketChannel()
213 …leWebSocketChannel::Bridge::mainThreadCreateWebSocketChannel(ScriptExecutionContext* context, Brid… in mainThreadCreateWebSocketChannel()
241 void WorkerThreadableWebSocketChannel::mainThreadConnect(ScriptExecutionContext* context, Peer* pee… in mainThreadConnect()
[all …]
/external/webkit/WebCore/bindings/v8/custom/
DV8CanvasRenderingContext2DCustom.cpp106 CanvasRenderingContext2D* context = V8CanvasRenderingContext2D::toNative(args.Holder()); in setStrokeColorCallback() local
136 CanvasRenderingContext2D* context = V8CanvasRenderingContext2D::toNative(args.Holder()); in setFillColorCallback() local
166 CanvasRenderingContext2D* context = V8CanvasRenderingContext2D::toNative(args.Holder()); in strokeRectCallback() local
181 CanvasRenderingContext2D* context = V8CanvasRenderingContext2D::toNative(args.Holder()); in setShadowCallback() local
216 CanvasRenderingContext2D* context = V8CanvasRenderingContext2D::toNative(args.Holder()); in drawImageCallback() local
322 CanvasRenderingContext2D* context = V8CanvasRenderingContext2D::toNative(args.Holder()); in drawImageFromRectCallback() local
338 CanvasRenderingContext2D* context = V8CanvasRenderingContext2D::toNative(args.Holder()); in createPatternCallback() local
372 CanvasRenderingContext2D* context = V8CanvasRenderingContext2D::toNative(args.Holder()); in fillTextCallback() local
398 CanvasRenderingContext2D* context = V8CanvasRenderingContext2D::toNative(args.Holder()); in strokeTextCallback() local
433 CanvasRenderingContext2D* context = V8CanvasRenderingContext2D::toNative(args.Holder()); in putImageDataCallback() local
/external/bluetooth/glib/tests/
Dmarkup-test.c21 start_element_handler (GMarkupParseContext *context, in start_element_handler()
49 end_element_handler (GMarkupParseContext *context, in end_element_handler()
60 text_handler (GMarkupParseContext *context, in text_handler()
72 passthrough_handler (GMarkupParseContext *context, in passthrough_handler()
84 error_handler (GMarkupParseContext *context, in error_handler()
112 GMarkupParseContext *context; in test_in_chunks() local
150 GMarkupParseContext *context; in test_file() local
/external/chromium/third_party/icu/source/common/
Duarrsort.c31 uprv_uint16Comparator(const void *context, const void *left, const void *right) { in uprv_uint16Comparator()
36 uprv_int32Comparator(const void *context, const void *left, const void *right) { in uprv_int32Comparator()
41 uprv_uint32Comparator(const void *context, const void *left, const void *right) { in uprv_uint32Comparator()
58 UComparator *cmp, const void *context, void *pv) { in doInsertionSort()
83 UComparator *cmp, const void *context, UErrorCode *pErrorCode) { in insertionSort()
121 UComparator *cmp, const void *context, in subQuickSort()
187 UComparator *cmp, const void *context, UErrorCode *pErrorCode) { in quickSort()
218 UComparator *cmp, const void *context, in uprv_sortArray()
/external/icu4c/common/
Duarrsort.c31 uprv_uint16Comparator(const void *context, const void *left, const void *right) { in uprv_uint16Comparator()
36 uprv_int32Comparator(const void *context, const void *left, const void *right) { in uprv_int32Comparator()
41 uprv_uint32Comparator(const void *context, const void *left, const void *right) { in uprv_uint32Comparator()
58 UComparator *cmp, const void *context, void *pv) { in doInsertionSort()
83 UComparator *cmp, const void *context, UErrorCode *pErrorCode) { in insertionSort()
121 UComparator *cmp, const void *context, in subQuickSort()
187 UComparator *cmp, const void *context, UErrorCode *pErrorCode) { in quickSort()
218 UComparator *cmp, const void *context, in uprv_sortArray()
/external/chromium/net/url_request/
Durl_request_view_net_internals_job.cc53 net::HostResolverImpl* GetHostResolverImpl(URLRequestContext* context) { in GetHostResolverImpl()
59 net::HostCache* GetHostCache(URLRequestContext* context) { in GetHostCache()
84 virtual void OutputBody(URLRequestContext* context, std::string* out) {} in OutputBody()
87 void OutputRecursive(URLRequestContext* context, in OutputRecursive()
179 virtual void OutputBody(URLRequestContext* context, std::string* out) { in OutputBody()
200 virtual void OutputBody(URLRequestContext* context, std::string* out) { in OutputBody()
217 virtual void OutputBody(URLRequestContext* context, std::string* out) { in OutputBody()
270 virtual void OutputBody(URLRequestContext* context, std::string* out) { in OutputBody()
373 virtual void OutputBody(URLRequestContext* context, std::string* out) { in OutputBody()
426 virtual void OutputBody(URLRequestContext* context, std::string* out) { in OutputBody()
[all …]
/external/webkit/WebCore/loader/
DWorkerThreadableLoader.cpp104 …erThreadableLoader::MainThreadBridge::mainThreadCreateLoader(ScriptExecutionContext* context, Main… in mainThreadCreateLoader()
120 void WorkerThreadableLoader::MainThreadBridge::mainThreadDestroy(ScriptExecutionContext* context, M… in mainThreadDestroy()
136 void WorkerThreadableLoader::MainThreadBridge::mainThreadCancel(ScriptExecutionContext* context, Ma… in mainThreadCancel()
166 static void workerContextDidSendData(ScriptExecutionContext* context, RefPtr<ThreadableLoaderClient… in workerContextDidSendData()
177 static void workerContextDidReceiveResponse(ScriptExecutionContext* context, RefPtr<ThreadableLoade… in workerContextDidReceiveResponse()
189 static void workerContextDidReceiveData(ScriptExecutionContext* context, RefPtr<ThreadableLoaderCli… in workerContextDidReceiveData()
202 static void workerContextDidFinishLoading(ScriptExecutionContext* context, RefPtr<ThreadableLoaderC… in workerContextDidFinishLoading()
213 static void workerContextDidFail(ScriptExecutionContext* context, RefPtr<ThreadableLoaderClientWrap… in workerContextDidFail()
224 static void workerContextDidFailRedirectCheck(ScriptExecutionContext* context, RefPtr<ThreadableLoa… in workerContextDidFailRedirectCheck()
235 static void workerContextDidReceiveAuthenticationCancellation(ScriptExecutionContext* context, RefP… in workerContextDidReceiveAuthenticationCancellation()
/external/apache-http/src/org/apache/http/protocol/
DHttpRequestExecutor.java106 final HttpContext context) in execute()
149 final HttpContext context) in preProcess()
186 final HttpContext context) in doSendRequest()
262 final HttpContext context) in doReceiveResponse()
308 final HttpContext context) in postProcess()
/external/apache-http/src/org/apache/http/client/
DAuthenticationHandler.java50 HttpContext context); in isAuthenticationRequested()
54 HttpContext context) throws MalformedChallengeException; in getChallenges()
59 HttpContext context) throws AuthenticationException; in selectScheme()
/external/webkit/WebCore/platform/graphics/cg/
DGraphicsContextCG.cpp86 static void setCGFillColor(CGContextRef context, const Color& color, ColorSpace colorSpace) in setCGFillColor()
93 static void setCGStrokeColor(CGContextRef context, const Color& color, ColorSpace colorSpace) in setCGStrokeColor()
100 static void setCGFillColorSpace(CGContextRef context, ColorSpace colorSpace) in setCGFillColorSpace()
114 static void setCGStrokeColorSpace(CGContextRef context, ColorSpace colorSpace) in setCGStrokeColorSpace()
195 CGContextRef context = platformContext(); in drawRect() local
270 CGContextRef context = platformContext(); in drawLine() local
345 CGContextRef context = platformContext(); in drawEllipse() local
360 CGContextRef context = platformContext(); in strokeArc() local
451 CGContextRef context = platformContext(); in drawConvexPolygon() local
530 CGContextRef context = platformContext(); in drawPath() local
[all …]
/external/webkit/WebCore/platform/graphics/win/
DWKCACFContextFlusher.cpp51 void WKCACFContextFlusher::addContext(CACFContextRef context) in addContext()
59 void WKCACFContextFlusher::removeContext(CACFContextRef context) in removeContext()
80 CACFContextRef context = *it; in flushAllContexts() local
/external/icu4c/test/cintltst/
Dhpmufn.c88 static void * U_CALLCONV myMemAlloc(const void *context, size_t size) { in myMemAlloc()
97 static void U_CALLCONV myMemFree(const void *context, void *mem) { in myMemFree()
107 static void * U_CALLCONV myMemRealloc(const void *context, void *mem, size_t size) { in myMemRealloc()
221 static void U_CALLCONV myMutexInit(const void *context, UMTX *mutex, UErrorCode *status) { in myMutexInit()
235 static void U_CALLCONV myMutexDestroy(const void *context, UMTX *mutex) { in myMutexDestroy()
246 static void U_CALLCONV myMutexLock(const void *context, UMTX *mutex) { in myMutexLock()
254 static void U_CALLCONV myMutexUnlock(const void *context, UMTX *mutex) { in myMutexUnlock()
377 static int32_t U_CALLCONV myIncFunc(const void *context, int32_t *p) { in myIncFunc()
385 static int32_t U_CALLCONV myDecFunc(const void *context, int32_t *p) { in myDecFunc()
/external/chromium/third_party/icu/source/test/cintltst/
Dhpmufn.c88 static void * U_CALLCONV myMemAlloc(const void *context, size_t size) { in myMemAlloc()
97 static void U_CALLCONV myMemFree(const void *context, void *mem) { in myMemFree()
107 static void * U_CALLCONV myMemRealloc(const void *context, void *mem, size_t size) { in myMemRealloc()
221 static void U_CALLCONV myMutexInit(const void *context, UMTX *mutex, UErrorCode *status) { in myMutexInit()
235 static void U_CALLCONV myMutexDestroy(const void *context, UMTX *mutex) { in myMutexDestroy()
246 static void U_CALLCONV myMutexLock(const void *context, UMTX *mutex) { in myMutexLock()
254 static void U_CALLCONV myMutexUnlock(const void *context, UMTX *mutex) { in myMutexUnlock()
369 static int32_t U_CALLCONV myIncFunc(const void *context, int32_t *p) { in myIncFunc()
377 static int32_t U_CALLCONV myDecFunc(const void *context, int32_t *p) { in myDecFunc()
/external/qemu/distrib/sdl-1.2.12/src/file/
DSDL_rwops.c48 static int SDLCALL win32_file_open(SDL_RWops *context, const char *filename, const char *mode) in win32_file_open()
126 static int SDLCALL win32_file_seek(SDL_RWops *context, int offset, int whence) in win32_file_seek()
162 static int SDLCALL win32_file_read(SDL_RWops *context, void *ptr, int size, int maxnum) in win32_file_read()
209 static int SDLCALL win32_file_write(SDL_RWops *context, const void *ptr, int size, int num) in win32_file_write()
241 static int SDLCALL win32_file_close(SDL_RWops *context) in win32_file_close()
263 static int SDLCALL stdio_seek(SDL_RWops *context, int offset, int whence) in stdio_seek()
272 static int SDLCALL stdio_read(SDL_RWops *context, void *ptr, int size, int maxnum) in stdio_read()
282 static int SDLCALL stdio_write(SDL_RWops *context, const void *ptr, int size, int num) in stdio_write()
292 static int SDLCALL stdio_close(SDL_RWops *context) in stdio_close()
307 static int SDLCALL mem_seek(SDL_RWops *context, int offset, int whence) in mem_seek()
[all …]
/external/webkit/WebKitTools/DumpRenderTree/win/
DEventSender.cpp63 static JSValueRef getDragModeCallback(JSContextRef context, JSObjectRef object, JSStringRef propert… in getDragModeCallback()
68 static bool setDragModeCallback(JSContextRef context, JSObjectRef object, JSStringRef propertyName,… in setDragModeCallback()
74 static JSValueRef getConstantCallback(JSContextRef context, JSObjectRef object, JSStringRef propert… in getConstantCallback()
96 static JSValueRef leapForwardCallback(JSContextRef context, JSObjectRef function, JSObjectRef thisO… in leapForwardCallback()
131 static JSValueRef contextClickCallback(JSContextRef context, JSObjectRef function, JSObjectRef this… in contextClickCallback()
147 static WPARAM buildModifierFlags(JSContextRef context, const JSValueRef modifiers) in buildModifierFlags()
171 static JSValueRef mouseDownCallback(JSContextRef context, JSObjectRef function, JSObjectRef thisObj… in mouseDownCallback()
262 static JSValueRef mouseUpCallback(JSContextRef context, JSObjectRef function, JSObjectRef thisObjec… in mouseUpCallback()
329 static JSValueRef mouseMoveToCallback(JSContextRef context, JSObjectRef function, JSObjectRef thisO… in mouseMoveToCallback()
433 static JSValueRef keyDownCallback(JSContextRef context, JSObjectRef function, JSObjectRef thisObjec… in keyDownCallback()
[all …]

12345678910>>...33