Searched defs:findStorageArea (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorDOMStorageAgent.cpp113 OwnPtr<StorageArea> storageArea = findStorageArea(errorString, storageId, frame);
145 OwnPtr<StorageArea> storageArea = findStorageArea(0, storageId, frame);
159 OwnPtr<StorageArea> storageArea = findStorageArea(0, storageId, frame);
206 PassOwnPtr<StorageArea> InspectorDOMStorageAgent::findStorageArea(ErrorString* errorString, const RefPtr<JSONObject>& storageId, Frame*& targetFrame) function in class:WebCore::InspectorDOMStorageAgent

Completed in 80 milliseconds