Home | History | Annotate | Download | only in ui

Lines Matching refs:anchor

53      * @param {!Element|!AnchorBox} anchor
58 show: function(element, anchor, preferredWidth, preferredHeight, arrowDirection)
60 this._innerShow(null, element, anchor, preferredWidth, preferredHeight, arrowDirection);
65 * @param {!Element|!AnchorBox} anchor
69 showView: function(view, anchor, preferredWidth, preferredHeight)
71 this._innerShow(view, view.element, anchor, preferredWidth, preferredHeight);
77 * @param {!Element|!AnchorBox} anchor
82 _innerShow: function(view, contentElement, anchor, preferredWidth, preferredHeight, arrowDirection)
107 this._positionElement(anchor, preferredWidth, preferredHeight, arrowDirection);
171 // Positioning above the anchor.
184 // Positioning below the anchor.