Home
last modified time | relevance | path

Searched refs:KURLGooglePrivate (Results 1 – 5 of 5) sorted by relevance

/external/webkit/WebCore/platform/
DKURLGoogle.cpp138 KURLGooglePrivate::KURLGooglePrivate() in KURLGooglePrivate() function in WebCore::KURLGooglePrivate
146 KURLGooglePrivate::KURLGooglePrivate(const url_parse::Parsed& parsed, bool isValid) in KURLGooglePrivate() function in WebCore::KURLGooglePrivate
158 void KURLGooglePrivate::setUtf8(const CString& str) in setUtf8()
180 void KURLGooglePrivate::setAscii(const CString& str) in setAscii()
188 void KURLGooglePrivate::init(const KURL& base, in init()
196 void KURLGooglePrivate::init(const KURL& base, const char* rel, int relLength, in init()
240 void KURLGooglePrivate::init(const KURL& base, const UChar* rel, int relLength, in init()
265 void KURLGooglePrivate::initProtocolInHTTPFamily() in initProtocolInHTTPFamily()
281 void KURLGooglePrivate::copyTo(KURLGooglePrivate* dest) const in copyTo()
293 String KURLGooglePrivate::componentString(const url_parse::Component& comp) const in componentString()
[all …]
DKURLGooglePrivate.h47 class KURLGooglePrivate {
49 KURLGooglePrivate();
50 KURLGooglePrivate(const url_parse::Parsed&, bool isValid);
68 void copyTo(KURLGooglePrivate* dest) const;
DKURL.h219 friend class KURLGooglePrivate; variable
222 KURLGooglePrivate m_url;
/external/webkit/WebCore/
DWebCore.gypi2809 'platform/KURLGooglePrivate.h',
DChangeLog-2009-06-1637542 (WebCore::KURLGooglePrivate::setUtf8):
37543 (WebCore::KURLGooglePrivate::setAscii):
37544 (WebCore::KURLGooglePrivate::init):
37545 (WebCore::KURLGooglePrivate::replaceComponents):
37547 * platform/KURLGooglePrivate.h:
41544 (WebCore::KURLGooglePrivate::KURLGooglePrivate):
41545 (WebCore::KURLGooglePrivate::setUtf8):
41546 (WebCore::KURLGooglePrivate::setAscii):
41547 (WebCore::KURLGooglePrivate::init):
41548 (WebCore::KURLGooglePrivate::initProtocolInHTTPFamily):
[all …]