Home | History | Annotate | Download | only in front_end

Lines Matching refs:_path

114         delete this._path;
384 if (this._path)
385 return this._path;
387 return this._path;
394 this._path = "";
397 this._path = "";
399 this._path = this._parsedURL.host + this._parsedURL.folderPathComponents;
400 this._path = this._path.trimURL(WebInspector.inspectedPageDomain ? WebInspector.inspectedPageDomain : "");
405 this._path = this._path.substring(0, this._path.lastIndexOf("/"));
408 this._path = "";