mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-16 19:48:18 +00:00
Addded some helper functions to determine whether a content object is
a table cell
This commit is contained in:
parent
49c9b93418
commit
16ea80e42f
@ -130,6 +130,9 @@ public:
|
||||
/** @see nsIContent::InsertChildAt */
|
||||
NS_IMETHOD RemoveChildAt(PRInt32 aIndex, PRBool aNotify);
|
||||
|
||||
protected:
|
||||
PRBool IsTableCell(nsIContent * aContent) const;
|
||||
|
||||
};
|
||||
|
||||
#endif
|
||||
|
@ -112,6 +112,7 @@ public:
|
||||
protected:
|
||||
|
||||
virtual PRBool IsRow(nsIContent * aContent) const;
|
||||
PRBool IsTableCell(nsIContent * aContent) const;
|
||||
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user