Searched refs:NPN_GetURLNotify (Results 1 – 16 of 16) sorted by relevance
/external/webkit/Source/WebCore/plugins/symbian/ |
D | PluginPackageSymbian.cpp | 130 m_browserFuncs.geturlnotify = NPN_GetURLNotify; in load()
|
/external/webkit/Source/WebCore/plugins/ |
D | npapi.cpp | 72 NPError NPN_GetURLNotify(NPP instance, const char* url, const char* target, void* notifyData) in NPN_GetURLNotify() function
|
D | PluginPackage.cpp | 303 m_browserFuncs.geturlnotify = NPN_GetURLNotify; in initializeBrowserFuncs()
|
/external/webkit/Source/WebCore/plugins/android/ |
D | PluginPackageAndroid.cpp | 156 funcs->geturlnotify = NPN_GetURLNotify; in initializeExtraBrowserFuncs()
|
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/ |
D | NetscapeBrowserFuncs.cpp | 385 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/ |
D | npapi.mm | 82 NPError NPN_GetURLNotify(NPP instance, const char* URL, const char* target, void* notifyData) function
|
D | WebNetscapePluginPackage.mm | 451 …turlnotify = (NPN_GetURLNotifyProcPtr)tVectorForFunctionPointer((FunctionPointer)NPN_GetURLNotify); 564 browserFuncs.geturlnotify = NPN_GetURLNotify;
|
D | WebNetscapePluginView.mm | 1780 LOG(Plugins, "NPN_GetURLNotify: %s target: %s", URLCString, cTarget);
|
/external/webkit/Source/WebCore/bridge/ |
D | npapi.h | 849 NPError NP_LOADDS NPN_GetURLNotify(NPP instance, const char* url,
|
/external/webkit/Source/WebKit2/ |
D | ChangeLog-2011-02-16 | 30142 (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/ |
D | ChangeLog-2002-12-03 | 5808 (NPN_GetURLNotify):
|
D | ChangeLog-2010-01-29 | 504 NPN_GetURLNotify, in the frame-targeting case, for out-of-process
|
D | ChangeLog-2006-02-09 | 34169 (NPN_GetURLNotify): get the instance from pluginViewForInstance
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2002-12-03 | 13221 * kwq/npapi.mm: (NPN_GetURLNotify), (NPN_GetURL),
|
D | ChangeLog-2007-10-14 | 32967 (NPN_GetURLNotify): 33030 (NPN_GetURLNotify):
|
D | ChangeLog-2010-12-06 | 100929 Add support for URL frame loading using NPN_GetURLNotify
|