Home | History | Annotate | Download | only in plugins

Lines Matching full:frame

37 #include "Frame.h"
127 // Take our element and get the clip rect from the enclosing layer and frame view.
462 // displayed unless the loads are in the same frame as the plugin.
479 // If the target frame is our frame, we could destroy the
500 // Targeted JavaScript requests are only allowed on the frame that contains the JavaScript plugin
504 // Executing a script can cause the plugin view to be destroyed, so we keep a reference to the parent frame.
505 RefPtr<Frame> parentFrame = m_parentFrame;
580 // For security reasons, only allow JS requests to be made on the frame that contains the plug-in.
893 PluginView::PluginView(Frame* parentFrame, const IntSize& size, PluginPackage* plugin, Element* element, const KURL& url, const Vector<String>& paramNames, const Vector<String>& paramValues, const String& mimeType, bool loadManually)
1047 PassRefPtr<PluginView> PluginView::create(Frame* parentFrame, const IntSize& size, Element* element, const KURL& url, const Vector<String>& paramNames, const Vector<String>& paramValues, const String& mimeType, bool loadManually)