Home
last modified time | relevance | path

Searched defs:taskCenter (Results 1 – 4 of 4) sorted by relevance

/third_party/jsframework/runtime/vdom/
DElement.ts82 const taskCenter = this.getTaskCenter(this.docId); constant
507 const taskCenter = this.getTaskCenter(this.docId); constant
558 const taskCenter = this.getTaskCenter(this.docId); constant
610 const taskCenter = this.getTaskCenter(this.docId); constant
641 const taskCenter = this.getTaskCenter(this.docId); constant
660 const taskCenter: TaskCenter = this.getTaskCenter(this._docId); constant
693 const taskCenter = this.getTaskCenter(this.docId); constant
732 const taskCenter = this.getTaskCenter(this.docId); constant
749 const taskCenter = this.getTaskCenter(this.docId); constant
793 const taskCenter = this.getTaskCenter(this.docId); constant
[all …]
DNativeElementClassFactory.ts56 const taskCenter = this.getTaskCenter(this.docId); constant
DDocument.ts101 public get taskCenter() { method in Document
/third_party/jsframework/runtime/main/page/
Dregister.ts187 const taskCenter: Document | TaskCenter = appInstance.doc && appInstance.doc.taskCenter; constant