Home
last modified time | relevance | path

Searched refs:_isInTemplate (Results 1 – 2 of 2) sorted by relevance

/third_party/parse5/packages/parse5/lib/parser/
Dopen-element-stack.ts60 … return this._isInTemplate() ? this.treeAdapter.getTemplateContent(this.current) : this.current;
73 private _isInTemplate(): boolean { method in OpenElementStack
91 if (this._isInTemplate()) {
100 if (this.tmplCount > 0 && this._isInTemplate()) {
148 if (this.tmplCount > 0 && this._isInTemplate()) {
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/asciidoctor-chunker/
Dasciidoctor-chunker.js4_isInTemplate(){return this.currentTagName===i.TEMPLATE&&this.treeAdapter.getNamespaceURI(this.cur… method in e.exports