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

/packages/apps/UnifiedEmail/assets/
H A Dscript.js18 var BLOCKED_SRC_ATTR = "blocked-src"; variable
533 imageElement.setAttribute(BLOCKED_SRC_ATTR, src);
612 blockedSrc = image.getAttribute(BLOCKED_SRC_ATTR);
615 image.removeAttribute(BLOCKED_SRC_ATTR);

Completed in 60 milliseconds