Home | History | Annotate | Download | only in Plugins

Lines Matching defs:allowPopups

63     static PassRefPtr<PluginView::URLRequest> create(uint64_t requestID, const FrameLoadRequest& request, bool allowPopups)
65 return adoptRef(new URLRequest(requestID, request, allowPopups));
71 bool allowPopups() const { return m_allowPopups; }
74 URLRequest(uint64_t requestID, const FrameLoadRequest& request, bool allowPopups)
77 , m_allowPopups(allowPopups)
739 frame->script()->setAllowPopupsFromPlugin(request->allowPopups());
871 const HTTPHeaderMap& headerFields, const Vector<uint8_t>& httpBody, bool allowPopups)
880 m_pendingURLRequests.append(URLRequest::create(requestID, frameLoadRequest, allowPopups));
932 bool PluginView::evaluate(NPObject* npObject, const String& scriptString, NPVariant* result, bool allowPopups)
939 frame->script()->setAllowPopupsFromPlugin(allowPopups);