Searched refs:functionPointer (Results 1 – 6 of 6) sorted by relevance
57 template<typename FunctionType> FunctionType functionPointer(const char* functionName) const;81 template<typename FunctionType> FunctionType Module::functionPointer(const char* functionName) const in functionPointer() function
46 static FunctionPointerType functionPointer = 0; in KJSGetCreatedJavaVMs() local47 if (!functionPointer) in KJSGetCreatedJavaVMs()48 …functionPointer = reinterpret_cast<FunctionPointerType>(dlsym(javaVMFramework, "JNI_GetCreatedJava… in KJSGetCreatedJavaVMs()49 if (!functionPointer) in KJSGetCreatedJavaVMs()51 return functionPointer(vmBuf, bufLen, nVMs); in KJSGetCreatedJavaVMs()
208 …NP_InitializeFuncPtr initializeFuncPtr = m_module->functionPointer<NP_InitializeFuncPtr>("NP_Initi… in tryLoad()213 …NP_GetEntryPointsFuncPtr getEntryPointsFuncPtr = m_module->functionPointer<NP_GetEntryPointsFuncPt… in tryLoad()218 m_shutdownProcPtr = m_module->functionPointer<NPP_ShutdownProcPtr>("NP_Shutdown"); in tryLoad()
131 pointerToFunctionThatReturnsIntWithCharArg functionPointer;132 ^ pointerToFunctionThatReturnsIntWithCharArg (float x) { return functionPointer; }138 ^ int ((*)(float x))(char) { return functionPointer; }144 ^(float x) { return functionPointer; }
13476 (-[IFPluginNullEventSender initializeWithNPP:functionPointer:window:]): Call [super init].14889 (-[IFPluginNullEventSender initializeWithNPP:functionPointer:window:]):
35515 (WebKit::Module::functionPointer): Returns a pointer to the named