Searched defs:images (Results 1 - 6 of 6) sorted by relevance

/external/webkit/WebKit/chromium/public/
H A DWebCache.h61 ResourceTypeStat images; member in struct:WebKit::WebCache::ResourceTypeStats
/external/webkit/WebCore/loader/
H A DCache.h21 This class provides all functionality needed for loading images, style sheets and html
45 // This cache holds subresources used by Web pages: images, scripts, stylesheets, etc.
82 TypeStatistic images; member in struct:WebCore::Cache::Statistics
H A DDocLoader.cpp23 This class provides all functionality needed for loading images, style sheets and html
427 // Don't preload images or body resources before we have something to draw. This prevents
495 unsigned images = 0; local
516 images++;
532 if (images)
533 printf("IMAGES: %d (%d hits, hit rate %d%%)\n", images, images - imageMisses, (images - imageMisses) * 100 / images);
/external/webkit/WebKit/win/
H A DDOMHTMLClasses.cpp279 HRESULT STDMETHODCALLTYPE DOMHTMLDocument::images( function in class:DOMHTMLDocument
/external/webkit/WebCore/bindings/objc/
H A DPublicDOMInterfaces.h83 @property(readonly, retain) DOMHTMLCollection *images; variable
/external/webkit/WebCore/dom/
H A DDocument.cpp4202 PassRefPtr<HTMLCollection> Document::images() function in class:WebCore::Document

Completed in 87 milliseconds