Searched defs:SubframeLoader (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/loader/
H A DSubframeLoader.h57 class SubframeLoader { class in namespace:WebCore
58 WTF_MAKE_NONCOPYABLE(SubframeLoader);
60 SubframeLoader(Frame*);
H A DSubframeLoader.cpp34 #include "SubframeLoader.h"
60 SubframeLoader::SubframeLoader(Frame* frame) function in class:WebCore::SubframeLoader
66 void SubframeLoader::clear()
71 bool SubframeLoader::requestFrame(HTMLFrameOwnerElement* ownerElement, const String& urlString, const AtomicString& frameName, bool lockHistory, bool lockBackForwardList)
92 bool SubframeLoader::resourceWillUsePlugin(const String& url, const String& mimeType, bool shouldPreferPlugInsForImages)
102 bool SubframeLoader::requestPlugin(HTMLPlugInImageElement* ownerElement, const KURL& url, const String& mimeType, const Vector<String>& paramNames, const Vector<String>& paramValues, bool useFallback)
124 bool SubframeLoader::requestObject(HTMLPlugInImageElement* ownerElement, const String& url, const AtomicString& frameName, const String& mimeType, const Vector<String>& paramNames, const Vector<String>& paramValues)
150 PassRefPtr<Widget> SubframeLoader::loadMediaPlayerProxyPlugin(Node* node, const KURL& url,
188 PassRefPtr<Widget> SubframeLoader
[all...]

Completed in 316 milliseconds