OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isPreloaded
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/loader/cache/
MemoryCache.cpp
215
ASSERT(!current->
isPreloaded
());
234
if (!current->hasClients() && !current->
isPreloaded
() && current->isLoaded()) {
255
if (!current->hasClients() && !current->
isPreloaded
() && !current->isCacheValidator()) {
Resource.h
221
bool
isPreloaded
() const { return m_preloadCount; }
ResourceFetcher.h
124
bool
isPreloaded
(const String& urlString) const;
ResourceFetcher.cpp
768
if (forPreload && existingResource->
isPreloaded
())
801
if (existingResource->
isPreloaded
())
[
all
...]
Resource.cpp
221
if (!m_error.isNull() && (m_error.isCancellation() || !
isPreloaded
()))
/packages/apps/Browser/src/com/android/browser/
IntentHandler.java
111
|| urlData.
isPreloaded
()) {
351
boolean
isPreloaded
() {
Controller.java
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/testing/
Internals.h
84
bool
isPreloaded
(const String& url);
Internals.idl
35
boolean
isPreloaded
(DOMString url);
Internals.cpp
280
bool Internals::
isPreloaded
(const String& url)
283
return document->fetcher()->
isPreloaded
(url);
[
all
...]
Completed in 3161 milliseconds