#include "BALBase.h"
#include "PlatformString.h"
Namespaces | |
| namespace | OWBAL |
Classes | |
| class | OWBAL::KURL |
Functions | |
| bool | OWBAL::operator== (const KURL &, const KURL &) |
| operator== description | |
| bool | OWBAL::operator== (const KURL &, const String &) |
| operator== description | |
| bool | OWBAL::operator== (const String &, const KURL &) |
| operator== description | |
| bool | OWBAL::operator!= (const KURL &, const KURL &) |
| operator!= description | |
| bool | OWBAL::operator!= (const KURL &, const String &) |
| operator!= description | |
| bool | OWBAL::operator!= (const String &, const KURL &) |
| operator!= description | |
| bool | OWBAL::equalIgnoringRef (const KURL &, const KURL &) |
| equalIgnoringRef description | |
| bool | OWBAL::protocolHostAndPortAreEqual (const KURL &, const KURL &) |
| protocolHostAndPortAreEqual description | |
| const KURL & | OWBAL::blankURL () |
| blankURL description | |
| bool | OWBAL::protocolIs (const String &url, const char *protocol) |
| protocolIs description | |
| String | OWBAL::decodeURLEscapeSequences (const String &) |
| decodeURLEscapeSequences description | |
| String | OWBAL::decodeURLEscapeSequences (const String &, const TextEncoding &) |
| decodeURLEscapeSequences description | |
| String | OWBAL::encodeWithURLEscapeSequences (const String &) |
| encodeWithURLEscapeSequences description | |