Searched refs:NPN_GetURLNotify (Results 1 - 8 of 8) sorted by relevance

/external/webkit/Source/WebCore/plugins/symbian/
H A DPluginPackageSymbian.cpp130 m_browserFuncs.geturlnotify = NPN_GetURLNotify;
/external/webkit/Source/WebCore/plugins/
H A Dnpapi.cpp72 NPError NPN_GetURLNotify(NPP instance, const char* url, const char* target, void* notifyData) function
H A DPluginPackage.cpp303 m_browserFuncs.geturlnotify = NPN_GetURLNotify;
/external/webkit/Source/WebKit/mac/Plugins/
H A Dnpapi.mm82 NPError NPN_GetURLNotify(NPP instance, const char* URL, const char* target, void* notifyData)
H A DWebNetscapePluginPackage.mm451 browserFuncs.geturlnotify = (NPN_GetURLNotifyProcPtr)tVectorForFunctionPointer((FunctionPointer)NPN_GetURLNotify);
564 browserFuncs.geturlnotify = NPN_GetURLNotify;
/external/webkit/Source/WebCore/plugins/android/
H A DPluginPackageAndroid.cpp156 funcs->geturlnotify = NPN_GetURLNotify;
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
H A DNetscapeBrowserFuncs.cpp385 static NPError NPN_GetURLNotify(NPP npp, const char* url, const char* target, void* notifyData) function in namespace:WebKit
908 netscapeFuncs.geturlnotify = NPN_GetURLNotify;
/external/webkit/Source/WebCore/bridge/
H A Dnpapi.h849 NPError NP_LOADDS NPN_GetURLNotify(NPP instance, const char* url,

Completed in 2859 milliseconds