Searched defs:sendNotification (Results 1 – 9 of 9) sorted by relevance
/external/webkit/Source/WebKit/mac/Plugins/ |
D | WebPluginRequest.m | 69 {
|
D | WebNetscapePluginStream.h | 55 …ebNetscapePluginStream> create(NSURLRequest *request, NPP plugin, bool sendNotification, void* not… in create()
|
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/ |
D | NetscapePluginStream.h | 48 …eam> create(PassRefPtr<NetscapePlugin> plugin, uint64_t streamID, bool sendNotification, void* not… in create()
|
D | NetscapePluginStream.cpp | 37 …luginStream(PassRefPtr<NetscapePlugin> plugin, uint64_t streamID, bool sendNotification, void* not… in NetscapePluginStream()
|
D | NetscapePlugin.cpp | 145 bool sendNotification, void* notificationData) in loadURL()
|
/external/webkit/Source/WebCore/plugins/ |
D | PluginStream.h | 60 …reamClient* client, Frame* frame, const ResourceRequest& request, bool sendNotification, void* not… in create()
|
D | PluginView.h | 117 …PluginRequest(const FrameLoadRequest& frameLoadRequest, bool sendNotification, void* notifyData, b… in PluginRequest() 125 bool sendNotification() const { return m_sendNotification; } in sendNotification() function
|
D | PluginStream.cpp | 57 …nt* client, Frame* frame, const ResourceRequest& resourceRequest, bool sendNotification, void* not… in PluginStream()
|
D | PluginView.cpp | 544 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()
|