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

  /external/webkit/Source/WebCore/html/
HTMLImageLoader.h 30 class HTMLImageLoader : public ImageLoader {
32 HTMLImageLoader(Element*);
33 virtual ~HTMLImageLoader();
HTMLImageLoader.cpp 23 #include "HTMLImageLoader.h"
41 HTMLImageLoader::HTMLImageLoader(Element* node)
46 HTMLImageLoader::~HTMLImageLoader()
50 void HTMLImageLoader::dispatchLoadEvent()
62 String HTMLImageLoader::sourceURI(const AtomicString& attr) const
73 void HTMLImageLoader::notifyFinished(CachedResource*)

Completed in 994 milliseconds