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

  /external/webkit/WebCore/loader/
DocLoader.h 49 // The DocLoader manages the loading of scripts/images/stylesheets for a single document.
50 class DocLoader : public Noncopyable
56 DocLoader(Document*);
57 ~DocLoader();
DocLoader.cpp 28 #include "DocLoader.h"
52 DocLoader::DocLoader(Document* doc)
66 DocLoader::~DocLoader()
77 // Make sure no requests still point to this DocLoader
81 Frame* DocLoader::frame() const
86 void DocLoader::checkForReload(const KURL& fullURL)
125 CachedImage* DocLoader::requestImage(const String& url)
145 CachedFont* DocLoader::requestFont(const String& url
    [all...]

Completed in 76 milliseconds