Lines Matching refs:body

653     if (elem === document.body) {
749 while (el && el.style && document.body !== el) {
788 while (el && el.style && document.body !== el) {
1040 (document.body || document.documentElement).appendChild(outer);
1048 (document.body || document.documentElement).removeChild(outer);
2006 …ions.shiftKey, options.metaKey, options.button, options.relatedTarget || document.body.parentNode);
6463 document.body.appendChild(TABLE);
6465 document.body.removeChild(TABLE);
15380 … if (document.activeElement && document.activeElement !== document.body && !invalidActiveElement) {
15384 document.body.focus();
23828 this.eventManager.addEventListener(document.body, 'mousedown', function () {
23831 this.eventManager.addEventListener(document.body, 'mouseup', function () {
23909 _this.eventManager.removeEventListener(document.body, 'mousemove', handler);
23914 this.eventManager.addEventListener(document.body, 'mousemove', handler);
31654 body = document.body,
31689 body.appendChild(span);
31691 body.removeChild(span);
35026 document.body.appendChild(this.datePicker);
35426 document.body.appendChild(this.editorContainer);
35606 this.eventManager.addEventListener(document.body, 'touchend', function (event) {
41886 if (!this.isAppended && document.body) {
41887 if (document.body) {
41889 document.body.appendChild(this.element);
48550 var lineHeight = parseInt((0, _element.getComputedStyle)(document.body)['font-size'], 10);
50509 document.body.appendChild(self.el);
50918 … scrollTop = window.pageYOffset || document.body.scrollTop || document.documentElement.scrollTop;