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

  /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/fetch/
Resource.h 206 bool isPreloaded() const { return m_preloadCount; }
ResourceFetcher.h 129 bool isPreloaded(const String& urlString) const;
MemoryCache.cpp 241 ASSERT(!current->m_resource->isPreloaded());
261 if (!current->m_resource->hasClients() && !current->m_resource->isPreloaded() && current->m_resource->isLoaded()) {
282 if (!current->m_resource->hasClients() && !current->m_resource->isPreloaded()
ResourceFetcher.cpp     [all...]
Resource.cpp 236 if (!m_error.isNull() && (m_error.isCancellation() || !isPreloaded()))
  /external/chromium_org/third_party/WebKit/Source/core/testing/
Internals.h 84 bool isPreloaded(const String& url);
Internals.idl 36 boolean isPreloaded(DOMString url);
Internals.cpp 298 bool Internals::isPreloaded(const String& url)
301 return document->fetcher()->isPreloaded(url);
    [all...]

Completed in 309 milliseconds