#include <nsStyleStruct.h>
Collaboration diagram for nsStyleContentData:Public Member Functions | |
| nsStyleContentData () | |
| ~nsStyleContentData () | |
| nsStyleContentData & | operator= (const nsStyleContentData &aOther) |
| PRBool | operator== (const nsStyleContentData &aOther) const |
| PRBool | operator!= (const nsStyleContentData &aOther) const |
| void | TrackImage (nsPresContext *aContext) |
| void | UntrackImage (nsPresContext *aContext) |
| void | SetImage (imgIRequest *aRequest) |
Public Attributes | |
| nsStyleContentType | mType |
| union { | |
| PRUnichar * mString | |
| imgIRequest * mImage | |
| nsCSSValue::Array * mCounters | |
| } | mContent |
| nsStyleContentData::nsStyleContentData | ( | ) | [inline] |
| nsStyleContentData::~nsStyleContentData | ( | ) |
| PRBool nsStyleContentData::operator!= | ( | const nsStyleContentData & | aOther | ) | const [inline] |
| nsStyleContentData& nsStyleContentData::operator= | ( | const nsStyleContentData & | aOther | ) |
| PRBool nsStyleContentData::operator== | ( | const nsStyleContentData & | aOther | ) | const |
| void nsStyleContentData::SetImage | ( | imgIRequest * | aRequest | ) | [inline] |
| void nsStyleContentData::TrackImage | ( | nsPresContext * | aContext | ) |
| void nsStyleContentData::UntrackImage | ( | nsPresContext * | aContext | ) |
| union { ... } nsStyleContentData::mContent |
1.7.1