6 var mc
= new MultipleCallbacks(2, function () {
7 var storage
= getCacheStorage("disk", Services
.loadContextInfo
.default);
8 storage
.asyncVisitStorage(
9 new VisitCallback(1, 1024, ["http://an2/"], function () {
10 storage
= getCacheStorage("disk", Services
.loadContextInfo
.anonymous
);
11 storage
.asyncVisitStorage(
12 new VisitCallback(1, 1024, ["http://an2/"], function () {
25 Ci
.nsICacheStorage
.OPEN_NORMALLY
,
26 Services
.loadContextInfo
.default,
27 new OpenCallback(NEW
| WAITFORWRITE
, "an2", "an2", function () {
35 Ci
.nsICacheStorage
.OPEN_NORMALLY
,
36 Services
.loadContextInfo
.anonymous
,
37 new OpenCallback(NEW
| WAITFORWRITE
, "an2", "an2", function () {