HomeSort by relevance Sort by last modified time
    Searched defs:SubframeLoader (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/loader/
SubframeLoader.h 57 class SubframeLoader {
58 WTF_MAKE_NONCOPYABLE(SubframeLoader);
60 SubframeLoader(Frame*);
SubframeLoader.cpp 34 #include "SubframeLoader.h"
60 SubframeLoader::SubframeLoader(Frame* frame)
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::createJavaAppletWidget(const IntSize& size, HTMLAppletElement* element, const HashMap<String, Str (…)
    [all...]

Completed in 24 milliseconds