Searched refs:resolvedLink (Results 1 – 3 of 3) sorted by relevance
37 public $resolvedLink; variable in Google\\Service\\FirebaseDynamicLinks\\GetIosReopenAttributionResponse104 public function setResolvedLink($resolvedLink) argument106 $this->resolvedLink = $resolvedLink;113 return $this->resolvedLink;
65 public $resolvedLink; variable in Google\\Service\\FirebaseDynamicLinks\\GetIosPostInstallAttributionResponse230 public function setResolvedLink($resolvedLink) argument232 $this->resolvedLink = $resolvedLink;239 return $this->resolvedLink;
15551 var resolvedLink = link.cloneNode();15552 …resolvedLink.innerHTML = '<img src="' + IMAGE_PATH + '/check.png" style="width: 16px; padding: 2px…15553 resolvedLink.setAttribute('title', mxResources.get('showResolved'));15558 resolvedLink.style.filter = 'invert(100%)';15561 mxEvent.addListener(resolvedLink, 'click', function(evt)15572 ldiv.appendChild(resolvedLink);