Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
14 | 2 | 4 | 0.957 | SourceElements[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 14 | 343 | Closure/closure/goog/ui/dialog.js |
2 | 14 | 365 | Closure/closure/goog/ui/dialog.js |
| ||||
/** * Returns the content element so that more complicated things can be done with * the content area. Renders if the DOM is not yet created. Overrides * {@link goog.ui.Component#getContentElement}. * @return {Element} The content element. */ goog.ui.Dialog.prototype.getContentElement= function ( ) { this.renderIfNoDom_( ); return this.contentEl_; } ; /** * Returns the title element so that more complicated things can be done with * the title. Renders if the DOM is not yet created. * @return {Element} The title element. */ goog.ui.Dialog.prototype.getTitleElement= function ( ) { this.renderIfNoDom_( ); return this.titleEl_; } ; |
| ||||
/** * Returns the title text element so that more complicated things can be done * with the text of the title. Renders if the DOM is not yet created. * @return {Element} The title text element. */ goog.ui.Dialog.prototype.getTitleTextElement= function ( ) { this.renderIfNoDom_( ); return this.titleTextEl_; } ; /** * Returns the title close element so that more complicated things can be done * with the close area of the title. Renders if the DOM is not yet created. * @return {Element} The close box. */ goog.ui.Dialog.prototype.getTitleCloseElement= function ( ) { this.renderIfNoDom_( ); return this.titleCloseEl_; } ; |
| |||
/** * Returns the content element so that more complicated things can be done with * the content area. Renders if the DOM is not yet created. Overrides * {@link goog.ui.Component#getContentElement}. * @return {Element} The content element. */ /** * Returns the title text element so that more complicated things can be done * with the text of the title. Renders if the DOM is not yet created. * @return {Element} The title text element. */ goog.ui.Dialog.prototype. [[#variable6344ac80]]= function ( ) { this.renderIfNoDom_( ); return this. [[#variable6344ac40]]; } ; /** * Returns the title element so that more complicated things can be done with * the title. Renders if the DOM is not yet created. * @return {Element} The title element. */ /** * Returns the title close element so that more complicated things can be done * with the close area of the title. Renders if the DOM is not yet created. * @return {Element} The close box. */ goog.ui.Dialog.prototype. [[#variable6344ac00]]= function ( ) { this.renderIfNoDom_( ); return this. [[#variable6344ab80]]; } ; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#6344ac80]] | getContentElement |
1 | 2 | [[#6344ac80]] | getTitleTextElement |
2 | 1 | [[#6344ac40]] | contentEl_ |
2 | 2 | [[#6344ac40]] | titleTextEl_ |
3 | 1 | [[#6344ac00]] | getTitleElement |
3 | 2 | [[#6344ac00]] | getTitleCloseElement |
4 | 1 | [[#6344ab80]] | titleEl_ |
4 | 2 | [[#6344ab80]] | titleCloseEl_ |