Home
last modified time | relevance | path

Searched refs:NPN_Status (Results 1 – 13 of 13) sorted by relevance

/external/webkit/WebCore/plugins/
Dnpapi.cpp117 void NPN_Status(NPP instance, const char* message) in NPN_Status() function
DPluginPackage.cpp267 m_browserFuncs.status = NPN_Status; in initializeBrowserFuncs()
/external/webkit/WebCore/plugins/android/
DPluginPackageAndroid.cpp159 funcs->status = NPN_Status; in initializeExtraBrowserFuncs()
/external/webkit/WebCore/bridge/
Dnpapi.h835 void NPN_Status(NPP instance, const char* message);
/external/webkit/V8Binding/npapi/
Dnpapi.h843 void NPN_Status(NPP instance, const char* message);
/external/webkit/WebKit/mac/Plugins/
Dnpapi.mm122 void NPN_Status(NPP instance, const char* message) function
DWebNetscapePluginPackage.mm442 … browserFuncs.status = (NPN_StatusProcPtr)tVectorForFunctionPointer((FunctionPointer)NPN_Status);
555 browserFuncs.status = NPN_Status;
DWebNetscapePluginView.mm1888 LOG_ERROR("NPN_Status passed a NULL status message");
1894 LOG_ERROR("NPN_Status: the message was not valid UTF-8");
1898 LOG(Plugins, "NPN_Status: %@", status);
/external/webkit/WebKit/mac/
DChangeLog-2007-10-146962 NPN_Status is using latin-1 encoding for the message instead of UTF-8
6994 NPN_Status is using latin-1 encoding for the message instead of UTF-8
DChangeLog-2006-02-0934177 (NPN_Status):
34615 Catch NULL status strings passed to NPN_Status.
DChangeLog-2002-12-035815 (NPN_Status):
/external/webkit/WebCore/
DChangeLog-2002-12-0313223 (NPN_DestroyStream), (NPN_Status), (NPN_GetValue), (NPN_SetValue),
DChangeLog-2007-10-1432975 (NPN_Status):
33038 (NPN_Status):