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

  /external/webkit/WebCore/loader/
DocLoader.h 113 void requestPreload(CachedResource::Type, const String& url, const String& charset);
DocLoader.cpp 433 requestPreload(type, url, charset);
445 requestPreload(preload.m_type, preload.m_url, preload.m_charset);
450 void DocLoader::requestPreload(CachedResource::Type type, const String& url, const String& charset)

Completed in 32 milliseconds