Searched refs:canAccessStorage (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/page/
H A DSecurityOrigin.h153 bool canAccessDatabase(const SecurityOrigin* topOrigin = 0) const { return canAccessStorage(topOrigin); };
154 bool canAccessSessionStorage(const SecurityOrigin* topOrigin) const { return canAccessStorage(topOrigin, AlwaysAllowFromThirdParty); }
155 bool canAccessLocalStorage(const SecurityOrigin* topOrigin) const { return canAccessStorage(topOrigin); };
156 bool canAccessSharedWorkers(const SecurityOrigin* topOrigin) const { return canAccessStorage(topOrigin); }
157 bool canAccessPluginStorage(const SecurityOrigin* topOrigin) const { return canAccessStorage(topOrigin); }
158 bool canAccessApplicationCache(const SecurityOrigin* topOrigin) const { return canAccessStorage(topOrigin); }
229 bool canAccessStorage(const SecurityOrigin*, ShouldAllowFromThirdParty = MaybeAllowFromThirdParty) const;
H A DDOMWindow.cpp800 if (!m_sessionStorage->area().canAccessStorage(m_frame)) {
812 if (!storageArea->canAccessStorage(m_frame)) {
840 if (!m_localStorage->area().canAccessStorage(m_frame)) {
863 if (!storageArea->canAccessStorage(m_frame)) {
H A DSecurityOrigin.cpp375 bool SecurityOrigin::canAccessStorage(const SecurityOrigin* topOrigin, ShouldAllowFromThirdParty shouldAllowFromThirdParty) const function in class:WebCore::SecurityOrigin
/macosx-10.10/WebCore-7600.1.25/storage/
H A DStorage.cpp64 if (!m_storageArea->canAccessStorage(m_frame)) {
77 if (!m_storageArea->canAccessStorage(m_frame)) {
90 if (!m_storageArea->canAccessStorage(m_frame)) {
103 if (!m_storageArea->canAccessStorage(m_frame)) {
122 if (!m_storageArea->canAccessStorage(m_frame)) {
135 if (!m_storageArea->canAccessStorage(m_frame)) {
148 if (!m_storageArea->canAccessStorage(m_frame)) {
H A DStorageArea.h53 virtual bool canAccessStorage(Frame*) = 0;
H A DStorageAreaImpl.h55 virtual bool canAccessStorage(Frame* sourceFrame) override;
H A DStorageAreaImpl.cpp107 bool StorageAreaImpl::canAccessStorage(Frame* frame) function in class:WebCore::StorageAreaImpl
/macosx-10.10/WebKit2-7600.1.25/WebProcess/Storage/
H A DStorageAreaImpl.h56 virtual bool canAccessStorage(WebCore::Frame*) override;
H A DStorageAreaImpl.cpp99 bool StorageAreaImpl::canAccessStorage(Frame* frame) function in class:WebKit::StorageAreaImpl

Completed in 137 milliseconds