Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/resources/net_internals/
Dmain.js295 ConstantsObserver.prototype.onReceivedConstants = function(receivedConstants) { argument
296 if (!areValidConstants(receivedConstants))
299 Constants = receivedConstants;
323 function areValidConstants(receivedConstants) { argument
324 return typeof(receivedConstants) == 'object' &&
325 typeof(receivedConstants.logEventTypes) == 'object' &&
326 typeof(receivedConstants.clientInfo) == 'object' &&
327 typeof(receivedConstants.logEventPhase) == 'object' &&
328 typeof(receivedConstants.logSourceType) == 'object' &&
329 typeof(receivedConstants.logLevelType) == 'object' &&
[all …]
Dlog_util.js170 g_browser.receivedConstants(logDump.constants);
Dbrowser_bridge.js313 receivedConstants: function(constants) { method in BrowserBridge