Home | History | Annotate | Download | only in Plugins

Lines Matching refs:sendNotification

187 - (NPError)loadRequest:(NSMutableURLRequest *)request inTarget:(const char *)cTarget withNotifyData:(void *)notifyData sendNotification:(BOOL)sendNotification;
1171 [self loadRequest:request inTarget:nil withNotifyData:nil sendNotification:NO];
1596 if ([JSPluginRequest sendNotification]) {
1608 RefPtr<WebNetscapePluginStream> stream = WebNetscapePluginStream::create([NSURLRequest requestWithURL:URL], plugin, [JSPluginRequest sendNotification], [JSPluginRequest notifyData]);
1627 ASSERT([pluginRequest sendNotification]);
1672 if ([pluginRequest sendNotification]) {
1694 if ([pluginRequest sendNotification]) {
1708 - (NPError)loadRequest:(NSMutableURLRequest *)request inTarget:(const char *)cTarget withNotifyData:(void *)notifyData sendNotification:(BOOL)sendNotification
1764 sendNotification:sendNotification
1769 RefPtr<WebNetscapePluginStream> stream = WebNetscapePluginStream::create(request, plugin, sendNotification, notifyData);
1783 return [self loadRequest:request inTarget:cTarget withNotifyData:notifyData sendNotification:YES];
1791 return [self loadRequest:request inTarget:cTarget withNotifyData:NULL sendNotification:NO];
1800 sendNotification:(BOOL)sendNotification
1875 return [self loadRequest:request inTarget:target withNotifyData:notifyData sendNotification:sendNotification];
1886 return [self _postURL:URLCString target:target len:len buf:buf file:file notifyData:notifyData sendNotification:YES allowHeaders:YES];
1897 return [self _postURL:URLCString target:target len:len buf:buf file:file notifyData:NULL sendNotification:NO allowHeaders:file];