Home
last modified time | relevance | path

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

/third_party/jsframework/runtime/vdom/
DElement.ts80 const taskCenter = this.getTaskCenter(this.docId); constant
500 const taskCenter = this.getTaskCenter(this.docId); constant
551 const taskCenter = this.getTaskCenter(this.docId); constant
603 const taskCenter = this.getTaskCenter(this.docId); constant
634 const taskCenter = this.getTaskCenter(this.docId); constant
653 const taskCenter: TaskCenter = this.getTaskCenter(this._docId); constant
686 const taskCenter = this.getTaskCenter(this.docId); constant
725 const taskCenter = this.getTaskCenter(this.docId); constant
742 const taskCenter = this.getTaskCenter(this.docId); constant
786 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