Lines Matching refs:funtionName
14214 …var msg = JSON.stringify({event: 'remoteInvoke', funtionName: remoteFn, functionArgs: remoteFnArgs… property
14247 var funtionName = msg.funtionName;
14248 var functionInfo = this.remoteInvokableFns[funtionName];
14250 if (functionInfo != null && typeof this[funtionName] === 'function')
14267 sendResponse(null, 'Invalid Call: ' + funtionName + ' is not allowed.');
14295 this[funtionName].apply(this, functionArgs);
14299 var resp = this[funtionName].apply(this, functionArgs);
14306 sendResponse(null, 'Invalid Call: ' + funtionName + ' is not found.');
14392 …drawioFrame.contentWindow.postMessage(JSON.stringify({action: 'remoteInvoke', funtionName: 'setMig… property
14417 …rame.contentWindow.postMessage(JSON.stringify({action: 'remoteInvoke', funtionName: 'getLocalStora… property
14474 …rame.contentWindow.postMessage(JSON.stringify({action: 'remoteInvoke', funtionName: 'getLocalStora… property