Searched defs:_appendTextRow (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/inspector/front-end/
H A DTimelinePanel.js950 contentHelper._appendTextRow(WebInspector.UIString("Self Time"), Number.secondsToString(this._selfTime + 0.0001));
955 contentHelper._appendTextRow(WebInspector.UIString("Duration"), text);
961 contentHelper._appendTextRow(WebInspector.UIString("Collected"), Number.bytesToString(this.data.usedHeapSizeDelta));
966 contentHelper._appendTextRow(WebInspector.UIString("Timer ID"), this.data.timerId);
968 contentHelper._appendTextRow(WebInspector.UIString("Timeout"), Number.secondsToString(this.timeout / 1000));
969 contentHelper._appendTextRow(WebInspector.UIString("Repeats"), !this.singleShot);
982 contentHelper._appendTextRow(WebInspector.UIString("Request Method"), this.data.requestMethod);
984 contentHelper._appendTextRow(WebInspector.UIString("Status Code"), this.data.statusCode);
986 contentHelper._appendTextRow(WebInspector.UIString("MIME Type"), this.data.mimeType);
993 contentHelper._appendTextRow(WebInspecto
[all...]

Completed in 57 milliseconds