Lines Matching refs:notifyData
245 …LoadRequest().resourceRequest(), request->sendNotification(), request->notifyData(), plugin()->plu… in performRequest()
256 …ncs()->urlnotify(m_instance, requestURL.string().utf8().data(), NPRES_DONE, request->notifyData()); in performRequest()
279 …LoadRequest().resourceRequest(), request->sendNotification(), request->notifyData(), plugin()->plu… in performRequest()
311 …PluginView::load(const FrameLoadRequest& frameLoadRequest, bool sendNotification, void* notifyData) in load() argument
341 …PluginRequest* request = new PluginRequest(frameLoadRequest, sendNotification, notifyData, arePopu… in load()
358 NPError PluginView::getURLNotify(const char* url, const char* target, void* notifyData) in getURLNotify() argument
366 return load(frameLoadRequest, true, notifyData); in getURLNotify()
380 …fy(const char* url, const char* target, uint32 len, const char* buf, NPBool file, void* notifyData) in postURLNotify() argument
382 return handlePost(url, target, len, buf, file, notifyData, true, true); in postURLNotify()
863 …url, const char* target, uint32 len, const char* buf, bool file, void* notifyData, bool sendNotifi… in handlePost() argument
917 return load(frameLoadRequest, sendNotification, notifyData); in handlePost()