Home
last modified time | relevance | path

Searched refs:updateActions (Results 1 – 4 of 4) sorted by relevance

/third_party/jsframework/runtime/main/page/
DPage.ts27 import { updateActions, callTasks } from './api/index';
227 public updateActions(): any { method in Page
228 return updateActions(this);
/third_party/jsframework/runtime/main/page/entry/
Dinit.ts37 import { updateActions } from '../api/misc';
70 updateActions(page);
/third_party/jsframework/runtime/main/page/api/
Dmisc.ts104 updateActions(page);
144 export function updateActions(page: Page): void { function
Dindex.ts41 updateActions,