Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DNetworkRequest.js458 delete this._initiatorInfo;
877 if (this._initiatorInfo)
878 return this._initiatorInfo;
904 …this._initiatorInfo = {type: type, url: url, source: WebInspector.displayNameForURL(url), lineNumb… property
905 return this._initiatorInfo;