Searched refs:projectId (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
D | Workspace.js | 525 uiSourceCode: function(projectId, path) argument 527 var project = this._projects[projectId]; 568 var projectId = projectDelegate.id(); 569 this._projects[projectId] = new WebInspector.Project(this, projectDelegate); 570 return this._projects[projectId]; 576 removeProject: function(projectId) argument 578 var project = this._projects[projectId]; 582 delete this._projects[projectId]; 589 project: function(projectId) argument 591 return this._projects[projectId]; [all …]
|
D | SimpleWorkspaceProvider.js | 44 WebInspector.SimpleProjectDelegate.projectId = function(name, type) function in WebInspector.SimpleProjectDelegate 56 return WebInspector.SimpleProjectDelegate.projectId(this._name, this.type());
|
D | BreakpointManager.js | 208 var projectId = uiSourceCode.project().id(); 211 …breakpoint = new WebInspector.BreakpointManager.Breakpoint(this, projectId, path, sourceFileId, li… 405 WebInspector.BreakpointManager.Breakpoint = function(breakpointManager, projectId, path, sourceFile… argument 408 this._projectId = projectId; 427 projectId: function() method in WebInspector.BreakpointManager.Breakpoint
|