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/
MemoryCache.cpp 224 ASSERT(!current->isPreloaded());
243 if (!current->hasClients() && !current->isPreloaded() && current->isLoaded()) {
264 if (!current->hasClients() && !current->isPreloaded() && !current->isCacheValidator()) {
Resource.h 222 bool isPreloaded() const { return m_preloadCount; }
ResourceFetcher.h 130 bool isPreloaded(const String& urlString) const;
ResourceFetcher.cpp     [all...]
Resource.cpp 233 if (!m_error.isNull() && (m_error.isCancellation() || !isPreloaded()))
  /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 83 bool isPreloaded(const String& url);
Internals.idl 35 boolean isPreloaded(DOMString url);
Internals.cpp 294 bool Internals::isPreloaded(const String& url)
297 return document->fetcher()->isPreloaded(url);
    [all...]

Completed in 1018 milliseconds