dom/src/base/nsGlobalWindow.h - Revision 1.155

There were 1 changes made.
Legend
   Added lines
   Changed lines
   Removed lines

dom/src/base/nsGlobalWindow.h,1.155
.
Disk File
Skipping to line 235. 
 
.
 
  void FlushPendingNotifications();
.
  void FlushPendingNotifications();
  nsresult CheckSecurityWidthAndHeight(PRInt32* width, PRInt32* height);
.
  nsresult CheckSecurityWidthAndHeight(PRInt32* width, PRInt32* height);
  nsresult CheckSecurityLeftAndTop(PRInt32* left, PRInt32* top);
.
  nsresult CheckSecurityLeftAndTop(PRInt32* left, PRInt32* top);
 
.
 
  nsresult DoPrint(PRBool aDoPreview);
.
  nsresult DoPrint(nsIPrintSettings* aPrintSettings, PRBool aDoPreview);
 
.
 
  // Helper for window.find()
.
  // Helper for window.find()
  nsresult FindInternal(nsAReadableString& aStr, PRBool caseSensitive,
.
  nsresult FindInternal(nsAReadableString& aStr, PRBool caseSensitive,
                       PRBool backwards, PRBool wrapAround, PRBool wholeWord, 
.
                       PRBool backwards, PRBool wrapAround, PRBool wholeWord, 
                       PRBool searchInFrames, PRBool showDialog, 
.
                       PRBool searchInFrames, PRBool showDialog,