HomeSort by relevance Sort by last modified time
    Searched defs:RunWithStorage (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/extensions/api/storage/
settings_frontend.cc 165 void SettingsFrontend::RunWithStorage(
176 // TODO(kalman): change RunWithStorage() to take a
storage_api.cc 61 frontend->RunWithStorage(
69 bool success = RunWithStorage(storage);
158 bool StorageStorageAreaGetFunction::RunWithStorage(ValueStore* storage) {
198 bool StorageStorageAreaGetBytesInUseFunction::RunWithStorage(
234 bool StorageStorageAreaSetFunction::RunWithStorage(ValueStore* storage) {
245 bool StorageStorageAreaRemoveFunction::RunWithStorage(ValueStore* storage) {
274 bool StorageStorageAreaClearFunction::RunWithStorage(ValueStore* storage) {

Completed in 45 milliseconds