Home
last modified time | relevance | path

Searched defs:RunWithStorage (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/extensions/browser/api/storage/
Dstorage_api.cc177 ExtensionFunction::ResponseValue StorageStorageAreaGetFunction::RunWithStorage( in RunWithStorage() function in extensions::StorageStorageAreaGetFunction
221 StorageStorageAreaGetBytesInUseFunction::RunWithStorage(ValueStore* storage) { in RunWithStorage() function in extensions::StorageStorageAreaGetBytesInUseFunction
256 ExtensionFunction::ResponseValue StorageStorageAreaSetFunction::RunWithStorage( in RunWithStorage() function in extensions::StorageStorageAreaSetFunction
270 StorageStorageAreaRemoveFunction::RunWithStorage(ValueStore* storage) { in RunWithStorage() function in extensions::StorageStorageAreaRemoveFunction
300 StorageStorageAreaClearFunction::RunWithStorage(ValueStore* storage) { in RunWithStorage() function in extensions::StorageStorageAreaClearFunction
Dstorage_frontend.cc126 void StorageFrontend::RunWithStorage( in RunWithStorage() function in extensions::StorageFrontend