webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | List of all members
WebCore::SubframeLoader Class Reference

#include <SubframeLoader.h>

Public Member Functions

 SubframeLoader (Frame &)
 
void clear ()
 
bool requestFrame (HTMLFrameOwnerElement &, const String &url, const AtomicString &frameName, LockHistory=LockHistory::Yes, LockBackForwardList=LockBackForwardList::Yes)
 
bool requestObject (HTMLPlugInImageElement &, const String &url, const AtomicString &frameName, const String &serviceType, const Vector< String > &paramNames, const Vector< String > &paramValues)
 
RefPtr< WidgetcreateJavaAppletWidget (const IntSize &, HTMLAppletElement &, const Vector< String > &paramNames, const Vector< String > &paramValues)
 
WEBCORE_EXPORT bool allowPlugins ()
 
bool containsPlugins () const
 
bool resourceWillUsePlugin (const String &url, const String &mimeType)
 
 SubframeLoader (Frame &)
 
void clear ()
 
bool requestFrame (HTMLFrameOwnerElement &, const String &url, const AtomicString &frameName, LockHistory=LockHistory::Yes, LockBackForwardList=LockBackForwardList::Yes)
 
bool requestObject (HTMLPlugInImageElement &, const String &url, const AtomicString &frameName, const String &serviceType, const Vector< String > &paramNames, const Vector< String > &paramValues)
 
RefPtr< WidgetcreateJavaAppletWidget (const IntSize &, HTMLAppletElement &, const Vector< String > &paramNames, const Vector< String > &paramValues)
 
WEBCORE_EXPORT bool allowPlugins ()
 
bool containsPlugins () const
 
bool resourceWillUsePlugin (const String &url, const String &mimeType)
 

Constructor & Destructor Documentation

◆ SubframeLoader() [1/2]

WebCore::SubframeLoader::SubframeLoader ( Frame frame)
explicit

◆ SubframeLoader() [2/2]

WebCore::SubframeLoader::SubframeLoader ( Frame )
explicit

Member Function Documentation

◆ allowPlugins() [1/2]

bool WebCore::SubframeLoader::allowPlugins ( )

◆ allowPlugins() [2/2]

WEBCORE_EXPORT bool WebCore::SubframeLoader::allowPlugins ( )

◆ clear() [1/2]

void WebCore::SubframeLoader::clear ( )

◆ clear() [2/2]

void WebCore::SubframeLoader::clear ( )

◆ containsPlugins() [1/2]

bool WebCore::SubframeLoader::containsPlugins ( ) const
inline

◆ containsPlugins() [2/2]

bool WebCore::SubframeLoader::containsPlugins ( ) const
inline

◆ createJavaAppletWidget() [1/2]

RefPtr< Widget > WebCore::SubframeLoader::createJavaAppletWidget ( const IntSize size,
HTMLAppletElement element,
const Vector< String > &  paramNames,
const Vector< String > &  paramValues 
)

◆ createJavaAppletWidget() [2/2]

RefPtr<Widget> WebCore::SubframeLoader::createJavaAppletWidget ( const IntSize ,
HTMLAppletElement ,
const Vector< String > &  paramNames,
const Vector< String > &  paramValues 
)

◆ requestFrame() [1/2]

bool WebCore::SubframeLoader::requestFrame ( HTMLFrameOwnerElement ownerElement,
const String url,
const AtomicString frameName,
LockHistory  lockHistory = LockHistory::Yes,
LockBackForwardList  lockBackForwardList = LockBackForwardList::Yes 
)

◆ requestFrame() [2/2]

bool WebCore::SubframeLoader::requestFrame ( HTMLFrameOwnerElement ,
const String url,
const AtomicString frameName,
LockHistory  = LockHistory::Yes,
LockBackForwardList  = LockBackForwardList::Yes 
)

◆ requestObject() [1/2]

bool WebCore::SubframeLoader::requestObject ( HTMLPlugInImageElement ownerElement,
const String url,
const AtomicString frameName,
const String serviceType,
const Vector< String > &  paramNames,
const Vector< String > &  paramValues 
)

◆ requestObject() [2/2]

bool WebCore::SubframeLoader::requestObject ( HTMLPlugInImageElement ,
const String url,
const AtomicString frameName,
const String serviceType,
const Vector< String > &  paramNames,
const Vector< String > &  paramValues 
)

◆ resourceWillUsePlugin() [1/2]

bool WebCore::SubframeLoader::resourceWillUsePlugin ( const String url,
const String mimeType 
)

◆ resourceWillUsePlugin() [2/2]

bool WebCore::SubframeLoader::resourceWillUsePlugin ( const String url,
const String mimeType 
)

The documentation for this class was generated from the following files: