CloneSet1397


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
14240.957SourceElements[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
114343
Closure/closure/goog/ui/dialog.js
214365
Closure/closure/goog/ui/dialog.js
Clone Instance
1
Line Count
14
Source Line
343
Source File
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_;
                                                      } ;


Clone Instance
2
Line Count
14
Source Line
365
Source File
Closure/closure/goog/ui/dialog.js

/**
 * 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_;
                                                           } ;


Clone AbstractionParameter Count: 4Parameter Bindings

/**
 * 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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#6344ac80]]
getContentElement 
12[[#6344ac80]]
getTitleTextElement 
21[[#6344ac40]]
contentEl_ 
22[[#6344ac40]]
titleTextEl_ 
31[[#6344ac00]]
getTitleElement 
32[[#6344ac00]]
getTitleCloseElement 
41[[#6344ab80]]
titleEl_ 
42[[#6344ab80]]
titleCloseEl_