Lines Matching refs:after
59 Y.after(this._renderUIStack, this, RENDER_UI);
60 Y.after(this._syncUIStack, this, SYNC_UI);
61 Y.after(this._bindUIStack, this, BIND_UI);
145 * invoked after syncUI is invoked for the Widget class using YUI's aop infrastructure.
159 * This method is invoked after bindUI is invoked for the Widget class
166 this.after(ShimChange, this._afterShimChange);
167 this.after(ZIndexChange, this._afterZIndexChange);
173 * This method in invoked after renderUI is invoked for the Widget class
292 // Should be revisted after Ticket #2531067 is resolved.
324 // handles.push(this.after(VisibleChange, this.sizeShim));
344 handles.push(this.after(VisibleChange, sizeShim));
345 handles.push(this.after(WidthChange, sizeShim));
346 handles.push(this.after(HeightChange, sizeShim));
347 handles.push(this.after(ContentUpdate, sizeShim));