Home
last modified time | relevance | path

Searched refs:NPN_GetURLNotify (Results 1 – 16 of 16) sorted by relevance

/external/webkit/Source/WebCore/plugins/symbian/
DPluginPackageSymbian.cpp130 m_browserFuncs.geturlnotify = NPN_GetURLNotify; in load()
/external/webkit/Source/WebCore/plugins/
Dnpapi.cpp72 NPError NPN_GetURLNotify(NPP instance, const char* url, const char* target, void* notifyData) in NPN_GetURLNotify() function
DPluginPackage.cpp303 m_browserFuncs.geturlnotify = NPN_GetURLNotify; in initializeBrowserFuncs()
/external/webkit/Source/WebCore/plugins/android/
DPluginPackageAndroid.cpp156 funcs->geturlnotify = NPN_GetURLNotify; in initializeExtraBrowserFuncs()
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
DNetscapeBrowserFuncs.cpp385 static NPError NPN_GetURLNotify(NPP npp, const char* url, const char* target, void* notifyData) in NPN_GetURLNotify() function
908 netscapeFuncs.geturlnotify = NPN_GetURLNotify; in initializeBrowserFuncs()
/external/webkit/Source/WebKit/mac/Plugins/
Dnpapi.mm82 NPError NPN_GetURLNotify(NPP instance, const char* URL, const char* target, void* notifyData) function
DWebNetscapePluginPackage.mm451 …turlnotify = (NPN_GetURLNotifyProcPtr)tVectorForFunctionPointer((FunctionPointer)NPN_GetURLNotify);
564 browserFuncs.geturlnotify = NPN_GetURLNotify;
DWebNetscapePluginView.mm1780 LOG(Plugins, "NPN_GetURLNotify: %s target: %s", URLCString, cTarget);
/external/webkit/Source/WebCore/bridge/
Dnpapi.h849 NPError NP_LOADDS NPN_GetURLNotify(NPP instance, const char* url,
/external/webkit/Source/WebKit2/
DChangeLog-2011-02-1630142 (WebKit::NPN_GetURLNotify):
39012 (WebKit::NPN_GetURLNotify):
40156 Add support for URL frame loading using NPN_GetURLNotify
40166 Implement NPN_GetURLNotify and have it call NetscapePlugin::loadURL.
/external/webkit/Source/WebKit/mac/
DChangeLog-2002-12-035808 (NPN_GetURLNotify):
DChangeLog-2010-01-29504 NPN_GetURLNotify, in the frame-targeting case, for out-of-process
DChangeLog-2006-02-0934169 (NPN_GetURLNotify): get the instance from pluginViewForInstance
/external/webkit/Source/WebCore/
DChangeLog-2002-12-0313221 * kwq/npapi.mm: (NPN_GetURLNotify), (NPN_GetURL),
DChangeLog-2007-10-1432967 (NPN_GetURLNotify):
33030 (NPN_GetURLNotify):
DChangeLog-2010-12-06100929 Add support for URL frame loading using NPN_GetURLNotify