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

  /external/webkit/WebCore/loader/appcache/
ApplicationCacheGroup.cpp 308 if (m_manifestHandle) {
311 m_manifestHandle->setClient(0);
312 m_manifestHandle->cancel();
313 m_manifestHandle = 0;
317 ASSERT(!m_manifestHandle);
421 ASSERT(!m_manifestHandle);
426 m_manifestHandle = createResourceHandle(m_manifestURL, m_newestCache ? m_newestCache->manifestResource() : 0);
451 if (handle == m_manifestHandle) {
517 if (handle == m_manifestHandle) {
530 if (handle == m_manifestHandle) {
    [all...]
ApplicationCacheGroup.h 180 RefPtr<ResourceHandle> m_manifestHandle;

Completed in 6203 milliseconds