Searched refs:receivedConstants (Results 1 – 3 of 3) sorted by relevance
295 ConstantsObserver.prototype.onReceivedConstants = function(receivedConstants) { argument296 if (!areValidConstants(receivedConstants))299 Constants = receivedConstants;323 function areValidConstants(receivedConstants) { argument324 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 …]
170 g_browser.receivedConstants(logDump.constants);
313 receivedConstants: function(constants) { method in BrowserBridge