Lines Matching refs:after
61 Y.after(this._renderUIStack, this, RENDER_UI);
62 Y.after(this._syncUIStack, this, SYNC_UI);
63 Y.after(this._bindUIStack, this, BIND_UI);
147 * invoked after syncUI is invoked for the Widget class using YUI's aop infrastructure.
161 * This method is invoked after bindUI is invoked for the Widget class
168 this.after(ShimChange, this._afterShimChange);
169 this.after(ZIndexChange, this._afterZIndexChange);
175 * This method in invoked after renderUI is invoked for the Widget class
294 // Should be revisted after Ticket #2531067 is resolved.
326 // handles.push(this.after(VisibleChange, this.sizeShim));
346 handles.push(this.after(VisibleChange, sizeShim));
347 handles.push(this.after(WidthChange, sizeShim));
348 handles.push(this.after(HeightChange, sizeShim));
349 handles.push(this.after(ContentUpdate, sizeShim));