Searched defs:functionPointer (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebKit2/Platform/
H A DModule.h57 template<typename FunctionType> FunctionType functionPointer(const char* functionName) const;
81 template<typename FunctionType> FunctionType Module::functionPointer(const char* functionName) const function in class:WebKit::Module
/external/webkit/Source/WebCore/bridge/jni/
H A DJNIUtility.cpp46 static FunctionPointerType functionPointer = 0; local
47 if (!functionPointer)
48 functionPointer = reinterpret_cast<FunctionPointerType>(dlsym(javaVMFramework, "JNI_GetCreatedJavaVMs"));
49 if (!functionPointer)
51 return functionPointer(vmBuf, bufLen, nVMs);

Completed in 62 milliseconds