Lines Matching refs:document

120 	    var iFrame = document.createElement('iframe');
126 document.body.removeChild(iFrame);
127 document.removeEventListener('click', removeIFrame);
129 document.addEventListener('click', removeIFrame, false);
132 document.body.appendChild(iFrame);
3053 var document = (document = context.window) && document.document;
3291 support.dom = document.createDocumentFragment().nodeType === 11;
20250 function PDFReference(document, id, data) {
20251 this.document = document;
20257 this.compress = this.document.compress && !this.data.Filter;
20307 this.offset = this.document._offset;
20308 this.document._write("" + this.id + " " + this.gen + " obj");
20309 this.document._write(PDFObject.convert(this.data));
20311 this.document._write('stream');
20315 this.document._write(chunk);
20318 this.document._write('\nendstream');
20320 this.document._write('endobj');
20321 return this.document._refEnd(this);
27664 function PDFPage(document, options) {
27666 this.document = document;
27685 this.content = this.document.ref();
27686 this.resources = this.document.ref({
27731 this.dictionary = this.document.ref({
27733 Parent: this.document._root.data.Pages,
29100 function PDFFont(document, src, family, id) {
29101 this.document = document;
29201 return this.dictionary != null ? this.dictionary : this.dictionary = this.document.ref();
29260 fontfile = this.document.ref();
29264 descriptor = this.document.ref({
29289 cmap = this.document.ref();
31936 function LineWrapper(document, options) {
31938 this.document = document;
31946 this.startX = this.document.x;
31947 this.startY = this.document.y;
31955 this.maxY = this.document.page.maxY();
31961 _this.document.x += indent;
31964 _this.document.x -= indent;
31984 _this.document.y += options.paragraphGap || 0;
31993 return this.document.widthOfString(word, this) + this.characterSpacing + this.wordSpacing;
32047 nextY = this.document.y + this.document.currentLineHeight(true);
32048 if (this.document.y > this.maxY || nextY > this.maxY) {
32055 y = this.document.y;
32061 y = _this.document.y;
32083 lh = _this.document.currentLineHeight(true);
32084 …if ((_this.height != null) && _this.ellipsis && _this.document.y + lh * 2 > _this.maxY && _this.co…
32097 if (_this.document.y + lh > _this.maxY) {
32137 return this.document.y = y;
32139 return this.document.x = this.startX;
32150 this.document.addPage();
32152 this.startY = this.document.page.margins.top;
32153 this.maxY = this.document.page.maxY();
32154 this.document.x = this.startX;
32155 if (this.document._fillColor) {
32156 (_ref = this.document).fillColor.apply(_ref, this.document._fillColor);
32160 this.document.x += this.lineWidth + this.columnGap;
32161 this.document.y = this.startY;
65373 JPEG.prototype.embed = function(document) {
65377 this.obj = document.ref({
65424 PNGImage.prototype.embed = function(document) {
65426 this.document = document;
65430 this.obj = document.ref({
65439 params = document.ref({
65451 palette = document.ref();
65478 sMask = this.document.ref({
66320 doc = view.document