|
Lines 70-79
public:
Source/WebKit/chromium/public/WebSecurityOrigin.h_sec1
|
| 70 |
WEBKIT_EXPORT unsigned short port() const; |
70 |
WEBKIT_EXPORT unsigned short port() const; |
| 71 |
|
71 |
|
| 72 |
// A unique WebSecurityOrigin is the least privileged WebSecurityOrigin. |
72 |
// A unique WebSecurityOrigin is the least privileged WebSecurityOrigin. |
| 73 |
bool isUnique() const { return isEmpty(); } |
73 |
WEBKIT_EXPORT bool isUnique() const; |
| 74 |
|
|
|
| 75 |
// FIXME: Remove this function once there are no more callers. |
| 76 |
WEBKIT_EXPORT bool isEmpty() const; |
| 77 |
|
74 |
|
| 78 |
// Returns true if this WebSecurityOrigin can script objects in the given |
75 |
// Returns true if this WebSecurityOrigin can script objects in the given |
| 79 |
// SecurityOrigin. For example, call this function before allowing |
76 |
// SecurityOrigin. For example, call this function before allowing |