Home
last modified time | relevance | path

Searched refs:postURL (Results 1 – 12 of 12) sorted by relevance

/external/webkit/WebCore/plugins/
Dnpapi.cpp89 return pluginViewForInstance(instance)->postURL(url, target, len, buf, file); in NPN_PostURL()
DPluginView.h154 … NPError postURL(const char* url, const char* target, uint32 len, const char* but, NPBool file);
DPluginView.cpp640 NPError PluginView::postURL(const char* url, const char* target, uint32 len, const char* buf, NPBoo… in postURL() function in WebCore::PluginView
/external/webkit/WebKit/mac/Plugins/
DWebNetscapePluginView.h161 - (NPError)postURL:(const char *)URL target:(const char *)target len:(UInt32)len buf:(const char *)…
Dnpapi.mm99 return [pluginViewForInstance(instance) postURL:URL target:target len:len buf:buf file:file];
DWebNetscapePluginView.mm1853 -(NPError)postURL:(const char *)URLCString
/external/webkit/WebKit/mac/
DChangeLog-2002-12-035759 (-[WebBaseNetscapePluginView postURL:target:len:buf:file:]):
14740 (-[IFPluginView postURL:target:len:buf:file:]):
14778 (-[IFPluginView postURL:target:len:buf:file:]):
15033 (-[IFPluginView postURL:target:len:buf:file:]):
16312 postURL:target:len:buf:file:]), (-[IFPluginView newStream:target:stream:]),
DChangeLog-2006-02-0910515 (-[WebBaseNetscapePluginView postURL:target:len:buf:file:]): pass NO for sendNotification
21487 … (-[WebBaseNetscapePluginView postURL:target:len:buf:file:]): Fixed typo in newly added comment.
21496 …(-[WebBaseNetscapePluginView postURL:target:len:buf:file:]): As documented, allow headers to be sp…
29719 (-[WebBaseNetscapePluginView postURL:target:len:buf:file:]): call _postURLNotify
29802 (-[WebBaseNetscapePluginView postURL:target:len:buf:file:]):
/external/webkit/WebCore/
DChangeLog-2006-12-3119724 Moved loadURL and postURL logic out of WebCoreFrameBridge to FrameMac::loadRequest
19731 … (WebCore::FrameMac::loadRequest): loadURL and postURL logic moved from WebCoreFrameBridge to here
19733 * bridge/mac/WebCoreFrameBridge.h: Nuked loadURL and postURL
DChangeLog-2002-12-031804 * kwq/WebCoreBridge.h: Add triggeringEvent: parameter to postURL:
DChangeLog-2007-10-1432403 Implement postURL and postURLNotify.
32422 (WebCore::PluginViewWin::postURL):
32953 (WebCore::PluginViewWin::postURL):
DChangeLog-2008-08-1052786 (WebCore::PluginView::postURL):