Home
last modified time | relevance | path

Searched refs:_currentSectionId (Results 1 – 7 of 7) sorted by relevance

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/bladerunner/ui/
H A Dkia.cpp73 _currentSectionId = kKIASectionNone; in KIA()
155 if (_currentSectionId == sectionId) { in open()
168 switch (_currentSectionId) { in open()
212 _currentSectionId = sectionId; in open()
215 _lastSectionIdKIA = _currentSectionId; in open()
219 _lastSectionIdOptions = _currentSectionId; in open()
224 return _currentSectionId != kKIASectionNone; in isOpen()
424 if (_currentSectionId == kKIASectionCrimes) { in handleMouseUp()
467 if (_currentSectionId != kKIASectionSave) { in handleKeyDown()
522 if (_currentSectionId != kKIASectionClues) { in handleKeyDown()
[all …]
H A Dkia.h97 KIASections _currentSectionId; variable
/dports/games/scummvm/scummvm-2.5.1/engines/bladerunner/ui/
H A Dkia.cpp76 _currentSectionId = kKIASectionNone; in KIA()
158 if (_currentSectionId == sectionId) { in open()
171 switch (_currentSectionId) { in open()
215 _currentSectionId = sectionId; in open()
218 _lastSectionIdKIA = _currentSectionId; in open()
222 _lastSectionIdOptions = _currentSectionId; in open()
227 return _currentSectionId != kKIASectionNone; in isOpen()
427 if (_currentSectionId == kKIASectionCrimes) { in handleMouseUp()
470 if (_currentSectionId != kKIASectionSave) { in handleKeyDown()
525 if (_currentSectionId != kKIASectionClues) { in handleKeyDown()
[all …]
H A Dkia.h97 KIASections _currentSectionId; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/front_end/third_party/wasmparser/package/dist/esm/
H A DWasmDis.d.ts79 private _currentSectionId;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/front_end/third_party/wasmparser/package/dist/cjs/
H A DWasmDis.d.ts79 private _currentSectionId;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/front_end/third_party/wasmparser/package/src/
H A DWasmDis.ts453 private _currentSectionId: SectionCode; property in WasmDisassembler
468 this._currentSectionId = SectionCode.Unknown;
1028 this._currentSectionId = SectionCode.Unknown;
1044 this._currentSectionId = sectionInfo.id;
1339 this._currentSectionId === SectionCode.Element