PQuotaTest.ipdl (717B)
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 3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 4 5 namespace mozilla { 6 namespace dom { 7 namespace quota { 8 9 [ParentProc=any, ChildProc=any] 10 sync protocol PQuotaTest { 11 parent: 12 sync Try_Success_CustomErr_QmIpcFail() 13 returns (bool tryDidNotReturn); 14 15 sync Try_Success_CustomErr_IpcFail() 16 returns (bool tryDidNotReturn); 17 18 sync TryInspect_Success_CustomErr_QmIpcFail() 19 returns (bool tryDidNotReturn); 20 21 sync TryInspect_Success_CustomErr_IpcFail() 22 returns (bool tryDidNotReturn); 23 }; 24 25 } // namespace quota 26 } // namespace dom 27 } // namespace mozilla