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

  /external/chromium_org/third_party/WebKit/Source/modules/quota/
NavigatorStorageQuota.cpp 76 if (!m_temporaryStorage && frame())
77 m_temporaryStorage = StorageQuota::create(StorageQuota::Temporary);
78 return m_temporaryStorage.get();
WorkerNavigatorStorageQuota.cpp 74 if (!m_temporaryStorage)
75 m_temporaryStorage = StorageQuota::create(StorageQuota::Temporary);
76 return m_temporaryStorage.get();
NavigatorStorageQuota.h 57 mutable RefPtr<StorageQuota> m_temporaryStorage;
WorkerNavigatorStorageQuota.h 57 mutable RefPtr<StorageQuota> m_temporaryStorage;
StorageInfo.cpp 82 if (!m_temporaryStorage)
83 m_temporaryStorage = StorageQuota::create(StorageQuota::Temporary);
84 return m_temporaryStorage.get();
StorageInfo.h 70 mutable RefPtr<StorageQuota> m_temporaryStorage;

Completed in 5403 milliseconds