Searched refs:API_CALL (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/npapi/bindings/
H A Dnphostapi.h22 typedef NPError (API_CALL * NP_InitializeFunc)(NPNetscapeFuncs* pNFuncs,
25 typedef NPError (API_CALL * NP_InitializeFunc)(NPNetscapeFuncs* pFuncs);
26 typedef NPError (API_CALL * NP_GetEntryPointsFunc)(NPPluginFuncs* pFuncs);
28 typedef NPError (API_CALL * NP_ShutdownFunc)(void);
/external/chromium_org/content/test/plugin/
H A Dnpapi_test.cc59 BOOL API_CALL DllMain(HINSTANCE hDll, DWORD dwReason, LPVOID lpReserved) {
65 EXPORT NPError API_CALL NP_GetEntryPoints(NPPluginFuncs* pFuncs) {
69 EXPORT NPError API_CALL NP_Shutdown() {
74 EXPORT NPError API_CALL NP_Initialize(NPNetscapeFuncs* npnFuncs) {
78 EXPORT NPError API_CALL NP_Initialize(NPNetscapeFuncs* npnFuncs,
87 EXPORT NPError API_CALL NP_GetValue(NPP instance, NPPVariable variable,
110 EXPORT const char* API_CALL NP_GetMIMEDescription(void) {
/external/chromium/base/
H A Dport.h50 #define API_CALL __stdcall macro
52 #define API_CALL macro
/external/chromium_org/base/
H A Dport.h49 #define API_CALL __stdcall macro
51 #define API_CALL macro
/external/chromium_org/third_party/cld/base/
H A Dport.h49 #define API_CALL __stdcall macro
51 #define API_CALL macro
/external/chromium_org/remoting/host/plugin/
H A Dhost_plugin.cc516 EXPORT NPError API_CALL NP_GetEntryPoints(NPPluginFuncs* nppfuncs) {
528 EXPORT NPError API_CALL NP_Initialize(NPNetscapeFuncs* npnetscape_funcs
554 EXPORT NPError API_CALL NP_Shutdown() {
562 EXPORT const char* API_CALL NP_GetMIMEDescription(void) {
567 EXPORT NPError API_CALL NP_GetValue(void* npp,

Completed in 479 milliseconds