Searched refs:createEmptyWorkspace (Results 1 – 9 of 9) sorted by relevance
164 const ws = ctx.workspaces.createEmptyWorkspace('New workspace');174 const ws = ctx.workspaces.createEmptyWorkspace('Deep workspace');
31 createEmptyWorkspace(title: string): Workspace { method in WorkspaceManagerImpl
114 ws = trace.workspaces.createEmptyWorkspace(NAVIGATION_WORKSPACE_NAME);
72 this.ws = this.trace.workspaces.createEmptyWorkspace(this.workspaceName);
300 workspaces.switchWorkspace(workspaces.createEmptyWorkspace(name));
151 workspaces.createEmptyWorkspace('Untitled Workspace');409 ws = this.trace.workspaces.createEmptyWorkspace('Untitled Workspace');
600 ws = trace.workspaces.createEmptyWorkspace('Untitled Workspace');
22 createEmptyWorkspace(displayName: string): Workspace; method
514 fn: () => trace.workspaces.createEmptyWorkspace(newWorkspaceName),