Home
last modified time | relevance | path

Searched defs:canAccessStorage (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
DStorageClientImpl.cpp48 bool StorageClientImpl::canAccessStorage(WebCore::LocalFrame* frame, WebCore::StorageType type) con… in canAccessStorage() function in blink::StorageClientImpl
/external/chromium_org/third_party/WebKit/Source/core/storage/
DStorageArea.cpp126 bool StorageArea::canAccessStorage(LocalFrame* frame) in canAccessStorage() function in WebCore::StorageArea
/external/chromium_org/third_party/WebKit/Source/core/loader/
DEmptyClients.h333 virtual bool canAccessStorage(LocalFrame*, StorageType) const OVERRIDE { return false; } in canAccessStorage() function