Searched refs:titleIndex (Results 1 – 4 of 4) sorted by relevance
20 titleIndex: 0,40 this.titleIndex++;41 if (this.titleIndex % 2 > 0) {
215 size_t titleIndex = fileName.rfind("."); in GarbleFileName() local216 if (titleIndex == string::npos) { in GarbleFileName()217 titleIndex = fileName.size(); in GarbleFileName()219 if (titleIndex <= GARBLE.size() * GARBLE_UNIT) { in GarbleFileName()
2368 this.titleIndex = 0;2379 if (params.titleIndex !== undefined) {2380 this.titleIndex = params.titleIndex;2451 let titleChild = children[this.titleIndex];2535 this.titleIndex = 0;2624 if (params.titleIndex !== undefined) {2625 this.titleIndex = params.titleIndex;2890 if (index === this.titleIndex) {2932 … this.forEachUpdateFunction(elmtId, [this.titleIndex, this.contentIndex,2952 if (index === this.titleIndex) {[all …]
928 titleIndex: number = 0;951 let titleChild: Measurable = children[this.titleIndex];1020 titleIndex: number = 0;1033 ForEach([this.titleIndex, this.contentIndex, this.buttonIndex], (index: number) => {1034 if (index === this.titleIndex) {