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

  /external/chromium_org/third_party/WebKit/Source/core/fetch/
Resource.h 226 bool isUnusedPreload() const { return isPreloaded() && preloadResult() == PreloadNotReferenced; }
227 bool isPreloaded() const { return m_preloadCount; }
ResourceFetcher.h 128 bool isPreloaded(const String& urlString) const;
MemoryCache.cpp 285 ASSERT(!current->m_resource->isPreloaded());
305 if (!current->m_resource->hasClients() && !current->m_resource->isPreloaded() && current->m_resource->isLoaded()) {
326 if (!current->m_resource->hasClients() && !current->m_resource->isPreloaded()
ResourceFetcher.cpp     [all...]
Resource.cpp 251 if (!m_error.isNull() && (m_error.isCancellation() || !isPreloaded()))
    [all...]
  /packages/apps/Browser/src/com/android/browser/
IntentHandler.java 118 || urlData.isPreloaded()) {
358 boolean isPreloaded() {
Controller.java     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/testing/
Internals.h 91 bool isPreloaded(const String& url);
Internals.idl 37 boolean isPreloaded(DOMString url);
Internals.cpp 343 bool Internals::isPreloaded(const String& url)
346 return document->fetcher()->isPreloaded(url);
    [all...]

Completed in 3562 milliseconds