#include <nsCSSValue.h>
Inheritance diagram for nsCSSValue::URL:
Collaboration diagram for nsCSSValue::URL:Public Member Functions | |
| URL (nsIURI *aURI, nsStringBuffer *aString, nsIURI *aReferrer, nsIPrincipal *aOriginPrincipal) | |
| ~URL () | |
| PRBool | operator== (const URL &aOther) const |
| PRBool | URIEquals (const URL &aOther) const |
Public Attributes | |
| nsCOMPtr< nsIURI > | mURI |
| nsStringBuffer * | mString |
| nsCOMPtr< nsIURI > | mReferrer |
| nsCOMPtr< nsIPrincipal > | mOriginPrincipal |
Protected Member Functions | |
| URL (const URL &aOther) | |
| URL & | operator= (const URL &aOther) |
| nsCSSValue::URL::URL | ( | nsIURI * | aURI, | |
| nsStringBuffer * | aString, | |||
| nsIURI * | aReferrer, | |||
| nsIPrincipal * | aOriginPrincipal | |||
| ) |
| nsCSSValue::URL::~URL | ( | ) |
| nsCSSValue::URL::URL | ( | const URL & | aOther | ) | [protected] |
1.7.1