Searched refs:findStorageArea (Results 1 – 2 of 2) sorted by relevance
118 OwnPtrWillBeRawPtr<StorageArea> storageArea = findStorageArea(errorString, storageId, frame); in getDOMStorageItems()150 OwnPtrWillBeRawPtr<StorageArea> storageArea = findStorageArea(0, storageId, frame); in setDOMStorageItem()164 OwnPtrWillBeRawPtr<StorageArea> storageArea = findStorageArea(0, storageId, frame); in removeDOMStorageItem()199 PassOwnPtrWillBeRawPtr<StorageArea> InspectorDOMStorageAgent::findStorageArea(ErrorString* errorStr… in findStorageArea() function in WebCore::InspectorDOMStorageAgent
76 …PassOwnPtrWillBeRawPtr<StorageArea> findStorageArea(ErrorString*, const RefPtr<JSONObject>&, Local…