HomeSort by relevance Sort by last modified time
    Searched refs:FunctionPointer (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/WebKit/ManualTests/NPN_Invoke/
main.c 64 typedef void (* FunctionPointer) (void);
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_WriteReady)
    [all...]
  /external/clang/test/CodeGenCXX/
mangle-ms-templates.cpp 124 typedef void (*FunctionPointer)(void);
126 template <FunctionPointer function>
  /external/chromium_org/gpu/command_buffer/service/
shader_translator.cc 216 typedef khronos_uint64_t (*FunctionPointer)(const char*, size_t);
221 FunctionPointer pointer_fields[kNumFunctionPointerFields];
  /external/chromium/base/
tracked_objects.cc 398 typedef void (*FunctionPointer)();
399 RunTheStatic(FunctionPointer function,
406 FunctionPointer function_;
414 ThreadData::RunTheStatic::RunTheStatic(FunctionPointer function,
    [all...]
  /external/clang/lib/CodeGen/
MicrosoftCXXABI.cpp     [all...]

Completed in 118 milliseconds