OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:API_CALL
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/npapi/bindings/
nphostapi.h
22
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/
npapi_test.cc
59
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/
port.h
50
#define
API_CALL
__stdcall
52
#define
API_CALL
/external/chromium_org/base/
port.h
49
#define
API_CALL
__stdcall
51
#define
API_CALL
/external/chromium_org/third_party/cld/base/
port.h
49
#define
API_CALL
__stdcall
51
#define
API_CALL
/external/chromium_org/remoting/host/plugin/
host_plugin.cc
516
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 570 milliseconds