Searched refs:excludingCacheIdentifier (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/loader/appcache/
H A DApplicationCacheStorage.cpp492 int64_t excludingCacheIdentifier = cache ? cache->storageID() : 0; local
493 if (excludingCacheIdentifier != 0) {
513 if (excludingCacheIdentifier != 0)
514 statement.bindInt64(2, excludingCacheIdentifier);

Completed in 37 milliseconds