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

/external/chromium_org/ui/webui/resources/js/
H A Dload_time_data.js13 var loadTimeData; variable
103 * Override values in loadTimeData with the values found in |replacements|.
136 expect(!loadTimeData, 'should only include this file once');
137 loadTimeData = new LoadTimeData;

Completed in 87 milliseconds