Lines Matching refs:reposition
533 reposition = FALSE,
556 reposition = rmove.test(notation) || reposition;
574 if(this.rendered && this.tooltip[0].offsetWidth > 0 && reposition) {
575 this.reposition( options.position.target === 'mouse' ? NULL : this.cache.event );
581 ;PROTOTYPE._update = function(content, element, reposition) { argument
620 self.reposition(cache.event, !images.length);
637 PROTOTYPE._updateContent = function(content, reposition) { argument
638 this._update(content, this.elements.content, reposition);
641 PROTOTYPE._updateTitle = function(content, reposition) { argument
642 if(this._update(content, this.elements.title, reposition) === FALSE) {
680 PROTOTYPE._removeTitle = function(reposition) argument
689 if(reposition !== FALSE) { this.reposition(); }
693 ;PROTOTYPE.reposition = function(event, effect) { class in PROTOTYPE
830 position = this.reposition.offset(target, position, container);
894 PROTOTYPE.reposition.offset = function(elem, pos, container) {
938 var C = (CORNER = PROTOTYPE.reposition.Corner = function(corner, forceY) {
1038 this.reposition(event, arguments[2]);
1356 if(this.rendered && this.tooltip[0].offsetWidth > 0) { this.reposition(event); }
1624 this.reposition(event);
2080 qtip._bind(qtip.tooltip, 'tooltipmove', this.reposition, this._ns, this);
2451 reposition: function(event, api, pos, viewport) {
2570 this.qtip.reposition();
2578 this.qtip.reposition();