/external/webkit/Source/WebKit/mac/Plugins/ |
D | WebPluginRequest.h | 40 …Name:(NSString *)frameName notifyData:(void *)notifyData sendNotification:(BOOL)sendNotification d… 46 - (BOOL)sendNotification;
|
D | WebPluginRequest.m | 35 …Name:(NSString *)frameName notifyData:(void *)notifyData sendNotification:(BOOL)sendNotification d… 42 _sendNotification = sendNotification; 68 - (BOOL)sendNotification
|
D | WebNetscapePluginStream.h | 55 …etscapePluginStream> create(NSURLRequest *request, NPP plugin, bool sendNotification, void* notify… in create() argument 57 return adoptRef(new WebNetscapePluginStream(request, plugin, sendNotification, notifyData)); in create() 130 WebNetscapePluginStream(NSURLRequest *, NPP, bool sendNotification, void* notifyData);
|
D | WebNetscapePluginView.h | 160 …arget:(NSString *)target withNotifyData:(void *)notifyData sendNotification:(BOOL)sendNotification;
|
D | WebNetscapePluginView.mm | 187 …et:(const char *)cTarget withNotifyData:(void *)notifyData sendNotification:(BOOL)sendNotification; 1171 [self loadRequest:request inTarget:nil withNotifyData:nil sendNotification:NO]; 1596 if ([JSPluginRequest sendNotification]) { 1608 …:create([NSURLRequest requestWithURL:URL], plugin, [JSPluginRequest sendNotification], [JSPluginRe… 1627 ASSERT([pluginRequest sendNotification]); 1672 if ([pluginRequest sendNotification]) { 1694 if ([pluginRequest sendNotification]) { 1708 …get:(const char *)cTarget withNotifyData:(void *)notifyData sendNotification:(BOOL)sendNotification 1764 sendNotification:sendNotification 1769 …ginStream> stream = WebNetscapePluginStream::create(request, plugin, sendNotification, notifyData); [all …]
|
D | WebNetscapePluginStream.mm | 143 …am::WebNetscapePluginStream(NSURLRequest *request, NPP plugin, bool sendNotification, void* notify… 149 , m_sendNotification(sendNotification)
|
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/ |
D | NetscapePluginStream.h | 48 …> create(PassRefPtr<NetscapePlugin> plugin, uint64_t streamID, bool sendNotification, void* notifi… in create() argument 50 … return adoptRef(new NetscapePluginStream(plugin, streamID, sendNotification, notificationData)); in create() 69 …NetscapePluginStream(PassRefPtr<NetscapePlugin>, uint64_t streamID, bool sendNotification, void* n…
|
D | NetscapePluginStream.cpp | 37 …inStream(PassRefPtr<NetscapePlugin> plugin, uint64_t streamID, bool sendNotification, void* notifi… in NetscapePluginStream() argument 40 , m_sendNotification(sendNotification) in NetscapePluginStream()
|
D | NetscapePlugin.cpp | 145 bool sendNotification, void* notificationData) in loadURL() argument 153 …tream> pluginStream = NetscapePluginStream::create(this, requestID, sendNotification, notification… in loadURL() 160 if (sendNotification) { in loadURL()
|
D | NetscapePlugin.h | 78 const Vector<uint8_t>& httpBody, bool sendNotification, void* notificationData);
|
/external/webkit/Source/WebCore/plugins/ |
D | PluginStream.h | 60 …mClient* client, Frame* frame, const ResourceRequest& request, bool sendNotification, void* notify… in create() argument 62 …return adoptRef(new PluginStream(client, frame, request, sendNotification, notifyData, functions, … in create() 86 …PluginStream(PluginStreamClient*, Frame*, const ResourceRequest&, bool sendNotification, void* not…
|
D | PluginView.h | 117 …PluginRequest(const FrameLoadRequest& frameLoadRequest, bool sendNotification, void* notifyData, b… in PluginRequest() argument 120 , m_sendNotification(sendNotification) in PluginRequest() 125 bool sendNotification() const { return m_sendNotification; } in sendNotification() function 301 NPError load(const FrameLoadRequest&, bool sendNotification, void* notifyData); 302 …t, uint32_t len, const char* buf, bool file, void* notifyData, bool sendNotification, bool allowHe…
|
D | PluginView.cpp | 467 …rame.get(), request->frameLoadRequest().resourceRequest(), request->sendNotification(), request->n… in performRequest() 478 if (request->sendNotification()) { in performRequest() 512 …rame.get(), request->frameLoadRequest().resourceRequest(), request->sendNotification(), request->n… in performRequest() 544 NPError PluginView::load(const FrameLoadRequest& frameLoadRequest, bool sendNotification, void* not… in load() argument 572 …PluginRequest* request = new PluginRequest(frameLoadRequest, sendNotification, notifyData, arePopu… in load() 1237 …t, uint32_t len, const char* buf, bool file, void* notifyData, bool sendNotification, bool allowHe… in handlePost() argument 1291 return load(frameLoadRequest, sendNotification, notifyData); in handlePost()
|
D | PluginStream.cpp | 57 … client, Frame* frame, const ResourceRequest& resourceRequest, bool sendNotification, void* notify… in PluginStream() argument 62 , m_sendNotification(sendNotification) in PluginStream()
|
/external/webkit/Source/WebKit/mac/ |
D | ChangeLog-2010-01-29 | 2283 (-[WebNetscapePluginView loadRequest:inTarget:withNotifyData:sendNotification:]): 3401 … (-[WebNetscapePluginView _postURL:target:len:buf:file:notifyData:sendNotification:allowHeaders:]): 11963 …(-[WebPluginRequest initWithRequest:frameName:notifyData:sendNotification:didStartFromUserGesture:… 11968 (-[WebPluginRequest sendNotification]): 13498 (-[WebBaseNetscapePluginView loadRequest:inTarget:withNotifyData:sendNotification:]): 13794 (-[WebBaseNetscapePluginView loadRequest:inTarget:withNotifyData:sendNotification:]): 13914 (-[WebBaseNetscapePluginView loadRequest:inTarget:withNotifyData:sendNotification:]): 13956 (-[WebBaseNetscapePluginStream initWithRequest:plugin:notifyData:sendNotification:]): 13985 (-[WebBaseNetscapePluginView loadRequest:inTarget:withNotifyData:sendNotification:]): 14140 …(-[WebBaseNetscapePluginView loadRequest:inTarget:withNotifyData:sendNotification:]): Use a autore… [all …]
|
D | ChangeLog-2006-02-09 | 898 (-[WebNetscapePluginStream initWithRequest:pluginPointer:notifyData:sendNotification:]): 5290 (-[WebNetscapePluginStream initWithRequest:pluginPointer:notifyData:sendNotification:]): 6504 (-[WebNetscapePluginStream initWithRequest:pluginPointer:notifyData:sendNotification:]): 6742 …nStream.m: (-[WebNetscapePluginStream initWithRequest:pluginPointer:notifyData:sendNotification:]): 6786 (-[WebNetscapePluginStream initWithRequest:pluginPointer:notifyData:sendNotification:]): 6834 (-[WebNetscapePluginStream initWithRequest:pluginPointer:notifyData:sendNotification:]): 7420 (-[WebBaseNetscapePluginView loadRequest:inTarget:withNotifyData:sendNotification:]): 7421 …(-[WebPluginRequest initWithRequest:frameName:notifyData:sendNotification:didStartFromUserGesture:… 10359 …(-[WebBaseNetscapePluginStream initWithRequestURL:pluginPointer:notifyData:sendNotification:]): fi… 10361 … (-[WebNetscapePluginStream initWithRequest:pluginPointer:notifyData:sendNotification:]): ditto [all …]
|
D | ChangeLog-2007-10-14 | 2343 (-[WebNetscapePluginStream initWithRequest:plugin:notifyData:sendNotification:]): 4402 (-[WebBaseNetscapePluginView loadRequest:inTarget:withNotifyData:sendNotification:]): 4797 (-[WebBaseNetscapePluginView loadRequest:inTarget:withNotifyData:sendNotification:]): 5224 (-[WebBaseNetscapePluginStream initWithRequestURL:plugin:notifyData:sendNotification:]): 12748 (-[WebBaseNetscapePluginView loadRequest:inTarget:withNotifyData:sendNotification:]): 14103 (-[WebBaseNetscapePluginView loadRequest:inTarget:withNotifyData:sendNotification:]): 17206 (-[WebNetscapePluginStream initWithRequest:pluginPointer:notifyData:sendNotification:]): 17247 (-[WebNetscapePluginStream initWithRequest:pluginPointer:notifyData:sendNotification:]): 17621 (-[WebBaseNetscapePluginView loadRequest:inTarget:withNotifyData:sendNotification:]): Don't 17636 (-[WebNetscapePluginStream initWithRequest:pluginPointer:notifyData:sendNotification:]): [all …]
|
D | ChangeLog | 5566 (-[WebNetscapePluginView loadRequest:inTarget:withNotifyData:sendNotification:]): 5820 (-[WebNetscapePluginView loadRequest:inTarget:withNotifyData:sendNotification:]):
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2007-10-14 | 32495 (WebCore::PluginRequestWin::sendNotification):
|
D | ChangeLog-2008-08-10 | 39047 (WebCore::PluginRequest::sendNotification):
|