HomeSort by relevance Sort by last modified time
    Searched defs:RequestView (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/network/
RequestView.js 36 WebInspector.RequestView = function(request)
45 WebInspector.RequestView.prototype = {
61 WebInspector.RequestView.hasTextContent = function(request)
74 WebInspector.RequestView.nonSourceViewForRequest = function(request)
82 return new WebInspector.RequestView(request);
NetworkItemView.js 125 * @extends {WebInspector.RequestView}
130 WebInspector.RequestView.call(this, request);
184 __proto__: WebInspector.RequestView.prototype

Completed in 109 milliseconds