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

/external/webkit/Source/WebCore/manual-tests/NPN_Invoke/
H A Dmain.c64 typedef void (* FunctionPointer) (void); typedef
66 static FunctionPointer functionPointerForTVector(TransitionVector);
67 static TransitionVector tVectorForFunctionPointer(FunctionPointer);
137 pluginFuncs->newp = (NPP_NewProcPtr)tVectorForFunctionPointer((FunctionPointer)NPP_New);
138 pluginFuncs->destroy = (NPP_DestroyProcPtr)tVectorForFunctionPointer((FunctionPointer)NPP_Destroy);
139 pluginFuncs->setwindow = (NPP_SetWindowProcPtr)tVectorForFunctionPointer((FunctionPointer)NPP_SetWindow);
140 pluginFuncs->newstream = (NPP_NewStreamProcPtr)tVectorForFunctionPointer((FunctionPointer)NPP_NewStream);
141 pluginFuncs->destroystream = (NPP_DestroyStreamProcPtr)tVectorForFunctionPointer((FunctionPointer)NPP_DestroyStream);
142 pluginFuncs->asfile = (NPP_StreamAsFileProcPtr)tVectorForFunctionPointer((FunctionPointer)NPP_StreamAsFile);
143 pluginFuncs->writeready = (NPP_WriteReadyProcPtr)tVectorForFunctionPointer((FunctionPointer)NPP_WriteRead
[all...]
/external/chromium/base/
H A Dtracked_objects.cc398 typedef void (*FunctionPointer)(); typedef in class:tracked_objects::ThreadData::RunTheStatic
399 RunTheStatic(FunctionPointer function,
406 FunctionPointer function_;
414 ThreadData::RunTheStatic::RunTheStatic(FunctionPointer function,

Completed in 18 milliseconds