Searched refs:getURLNotify (Results 1 – 13 of 13) sorted by relevance
/external/webkit/WebCore/plugins/ |
D | npapi.cpp | 74 return pluginViewForInstance(instance)->getURLNotify(url, target, notifyData); in NPN_GetURLNotify()
|
D | PluginView.h | 132 NPError getURLNotify(const char* url, const char* target, void* notifyData);
|
D | PluginView.cpp | 358 NPError PluginView::getURLNotify(const char* url, const char* target, void* notifyData) in getURLNotify() function in WebCore::PluginView
|
/external/webkit/WebKit/mac/Plugins/ |
D | WebNetscapePluginView.h | 153 - (NPError)getURLNotify:(const char *)URL target:(const char *)target notifyData:(void *)notifyData;
|
D | npapi.mm | 85 return [pluginViewForInstance(instance) getURLNotify:URL target:target notifyData:notifyData];
|
D | WebNetscapePluginView.mm | 1757 -(NPError)getURLNotify:(const char *)URLCString target:(const char *)cTarget notifyData:(void *)not…
|
/external/webkit/WebKitTools/DumpRenderTree/TestNetscapePlugIn.subproj/ |
D | PluginObject.cpp | 331 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/ |
D | WebKit.order | 1169 -[WebNetscapePluginDocumentView(WebNPPCallbacks) getURLNotify:target:notifyData:]
|
D | ChangeLog-2002-12-03 | 5756 (-[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:]):
|
D | ChangeLog-2006-02-09 | 10511 … (-[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/ |
D | ChangeLog | 3485 (getURLNotify): 13714 …Add a "getURLNotify" method to the plugin object. This lets you pass a URL, a target and a callbac…
|
/external/webkit/WebCore/ |
D | ChangeLog-2007-10-14 | 27404 (WebCore::PluginViewWin::getURLNotify): 29359 (WebCore::PluginViewWin::getURLNotify): 29573 (WebCore::PluginViewWin::getURLNotify): 32413 (WebCore::PluginViewWin::getURLNotify): 32509 (WebCore::PluginViewWin::getURLNotify): 32950 (WebCore::PluginViewWin::getURLNotify):
|
D | ChangeLog-2008-08-10 | 52782 (WebCore::PluginView::getURLNotify):
|