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

  /external/webkit/Source/WebCore/loader/appcache/
ApplicationCacheResource.h 54 void setStorageID(unsigned storageID) { m_storageID = storageID; }
ApplicationCache.h 89 void setStorageID(unsigned storageID) { m_storageID = storageID; }
ApplicationCacheGroup.h 75 void setStorageID(unsigned storageID) { m_storageID = storageID; }
ApplicationCacheStorage.cpp 80 m_resource->setStorageID(m_storageID);
128 group->setStorageID(static_cast<unsigned>(statement.getColumnInt64(0)));
251 group->setStorageID(static_cast<unsigned>(statement.getColumnInt64(0)));
322 group->setStorageID(static_cast<unsigned>(statement.getColumnInt64(0)));
690 group->setStorageID(groupStorageID);
772 cache->setStorageID(cacheStorageID);
    [all...]

Completed in 956 milliseconds