Home | History | Annotate | Download | only in svgui

Lines Matching refs:json

129 // The trace logger dumps all log events to a simple JSON array.  We delay
130 // and background load the JSON, since it can be large. When the JSON is
131 // loaded, parseEvents(...) is called and passed the JSON data. To make
139 // Delay load the JSON data. We want to display the order in the order it was
140 // passed to us. Since we have no way of correlating the json callback to
151 // Start loading of the next JSON URL.
183 // Called from the JSON with the log event array.
184 function parseEvents(json) {
191 traceline.ProcessJSON(json);