Home
last modified time | relevance | path

Searched refs:m_storageType (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/storage/
DStorageArea.cpp56 , m_storageType(storageType) in StorageArea()
146 bool result = frame->page()->storageClient().canAccessStorage(frame, m_storageType); in canAccessStorage()
DStorageArea.h84 StorageType m_storageType; variable