Home
last modified time | relevance | path

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

/external/webkit/WebCore/plugins/
Dnpapi.cpp74 return pluginViewForInstance(instance)->getURLNotify(url, target, notifyData); in NPN_GetURLNotify()
DPluginView.h132 NPError getURLNotify(const char* url, const char* target, void* notifyData);
DPluginView.cpp358 NPError PluginView::getURLNotify(const char* url, const char* target, void* notifyData) in getURLNotify() function in WebCore::PluginView
/external/webkit/WebKit/mac/Plugins/
DWebNetscapePluginView.h153 - (NPError)getURLNotify:(const char *)URL target:(const char *)target notifyData:(void *)notifyData;
Dnpapi.mm85 return [pluginViewForInstance(instance) getURLNotify:URL target:target notifyData:notifyData];
DWebNetscapePluginView.mm1757 -(NPError)getURLNotify:(const char *)URLCString target:(const char *)cTarget notifyData:(void *)not…
/external/webkit/WebKitTools/DumpRenderTree/TestNetscapePlugIn.subproj/
DPluginObject.cpp331 static bool getURLNotify(PluginObject* obj, const NPVariant* args, uint32_t argCount, NPVariant* re… in getURLNotify() function
550 return getURLNotify(plugin, args, argCount, result); in pluginInvoke()
/external/webkit/WebKit/mac/
DWebKit.order1169 -[WebNetscapePluginDocumentView(WebNPPCallbacks) getURLNotify:target:notifyData:]
DChangeLog-2002-12-035756 (-[WebBaseNetscapePluginView getURLNotify:target:notifyData:]):
7342 …(-[WebNetscapePluginView getURLNotify:target:notifyData:]): Modified to call new loadRequest:inTar…
14737 (-[IFPluginView getURLNotify:target:notifyData:]):
14775 (-[IFPluginView getURLNotify:target:notifyData:]):
14856 (-[IFPluginView getURLNotify:target:notifyData:]):
15031 (-[IFPluginView getURLNotify:target:notifyData:]):
16310 getURLNotify:target:notifyData:]), (-[IFPluginView getURL:target:]),
16674 getURLNotify:target:notifyData:]):
16883 getURLNotify:target:notifyData:]), (-[IFPluginView getURL:target:]),
17823 getURLNotify:target:notifyData:]):
DChangeLog-2006-02-0910511 … (-[WebBaseNetscapePluginView getURLNotify:target:notifyData:]): pass YES for sendNotification
27460 (-[WebBaseNetscapePluginView getURLNotify:target:notifyData:]): pass an NSMutableURLRequest.
29026 (-[WebBaseNetscapePluginView getURLNotify:target:notifyData:]):
31447 (-[WebBaseNetscapePluginView getURLNotify:target:notifyData:]):
34032 (-[WebBaseNetscapePluginView getURLNotify:target:notifyData:]): Added logging.
/external/webkit/WebKitTools/
DChangeLog3485 (getURLNotify):
13714 …Add a "getURLNotify" method to the plugin object. This lets you pass a URL, a target and a callbac…
/external/webkit/WebCore/
DChangeLog-2007-10-1427404 (WebCore::PluginViewWin::getURLNotify):
29359 (WebCore::PluginViewWin::getURLNotify):
29573 (WebCore::PluginViewWin::getURLNotify):
32413 (WebCore::PluginViewWin::getURLNotify):
32509 (WebCore::PluginViewWin::getURLNotify):
32950 (WebCore::PluginViewWin::getURLNotify):
DChangeLog-2008-08-1052782 (WebCore::PluginView::getURLNotify):