Home | History | Annotate | Download | only in image_editor

Lines Matching refs:container_

25   this.container_ = DOMContainers.image;
30 ImageUtil.removeChildren(this.container_);
34 this.container_.clientWidth, this.container_.clientHeight);
43 this.rootContainer_, this.container_, this.getBuffer());
123 self.container_.ownerDocument,
651 this.container_ = container;
886 var oldCursor = this.container_.getAttribute('cursor');
890 this.container_.setAttribute('cursor', newCursor);
1087 this.container_ = container;
1097 this.container_.removeChild(this.wrapper_);
1167 var document = this.container_.ownerDocument;
1171 this.container_.appendChild(this.wrapper_);