Home
last modified time | relevance | path

Searched defs:sendNotification (Results 1 – 9 of 9) sorted by relevance

/external/webkit/Source/WebKit/mac/Plugins/
DWebPluginRequest.m69 {
DWebNetscapePluginStream.h55 …ebNetscapePluginStream> create(NSURLRequest *request, NPP plugin, bool sendNotification, void* not… in create()
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
DNetscapePluginStream.h48 …eam> create(PassRefPtr<NetscapePlugin> plugin, uint64_t streamID, bool sendNotification, void* not… in create()
DNetscapePluginStream.cpp37 …luginStream(PassRefPtr<NetscapePlugin> plugin, uint64_t streamID, bool sendNotification, void* not… in NetscapePluginStream()
DNetscapePlugin.cpp145 bool sendNotification, void* notificationData) in loadURL()
/external/webkit/Source/WebCore/plugins/
DPluginStream.h60 …reamClient* client, Frame* frame, const ResourceRequest& request, bool sendNotification, void* not… in create()
DPluginView.h117 …PluginRequest(const FrameLoadRequest& frameLoadRequest, bool sendNotification, void* notifyData, b… in PluginRequest()
125 bool sendNotification() const { return m_sendNotification; } in sendNotification() function
DPluginStream.cpp57 …nt* client, Frame* frame, const ResourceRequest& resourceRequest, bool sendNotification, void* not… in PluginStream()
DPluginView.cpp544 NPError PluginView::load(const FrameLoadRequest& frameLoadRequest, bool sendNotification, void* not… in load()
1237 …rget, uint32_t len, const char* buf, bool file, void* notifyData, bool sendNotification, bool allo… in handlePost()