Home
last modified time | relevance | path

Searched refs:startPage (Results 1 – 25 of 1374) sorted by relevance

12345678910>>...55

/dports/games/libretro-bluemsx/blueMSX-libretro-faf470e/Src/Board/
H A DMachine.c403 …if (machine->slotInfo[i].startPage < 0 || machine->slotInfo[i].startPage >= 8) { iniFileClose(conf… in readMachine()
1069 int startPage; in machineInitialize() local
1080 startPage = machine->slotInfo[i].startPage; in machineInitialize()
1085 ramStart = startPage * 0x2000; in machineInitialize()
1091 ramStart = startPage * 0x2000; in machineInitialize()
1100 int startPage; in machineInitialize() local
1111 startPage = machine->slotInfo[i].startPage; in machineInitialize()
1117 ramStart = startPage * 0x2000; in machineInitialize()
1121 ram2Start = startPage * 0x2000; in machineInitialize()
1162 int startPage; in machineInitialize() local
[all …]
/dports/games/libretro-bluemsx/blueMSX-libretro-faf470e/Src/Memory/
H A DromMapperSCCplus.c45 int startPage; member
120 slotMapPage(rm->slot, rm->sslot, rm->startPage + 2, NULL, 1, 0); in loadState()
121 slotMapPage(rm->slot, rm->sslot, rm->startPage + 3, NULL, 0, 0); in loadState()
124 slotMapPage(rm->slot, rm->sslot, rm->startPage + 2, NULL, 0, 0); in loadState()
125 slotMapPage(rm->slot, rm->sslot, rm->startPage + 3, NULL, 1, 0); in loadState()
128 slotMapPage(rm->slot, rm->sslot, rm->startPage + 2, NULL, 1, 0); in loadState()
129 slotMapPage(rm->slot, rm->sslot, rm->startPage + 3, NULL, 1, 0); in loadState()
135 slotUnregister(rm->slot, rm->sslot, rm->startPage); in destroy()
194 slotUpdatePage(rm->slot, rm->sslot, rm->startPage + 2, NULL, 1, 0); in updateEnable()
195 slotUpdatePage(rm->slot, rm->sslot, rm->startPage + 3, NULL, 0, 0); in updateEnable()
[all …]
H A DromMapperPlayBall.c45 int startPage; member
53 slotUnregister(rm->slot, rm->sslot, rm->startPage); in destroy()
60 int size, int slot, int sslot, int startPage) in romMapperPlayBallCreate() argument
72 slotRegister(slot, sslot, startPage, 4, NULL, NULL, NULL, destroy, rm); in romMapperPlayBallCreate()
80 rm->startPage = startPage; in romMapperPlayBallCreate()
82 slotMapPage(rm->slot, rm->sslot, rm->startPage, rm->romData + 0x0000, 1, 0); in romMapperPlayBallCreate()
83 slotMapPage(rm->slot, rm->sslot, rm->startPage + 1, rm->romData + 0x2000, 1, 0); in romMapperPlayBallCreate()
97 slotUnregister(rm->slot, rm->sslot, rm->startPage); in destroy()
140 int size, int slot, int sslot, int startPage) in romMapperPlayBallCreate() argument
154 slotRegister(slot, sslot, startPage, 4, read, read, write, destroy, rm); in romMapperPlayBallCreate()
[all …]
H A DromMapperHalnote.c44 int startPage; member
102 slotMapPage(rm->slot, rm->sslot, rm->startPage + 0, NULL, 0, 0); in loadState()
103 slotMapPage(rm->slot, rm->sslot, rm->startPage + 1, NULL, 0, 0); in loadState()
112 slotUnregister(rm->slot, rm->sslot, rm->startPage); in destroy()
171 slotMapPage(rm->slot, rm->sslot, rm->startPage + 0, NULL, 0, 0); in write()
172 slotMapPage(rm->slot, rm->sslot, rm->startPage + 1, NULL, 0, 0); in write()
200 int size, int slot, int sslot, int startPage) in romMapperHalnoteCreate() argument
213 slotRegister(slot, sslot, startPage, 6, read, read, write, destroy, rm); in romMapperHalnoteCreate()
220 rm->startPage = startPage; in romMapperHalnoteCreate()
232 slotMapPage(rm->slot, rm->sslot, rm->startPage + 0, NULL, 0, 0); in romMapperHalnoteCreate()
[all …]
H A DromMapperPlain.c43 int startPage; member
51 slotUnregister(rm->slot, rm->sslot, rm->startPage); in destroy()
61 int startPage; in getRomStart() local
64 for (startPage = 0; startPage < 2; startPage++) { in getRomStart()
65 UInt8* romPtr = romData + 0x4000 * startPage; in getRomStart()
67 if (size < 0x4000 * startPage + 0x10) { in getRomStart()
75 UInt16 page = address / 0x4000 - startPage; in getRomStart()
102 int size, int slot, int sslot, int startPage) in romMapperPlainCreate() argument
129 rm->startPage = startPage; in romMapperPlainCreate()
196 slotRegister(slot, sslot, startPage, 8, NULL, NULL, NULL, destroy, rm); in romMapperPlainCreate()
[all …]
H A DromMapperDRAM.c82 int startPage; member
88 slotUnregister(rm->slot, rm->sslot, rm->startPage); in destroy()
100 int endPage = MIN(4, rm->startPage + rm->pages); in setDram()
102 for (page = rm->startPage; page < 4; page++) { in setDram()
107 int endPage = MIN(4, rm->startPage + rm->pages); in setDram()
109 for (page = rm->startPage; page < 4; page++) { in setDram()
115 int endPage = MIN(4, rm->startPage + rm->pages); in setDram()
117 for (page = rm->startPage; page < 4; page++) { in setDram()
124 int size, int slot, int sslot, int startPage) in romMapperDramCreate() argument
130 if (pages == 0 || (startPage + pages) > 8) { in romMapperDramCreate()
[all …]
H A DromMapperCvMegaCart.c43 int startPage; member
50 slotUnregister(rm->slot, rm->sslot, rm->startPage); in destroy()
76 slotMapPage(rm->slot, rm->sslot, rm->startPage + 2, bankData, 1, 0); in loadState()
77 slotMapPage(rm->slot, rm->sslot, rm->startPage + 3, bankData + 0x2000, 0, 0); in loadState()
94 slotMapPage(rm->slot, rm->sslot, rm->startPage + 2, bankData, 1, 0); in read()
95 slotMapPage(rm->slot, rm->sslot, rm->startPage + 3, bankData + 0x2000, 0, 0); in read()
113 int size, int slot, int sslot, int startPage) in romMapperCvMegaCartCreate() argument
126 slotRegister(slot, sslot, startPage, 4, read, peek, NULL, destroy, rm); in romMapperCvMegaCartCreate()
133 rm->startPage = startPage; in romMapperCvMegaCartCreate()
137 slotMapPage(rm->slot, rm->sslot, rm->startPage + 0, bankData, 1, 0); in romMapperCvMegaCartCreate()
[all …]
H A DromMapperBasic.c43 int startPage; member
51 slotUnregister(rm->slot, rm->sslot, rm->startPage); in destroy()
58 int size, int slot, int sslot, int startPage) in romMapperBasicCreate() argument
76 rm->startPage = startPage; in romMapperBasicCreate()
79 slotRegister(slot, sslot, startPage, 4, NULL, NULL, NULL, destroy, rm); in romMapperBasicCreate()
81 slotMapPage(slot, sslot, startPage + 0, rm->romData + 0x0000, 1, 0); in romMapperBasicCreate()
82 slotMapPage(slot, sslot, startPage + 1, rm->romData + 0x2000, 1, 0); in romMapperBasicCreate()
83 slotMapPage(slot, sslot, startPage + 2, rm->romData + 0x4000, 1, 0); in romMapperBasicCreate()
84 slotMapPage(slot, sslot, startPage + 3, rm->romData + 0x6000, 1, 0); in romMapperBasicCreate()
H A DromMapperLodeRunner.c43 int startPage; member
67 slotMapPage(rm->slot, rm->sslot, rm->startPage, bankData, 1, 0); in loadState()
68 slotMapPage(rm->slot, rm->sslot, rm->startPage + 1, bankData + 0x2000, 1, 0); in loadState()
73 slotUnregister(rm->slot, rm->sslot, rm->startPage); in destroy()
88 slotMapPage(rm->slot, rm->sslot, rm->startPage, bankData, 1, 0); in write()
89 slotMapPage(rm->slot, rm->sslot, rm->startPage + 1, bankData + 0x2000, 1, 0); in write()
94 int size, int slot, int sslot, int startPage) in romMapperLodeRunnerCreate() argument
106 slotRegister(slot, sslot, startPage, 4, NULL, NULL, NULL, destroy, rm); in romMapperLodeRunnerCreate()
114 rm->startPage = startPage; in romMapperLodeRunnerCreate()
118 slotMapPage(rm->slot, rm->sslot, rm->startPage, rm->romData + rm->romMapper * 0x2000, 1, 0); in romMapperLodeRunnerCreate()
[all …]
H A DromMapperSg1000Castle.c46 int startPage; member
53 slotUnregister(rm->slot, rm->sslot, rm->startPage); in destroy()
61 int size, int slot, int sslot, int startPage) in romMapperSg1000CastleCreate() argument
68 if (size != 0x8000 || startPage != 0) { in romMapperSg1000CastleCreate()
75 slotRegister(slot, sslot, startPage, pages, NULL, NULL, NULL, destroy, rm); in romMapperSg1000CastleCreate()
83 rm->startPage = startPage; in romMapperSg1000CastleCreate()
89 if (i + startPage >= 2) slot = 0; in romMapperSg1000CastleCreate()
90 slotMapPage(slot, sslot, i + startPage, rm->romData + 0x2000 * i, 1, 0); in romMapperSg1000CastleCreate()
99 slotMapPage(0, 0, 4 + rm->startPage, rm->sram, 1, 1); in romMapperSg1000CastleCreate()
H A DromMapperMegaRAM.c47 int startPage; member
99 slotUnregister(rm->slot, rm->sslot, rm->startPage); in destroy()
121 slotMapPage(rm->slot, rm->sslot, rm->startPage + bank, bankData, 1, 0); in write()
122 slotMapPage(rm->slot, rm->sslot, rm->startPage + bank + 4, bankData, 1, 0); in write()
131 …slotMapPage(rm->slot, rm->sslot, rm->startPage + i, rm->ramData + rm->romMapper[i] * 0x2000, 1, 0); in writeIo()
143 …slotMapPage(rm->slot, rm->sslot, rm->startPage + i, rm->ramData + rm->romMapper[i] * 0x2000, 1, 1); in readIo()
161 int romMapperMegaRAMCreate(int size, int slot, int sslot, int startPage) in romMapperMegaRAMCreate() argument
168 if (startPage != 0) { in romMapperMegaRAMCreate()
177 slotRegister(slot, sslot, startPage, 8, NULL, NULL, write, destroy, rm); in romMapperMegaRAMCreate()
185 rm->startPage = startPage; in romMapperMegaRAMCreate()
[all …]
H A DromMapperSg1000.c43 int startPage; member
48 slotUnregister(rm->slot, rm->sslot, rm->startPage); in destroy()
56 int size, int slot, int sslot, int startPage) in romMapperSg1000Create() argument
63 if (pages == 0 || (startPage + pages) > 8) { in romMapperSg1000Create()
70 slotRegister(slot, sslot, startPage, pages, NULL, NULL, NULL, destroy, rm); in romMapperSg1000Create()
77 rm->startPage = startPage; in romMapperSg1000Create()
80 if (i + startPage >= 2) slot = 0; in romMapperSg1000Create()
81 slotMapPage(slot, sslot, i + startPage, rm->romData + 0x2000 * i, 1, 0); in romMapperSg1000Create()
H A DromMapperKorean126.c43 int startPage; member
77 slotMapPage(rm->slot, rm->sslot, rm->startPage + i, bankData, 1, 0); in loadState()
78 slotMapPage(rm->slot, rm->sslot, rm->startPage + i + 1, bankData + 0x2000, 1, 0); in loadState()
84 slotUnregister(rm->slot, rm->sslot, rm->startPage); in destroy()
106 slotMapPage(rm->slot, rm->sslot, rm->startPage + bank, bankData, 1, 0); in write()
107 slotMapPage(rm->slot, rm->sslot, rm->startPage + bank + 1, bankData + 0x2000, 1, 0); in write()
111 int size, int slot, int sslot, int startPage) in romMapperKorean126Create() argument
124 slotRegister(slot, sslot, startPage, 4, NULL, NULL, write, destroy, rm); in romMapperKorean126Create()
131 rm->startPage = startPage; in romMapperKorean126Create()
137 …slotMapPage(rm->slot, rm->sslot, rm->startPage + i, rm->romData + rm->romMapper[i] * 0x2000, 1… in romMapperKorean126Create()
[all …]
H A DromMapperASCII16nf.c46 int startPage; member
80 slotMapPage(rm->slot, rm->sslot, rm->startPage + i, bankData, 1, 0); in loadState()
81 slotMapPage(rm->slot, rm->sslot, rm->startPage + i + 1, bankData + 0x2000, 1, 0); in loadState()
87 slotUnregister(rm->slot, rm->sslot, rm->startPage); in destroy()
113 slotMapPage(rm->slot, rm->sslot, rm->startPage + bank, bankData, 1, 0); in write()
114 slotMapPage(rm->slot, rm->sslot, rm->startPage + bank + 1, bankData + 0x2000, 1, 0); in write()
119 int size, int slot, int sslot, int startPage) in romMapperASCII16nfCreate() argument
128 slotRegister(slot, sslot, startPage, 4, NULL, NULL, write, destroy, rm); in romMapperASCII16nfCreate()
137 rm->startPage = startPage; in romMapperASCII16nfCreate()
143 …slotMapPage(rm->slot, rm->sslot, rm->startPage + i, rm->romData + rm->romMapper[i] * 0x2000, 1… in romMapperASCII16nfCreate()
[all …]
H A DromMapperHarryFox.c43 int startPage; member
77 slotMapPage(rm->slot, rm->sslot, rm->startPage + i, bankData, 1, 0); in loadState()
78 slotMapPage(rm->slot, rm->sslot, rm->startPage + i + 1, bankData + 0x2000, 1, 0); in loadState()
84 slotUnregister(rm->slot, rm->sslot, rm->startPage); in destroy()
110 slotMapPage(rm->slot, rm->sslot, rm->startPage + bank, bankData, 1, 0); in write()
111 slotMapPage(rm->slot, rm->sslot, rm->startPage + bank + 1, bankData + 0x2000, 1, 0); in write()
116 int size, int slot, int sslot, int startPage) in romMapperHarryFoxCreate() argument
129 slotRegister(slot, sslot, startPage, 4, NULL, NULL, write, destroy, rm); in romMapperHarryFoxCreate()
136 rm->startPage = startPage; in romMapperHarryFoxCreate()
142 …slotMapPage(rm->slot, rm->sslot, rm->startPage + i, rm->romData + rm->romMapper[i] * 0x2000, 1… in romMapperHarryFoxCreate()
[all …]
H A DromMapperMsxDos2.c42 int startPage; member
76 slotMapPage(rm->slot, rm->sslot, rm->startPage + i, bankData, 1, 0); in loadState()
77 slotMapPage(rm->slot, rm->sslot, rm->startPage + i + 1, bankData + 0x2000, 1, 0); in loadState()
83 slotUnregister(rm->slot, rm->sslot, rm->startPage); in destroy()
113 slotMapPage(rm->slot, rm->sslot, rm->startPage + bank, bankData, 1, 0); in write()
114 slotMapPage(rm->slot, rm->sslot, rm->startPage + bank + 1, bankData + 0x2000, 1, 0); in write()
119 int size, int slot, int sslot, int startPage) in romMapperMsxDos2Create() argument
132 slotRegister(slot, sslot, startPage, 4, NULL, NULL, write, destroy, rm); in romMapperMsxDos2Create()
139 rm->startPage = startPage; in romMapperMsxDos2Create()
145 …slotMapPage(rm->slot, rm->sslot, rm->startPage + i, rm->romData + rm->romMapper[i] * 0x2000, 1… in romMapperMsxDos2Create()
[all …]
H A DromMapperRType.c42 int startPage; member
77 slotMapPage(rm->slot, rm->sslot, rm->startPage + bank, bankData, 1, 0); in loadState()
78 slotMapPage(rm->slot, rm->sslot, rm->startPage + bank + 1, bankData + 0x2000, 1, 0); in loadState()
83 slotUnregister(rm->slot, rm->sslot, rm->startPage); in destroy()
108 slotMapPage(rm->slot, rm->sslot, rm->startPage + bank, bankData, 1, 0); in write()
109 slotMapPage(rm->slot, rm->sslot, rm->startPage + bank + 1, bankData + 0x2000, 1, 0); in write()
114 int size, int slot, int sslot, int startPage) in romMapperRTypeCreate() argument
127 slotRegister(slot, sslot, startPage, 4, NULL, NULL, write, destroy, rm); in romMapperRTypeCreate()
134 rm->startPage = startPage; in romMapperRTypeCreate()
142 …slotMapPage(rm->slot, rm->sslot, rm->startPage + i, rm->romData + rm->romMapper[i] * 0x2000, 1… in romMapperRTypeCreate()
[all …]
H A DromMapperPAC.c49 int startPage; member
73 slotMapPage(rm->slot, rm->sslot, rm->startPage, rm->sram, 1, 0); in loadState()
76 slotUnmapPage(rm->slot, rm->sslot, rm->startPage); in loadState()
84 slotUnregister(rm->slot, rm->sslot, rm->startPage); in destroy()
127 slotMapPage(rm->slot, rm->sslot, rm->startPage, rm->sram, 1, 0); in write()
130 slotMapPage(rm->slot, rm->sslot, rm->startPage, NULL, 0, 0); in write()
136 int size, int slot, int sslot, int startPage) in romMapperPACCreate() argument
144 slotRegister(slot, sslot, startPage, 2, read, read, write, destroy, rm); in romMapperPACCreate()
149 rm->startPage = startPage; in romMapperPACCreate()
155 slotMapPage(rm->slot, rm->sslot, rm->startPage, NULL, 0, 0); in romMapperPACCreate()
[all …]
H A DromMapperASCII16.c43 int startPage; member
50 slotUnregister(rm->slot, rm->sslot, rm->startPage); in destroy()
86 slotMapPage(rm->slot, rm->sslot, rm->startPage + i, bankData, 1, 0); in loadState()
87 slotMapPage(rm->slot, rm->sslot, rm->startPage + i + 1, bankData + 0x2000, 1, 0); in loadState()
110 slotMapPage(rm->slot, rm->sslot, rm->startPage + bank, bankData, 1, 0); in write()
111 slotMapPage(rm->slot, rm->sslot, rm->startPage + bank + 1, bankData + 0x2000, 1, 0); in write()
116 int size, int slot, int sslot, int startPage) in romMapperASCII16Create() argument
131 slotRegister(slot, sslot, startPage, 4, NULL, NULL, write, destroy, rm); in romMapperASCII16Create()
140 rm->startPage = startPage; in romMapperASCII16Create()
146 …slotMapPage(rm->slot, rm->sslot, rm->startPage + i, rm->romData + rm->romMapper[i] * 0x2000, 1… in romMapperASCII16Create()
[all …]
H A DromMapperASCII16sram.c46 int startPage; member
85 slotMapPage(rm->slot, rm->sslot, rm->startPage + i, rm->sram, 1, 0); in loadState()
86 slotMapPage(rm->slot, rm->sslot, rm->startPage + i + 1, rm->sram, 1, 0); in loadState()
89 …slotMapPage(rm->slot, rm->sslot, rm->startPage + i, rm->romData + rm->romMapper[i] * 0x4000, 1… in loadState()
99 slotUnregister(rm->slot, rm->sslot, rm->startPage); in destroy()
128 slotMapPage(rm->slot, rm->sslot, rm->startPage + bank, bankData1, 1, 0); in write()
129 slotMapPage(rm->slot, rm->sslot, rm->startPage + bank + 1, bankData2, 1, 0); in write()
142 int size, int slot, int sslot, int startPage) in romMapperASCII16sramCreate() argument
159 slotRegister(slot, sslot, startPage, 4, NULL, NULL, write, destroy, rm); in romMapperASCII16sramCreate()
167 rm->startPage = startPage; in romMapperASCII16sramCreate()
[all …]
H A DromMapperObsonet.c47 int startPage; member
82 slotMapPage(rm->slot, rm->sslot, rm->startPage + 0, rm->flashPage, 1, 0); in loadState()
89 slotUnregister(rm->slot, rm->sslot, rm->startPage); in destroy()
102 slotMapPage(rm->slot, rm->sslot, rm->startPage + 0, rm->flashPage, 1, 0); in reset()
154 int size, int slot, int sslot, int startPage) in romMapperObsonetCreate() argument
162 slotRegister(slot, sslot, startPage, 4, read, peek, write, destroy, rm); in romMapperObsonetCreate()
167 rm->startPage = startPage; in romMapperObsonetCreate()
173 slotMapPage(rm->slot, rm->sslot, rm->startPage + 0, rm->flashPage, 1, 0); in romMapperObsonetCreate()
174 slotMapPage(rm->slot, rm->sslot, rm->startPage + 1, NULL, 0, 0); in romMapperObsonetCreate()
175 slotMapPage(rm->slot, rm->sslot, rm->startPage + 2, NULL, 0, 0); in romMapperObsonetCreate()
[all …]
H A DromMapperSg1000RamExpander.c46 int startPage; member
74 slotUnregister(rm->slot, rm->sslot, rm->startPage); in destroy()
92 int size, int slot, int sslot, int startPage, int type) in romMapperSg1000RamExpanderCreate() argument
99 if (size != 0x8000 || startPage != 0) { in romMapperSg1000RamExpanderCreate()
106 slotRegister(slot, sslot, startPage, pages, read, read, write, destroy, rm); in romMapperSg1000RamExpanderCreate()
115 rm->startPage = startPage; in romMapperSg1000RamExpanderCreate()
119 if (i + startPage >= 2) slot = 0; in romMapperSg1000RamExpanderCreate()
120 if (type == ROM_SG1000_RAMEXPANDER_A && i + startPage == 1) { in romMapperSg1000RamExpanderCreate()
121 slotMapPage(slot, sslot, i + startPage, rm->ram1, 1, 1); in romMapperSg1000RamExpanderCreate()
124 slotMapPage(slot, sslot, i + startPage, rm->romData + 0x2000 * i, 1, 0); in romMapperSg1000RamExpanderCreate()
H A DromMapperNormal.c43 int startPage; member
48 slotUnregister(rm->slot, rm->sslot, rm->startPage); in destroy()
56 int size, int slot, int sslot, int startPage) in romMapperNormalCreate() argument
65 if (pages == 0 || (startPage + pages) > 8) { in romMapperNormalCreate()
72 slotRegister(slot, sslot, startPage, pages, NULL, NULL, NULL, destroy, rm); in romMapperNormalCreate()
79 rm->startPage = startPage; in romMapperNormalCreate()
82 slotMapPage(slot, sslot, i + startPage, rm->romData + 0x2000 * i, 1, 0); in romMapperNormalCreate()
/dports/www/joomla3/joomla3-3.9.24/libraries/joomla/github/package/
H A Dsearch.php62 * @param integer $startPage Page number to fetch
68 public function repositories($keyword, $language = '', $startPage = 0) argument
74 $path .= ($startPage) ? '&start_page=' . $startPage : '';
88 * @param integer $startPage Page number to fetch
94 public function users($keyword, $startPage = 0) argument
99 $path .= ($startPage) ? '&start_page=' . $startPage : '';
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/test/System.Web.WebPages.Test/Utils/
H A DSessionStateUtilTest.cs19 var startPage = new Mock<StartPage>(MockBehavior.Strict); in SetUpSessionStateDoesNotInvokeSessionStateBehaviorIfNoPageHasDirective()
20 …tpHandler = new WebPageHttpHandler(page.Object, startPage: new Lazy<WebPageRenderingBase>(() => st… in SetUpSessionStateDoesNotInvokeSessionStateBehaviorIfNoPageHasDirective()
35 var webPageHttpHandler = new WebPageHttpHandler(page, startPage: null); in SetUpSessionStateUsesSessionStateValueFromRequestingPageIfAvailable()
51 var startPage = new DefaultSessionWebPage in SetUpSessionStateUsesSessionStateValueFromStartPageHierarchy()
55 …tpHandler = new WebPageHttpHandler(page.Object, startPage: new Lazy<WebPageRenderingBase>(() => st… in SetUpSessionStateUsesSessionStateValueFromStartPageHierarchy()
71 var startPage = new InvalidSessionState(); in SetUpSessionStateThrowsIfSessionStateValueIsInvalid()
72 …tpHandler = new WebPageHttpHandler(page.Object, startPage: new Lazy<WebPageRenderingBase>(() => st… in SetUpSessionStateThrowsIfSessionStateValueIsInvalid()
85 var webPageHttpHandler = new WebPageHttpHandler(page, startPage: null); in SetUpSessionStateThrowsIfMultipleSessionStateValueIsInvalid()
98 var webPageHttpHandler = new WebPageHttpHandler(page, startPage: null); in SetUpSessionStateUsesCache()

12345678910>>...55