Searched refs:allowHeaders (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/plugins/
H A DPluginView.h260 NPError handlePost(const char* url, const char* target, uint32_t len, const char* buf, bool file, void* notifyData, bool sendNotification, bool allowHeaders);
H A DPluginView.cpp1131 NPError PluginView::handlePost(const char* url, const char* target, uint32_t len, const char* buf, bool file, void* notifyData, bool sendNotification, bool allowHeaders) argument
1153 if (allowHeaders) {
/macosx-10.10/WebKit-7600.1.25/mac/Plugins/
H A DWebNetscapePluginView.mm1787 allowHeaders:(BOOL)allowHeaders
1824 if (allowHeaders) {
1872 return [self _postURL:URLCString target:target len:len buf:buf file:file notifyData:notifyData sendNotification:YES allowHeaders:YES];
1883 return [self _postURL:URLCString target:target len:len buf:buf file:file notifyData:NULL sendNotification:NO allowHeaders:file];

Completed in 130 milliseconds