Lines Matching full:frame
51 #import <WebCore/Frame.h>
251 if (Frame* frame = core([self webFrame]))
252 frame->script()->cleanupScriptObjectsForPlugin(self);
297 if (Frame* frame = core([self webFrame]))
298 frame->script()->cleanupScriptObjectsForPlugin(self);
330 WebFrame *frame = [_dataSource webFrame];
331 if (!frame) {
340 if ([frame findFrameNamed:target] != frame) {
341 LOG_ERROR("JavaScript requests can only be made on the frame that contains the plug-in");
344 [frame _stringByEvaluatingJavaScriptFromString:JSString];
350 core(frame)->loader()->load(request, target, false);
382 if (Frame* frame = core([self webFrame]))
383 primary = frame->selection()->isFocusedAndActive();