OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cachestorageid
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/loader/appcache/
ApplicationCacheStorage.h
113
bool store(ApplicationCacheResource*, unsigned
cacheStorageID
);
ApplicationCacheStorage.cpp
711
unsigned
cacheStorageID
= static_cast<unsigned>(m_database.lastInsertRowID());
718
if (!store(it->second.get(),
cacheStorageID
))
736
statement.bindInt64(2,
cacheStorageID
);
749
statement.bindInt64(2,
cacheStorageID
);
765
statement.bindInt64(3,
cacheStorageID
);
772
cache->setStorageID(
cacheStorageID
);
776
bool ApplicationCacheStorage::store(ApplicationCacheResource* resource, unsigned
cacheStorageID
)
778
ASSERT(
cacheStorageID
);
868
entryStatement.bindInt64(1,
cacheStorageID
)
[
all
...]
Completed in 114 milliseconds