Lines Matching full:target_
29 this.target_ = undefined;
37 return this.target_.className == '' ? '.' : this.target_.className;
41 return this.target_;
46 this.target_ = target;
47 if (!this.target_)
49 this.observer_.observe(this.target_, {
90 this.target_.style[this.targetStyleKey_] = '';
100 if (!this.target_.style[targetStyleKey]) {
101 this.target_.style[targetStyleKey] =
102 window.getComputedStyle(this.target_)[targetStyleKey];
104 var size = parseInt(this.target_.style[targetStyleKey]);
110 this.target_.style[this.targetStyleKey_] = s + 'px';
118 if (this.target_ == this.nextSibling) {
121 if (this.target_ != this.previousSibling)
141 if (!this.target_)