Home | History | Annotate | Download | only in Plugins

Lines Matching refs:loadRequest

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];
1693 [frame loadRequest:request];
1708 - (NPError)loadRequest:(NSMutableURLRequest *)request inTarget:(const char *)cTarget withNotifyData:(void *)notifyData sendNotification:(BOOL)sendNotification
1783 return [self loadRequest:request inTarget:cTarget withNotifyData:notifyData sendNotification:YES];
1791 return [self loadRequest:request inTarget:cTarget withNotifyData:NULL sendNotification:NO];
1875 return [self loadRequest:request inTarget:target withNotifyData:notifyData sendNotification:sendNotification];