storageClient      68 Source/core/loader/EmptyClients.cpp     pageClients.storageClient = dummyStorageClient;
storageClient     126 Source/core/page/Page.cpp     , m_storageClient(pageClients.storageClient)
storageClient     104 Source/core/page/Page.h         StorageClient* storageClient;
storageClient     188 Source/core/page/Page.h     StorageClient& storageClient() const { return *m_storageClient; }
storageClient     132 Source/core/storage/StorageArea.cpp     bool result = frame->page()->storageClient().canAccessStorage(frame, m_storageType);
storageClient     385 Source/web/WebViewImpl.cpp     pageClients.storageClient = &m_storageClientImpl;