Home | History | Annotate | Download | only in src

Lines Matching full:frame

51 #include "Frame.h"
227 Frame* frame = m_element->document()->frame();
228 if (!frame)
230 frame->script()->cleanupScriptObjectsForPlugin(this);
240 Frame* frame = m_element->document()->frame();
241 if (!frame)
250 ScriptValue result = frame->script()->executeScript(script, popupsAllowed);
261 Frame* frame = m_element->document()->frame();
262 if (!frame)
267 // our frame request. It would be better to evolve FrameLoader to
278 frame->loader()->loadFrameRequest(
347 // Ensure that the frame containing the plugin has focus.
348 Frame* containingFrame = parentView->frame();
375 // event. We need to reflect the changed cursor in the frame view as the
377 Page* page = parentView->frame()->page();
426 // plugins while we are destroying a frame.
429 // frame view.
535 if (!frameView->frame() || !frameView->frame()->ownerElement()
536 || !frameView->frame()->ownerElement()->renderer())
539 HTMLElement* element = frameView->frame()->ownerElement();