Searched refs:postURL (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/plugins/
H A Dnpapi.cpp89 return pluginViewForInstance(instance)->postURL(url, target, len, buf, file);
H A DPluginView.h154 NPError postURL(const char* url, const char* target, uint32_t len, const char* but, NPBool file);
H A DPluginView.cpp585 NPError PluginView::postURL(const char* url, const char* target, uint32_t len, const char* buf, NPBool file) function in class:WebCore::PluginView
/macosx-10.10/WebKit-7600.1.25/mac/Plugins/
H A DWebNetscapePluginView.h163 - (NPError)postURL:(const char *)URL target:(const char *)target len:(UInt32)len buf:(const char *)buf file:(NPBool)file;
H A Dnpapi.mm99 return [pluginViewForInstance(instance) postURL:URL target:target len:len buf:buf file:file];
H A DWebNetscapePluginView.mm1875 -(NPError)postURL:(const char *)URLCString

Completed in 142 milliseconds