bug #5993. Removed references to nsIWidget in form HTML content elements. the form elements
now go through the nsFormControlFrame interface instead. This removes the dependency between form element content and nsIWidget. git-svn-id: svn://10.0.0.236/trunk@31518 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -173,6 +173,9 @@ protected:
|
||||
|
||||
// Utility methods
|
||||
|
||||
PRBool IsOptionElement(nsIContent* aContent);
|
||||
PRBool IsOptionElementFrame(nsIFrame *aFrame);
|
||||
nsIFrame *GetSelectableFrame(nsIFrame *aFrame);
|
||||
void DisplaySelected(nsIContent* aContent);
|
||||
void DisplayDeselected(nsIContent* aContent);
|
||||
void UpdateItem(nsIContent* aContent, PRBool aSelected);
|
||||
@@ -220,6 +223,7 @@ protected:
|
||||
nsIFrame * mCurrentHitFrame;
|
||||
nsIContent * mCurrentHitContent;
|
||||
nsIContent * mSelectedContent;
|
||||
nsIFrame * mSelectedFrame;
|
||||
PRBool mIsInitializedFromContent;
|
||||
nsIFrame * mContentFrame;
|
||||
PRBool mInDropDownMode;
|
||||
|
||||
Reference in New Issue
Block a user