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
624 self.reposition(cache.event, !images.length);
630 PROTOTYPE._updateContent = function(content, reposition) { argument
631 this._update(content, this.elements.content, reposition);
634 PROTOTYPE._updateTitle = function(content, reposition) { argument
635 if(this._update(content, this.elements.title, reposition) === FALSE) {
673 PROTOTYPE._removeTitle = function(reposition) argument
682 if(reposition !== FALSE) { this.reposition(); }
686 ;PROTOTYPE.reposition = function(event, effect) { function in PROTOTYPE
805 position = this.reposition.offset(target, position, container);
869 PROTOTYPE.reposition.offset = function(elem, pos, container) {
913 var C = (CORNER = PROTOTYPE.reposition.Corner = function(corner, forceY) {
1010 this.reposition(event, arguments[2]);
1299 if(this.rendered && this.tooltip[0].offsetWidth > 0) { this.reposition(event); }
1502 this.reposition(event);
2022 qtip._bind(qtip.tooltip, 'tooltipmove', this.reposition, this._ns, this);
2382 reposition: function(event, api, pos, viewport) {
2513 this.qtip.reposition();
2521 this.qtip.reposition();