1 /* This Source Code Form is subject to the terms of the Mozilla Public
2 * License, v. 2.0. If a copy of the MPL was not distributed with this file,
3 * You can obtain one at http://mozilla.org/MPL/2.0/. */
5 include protocol PBackground;
7 include "mozilla/dom/quota/SerializationHelpers.h";
8 include "mozilla/dom/indexedDB/ActorsChild.h";
10 using mozilla::dom::quota::PersistenceType
11 from "mozilla/dom/quota/PersistenceType.h";
17 [ManualDealloc, ChildImpl="indexedDB::BackgroundUtilsChild", ParentImpl=virtual]
18 sync protocol PBackgroundIndexedDBUtils
25 // Use only for testing!
26 sync GetFileReferences(PersistenceType persistenceType,
28 nsString databaseName,
30 returns (int32_t refCnt, int32_t dBRefCnt, bool result);
36 } // namespace indexedDB
38 } // namespace mozilla