Home
last modified time | relevance | path

Searched refs:functionPointer (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebKit2/Platform/
DModule.h57 template<typename FunctionType> FunctionType functionPointer(const char* functionName) const;
81 template<typename FunctionType> FunctionType Module::functionPointer(const char* functionName) const in functionPointer() function
/external/webkit/Source/WebCore/bridge/jni/
DJNIUtility.cpp46 static FunctionPointerType functionPointer = 0; in KJSGetCreatedJavaVMs() local
47 if (!functionPointer) in KJSGetCreatedJavaVMs()
48functionPointer = reinterpret_cast<FunctionPointerType>(dlsym(javaVMFramework, "JNI_GetCreatedJava… in KJSGetCreatedJavaVMs()
49 if (!functionPointer) in KJSGetCreatedJavaVMs()
51 return functionPointer(vmBuf, bufLen, nVMs); in KJSGetCreatedJavaVMs()
/external/webkit/Source/WebKit2/Shared/Plugins/Netscape/
DNetscapePluginModule.cpp208 …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()
/external/clang/docs/
DBlockLanguageSpec.rst131 pointerToFunctionThatReturnsIntWithCharArg functionPointer;
132 ^ pointerToFunctionThatReturnsIntWithCharArg (float x) { return functionPointer; }
138 ^ int ((*)(float x))(char) { return functionPointer; }
144 ^(float x) { return functionPointer; }
/external/webkit/Source/WebKit/mac/
DChangeLog-2002-12-0313476 (-[IFPluginNullEventSender initializeWithNPP:functionPointer:window:]): Call [super init].
14889 (-[IFPluginNullEventSender initializeWithNPP:functionPointer:window:]):
/external/webkit/Source/WebKit2/
DChangeLog-2011-02-1635515 (WebKit::Module::functionPointer): Returns a pointer to the named