Searched refs:handlePost (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/plugins/
H A DPluginView.cpp582 return handlePost(url, target, len, buf, file, notifyData, true, true);
588 return handlePost(url, target, len, buf, file, 0, false, file);
1131 NPError PluginView::handlePost(const char* url, const char* target, uint32_t len, const char* buf, bool file, void* notifyData, bool sendNotification, bool allowHeaders) function in class:WebCore::PluginView
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);

Completed in 122 milliseconds