Searched defs:canAccessStorage (Results 1 – 3 of 3) sorted by relevance
48 bool StorageClientImpl::canAccessStorage(WebCore::LocalFrame* frame, WebCore::StorageType type) con… in canAccessStorage() function in blink::StorageClientImpl
126 bool StorageArea::canAccessStorage(LocalFrame* frame) in canAccessStorage() function in WebCore::StorageArea
333 virtual bool canAccessStorage(LocalFrame*, StorageType) const OVERRIDE { return false; } in canAccessStorage() function