Home | History | Annotate | Download | only in front_end

Lines Matching refs:projectName

133      * @param {string} projectName
136 _projectDelegate: function(projectName)
138 if (this._simpleProjectDelegates[projectName])
139 return this._simpleProjectDelegates[projectName];
140 var simpleProjectDelegate = new WebInspector.SimpleProjectDelegate(projectName, this._type);
141 this._simpleProjectDelegates[projectName] = simpleProjectDelegate;
181 var projectName = splitURL[0];
184 var projectDelegate = this._projectDelegate(projectName);
191 for (var projectName in this._simpleProjectDelegates)
192 this._simpleProjectDelegates[projectName].reset();