Home | History | Annotate | Download | only in Plugins

Lines Matching refs:request

311 - (id)_webPluginContainerCheckIfAllowedToLoadRequest:(NSURLRequest *)request inFrame:(NSString *)target resultObject:(id)obj selector:(SEL)selector
313 WebPluginContainerCheck *check = [WebPluginContainerCheck checkWithRequest:request target:target resultObject:obj selector:selector controller:self contextInfo:nil];
320 - (void)webPlugInContainerLoadRequest:(NSURLRequest *)request inFrame:(NSString *)target
322 if (!request) {
327 LOG_ERROR("could not load URL %@ because plug-in has already been destroyed", request);
332 LOG_ERROR("could not load URL %@ because plug-in has already been stopped", request);
338 NSString *JSString = [[request URL] _webkit_scriptIfJavaScriptURL];
346 if (!request) {
347 LOG_ERROR("could not load URL %@", [request URL]);
350 core(frame)->loader()->load(request, target, false);