Home | History | Annotate | Download | only in assets

Lines Matching refs:function

45 function getTotalOffset(el) {
65 function up(el, className) {
76 function getCachedValue(div, property, attrName) {
87 function onToggleClick(e) {
92 function toggleQuotedText(toggleElement) {
105 function collapseAllQuotedText() {
109 function processQuotedText(elt, showElided) {
128 function isConversationEmpty(bodyDivs) {
146 function normalizeAllMessageWidths() {
175 function normalizeElementWidths(elements) {
212 function transformContent(el, docWidth, elWidth) {
368 function undoActions(actionLog) {
374 function addClassToElements(nodes, conditionFn, classToAdd, actionLog) {
392 function transformBlockElements(nodes, docWidth, actionLog) {
416 function transformImages(nodes, docWidth, actionLog) {
440 function saveStyleProperty(node, property, actionLog) {
446 function undoSetProperty(property, savedProperty) {
450 function shouldMungeTable(table) {
454 function hideAllUnsafeImages() {
458 function hideUnsafeImages(msgContentDivs) {
496 function rewriteRelativeImageSrc(imgElement) {
516 function attachImageLoadListener(imageElement) {
534 function imageOnLoad(e) {
555 function handleAllImageOnLoads() {
562 function blockImage(imageElement) {
571 function setWideViewport() {
576 function restoreScrollPosition() {
583 function onContentReady(event) {
591 function setupContentReady() {
608 function measurePositions() {
637 function unblockImages(messageDomIds) {
658 function setConversationHeaderSpacerHeight(spacerHeight) {
668 function setConversationFooterSpacerHeight(spacerHeight) {
678 function setMessageHeaderSpacerHeight(messageDomId, spacerHeight) {
683 function setSpacerHeight(spacer, spacerHeight) {
692 function setMessageBodyVisible(messageDomId, isVisible, spacerHeight) {
716 function replaceSuperCollapsedBlock(startIndex) {
741 function processNewMessageBody(msgContentDiv) {
749 function replaceMessageBodies(messageIds) {
771 function appendMessageHtml() {
781 function disablePostForms() {
789 forms[i].onsubmit = function() {